spinscale / cookiecutter-elasticsearch-ingest-processor

A cookiecutter template for an elasticsearch ingest processor plugin
47 stars 21 forks source link

file .java missing in project created #10

Closed nicolapagni closed 5 years ago

nicolapagni commented 5 years ago

Hi,

I've cloned this repo, then i run the following:

cookiecutter cookiecutter-elasticsearch-ingest-processor

It creates the scaffolding of all ingestProcessos, except all files *.java

I tried to write manually those files, but when i run gradlew clean check I've the following error:

C:\Users\nicol\Desktop\test\ingest-tintnlp λ gradlew clean check Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use --status for details

Configure project :

Elasticsearch Build Hamster says Hello! Gradle Version : 5.2.1 OS Info : Windows 10 10.0 (amd64) JDK Version : 12 (Oracle Corporation 12.0.1 [Java HotSpot(TM) 64-Bit Server VM 12.0.1+12]) JAVA_HOME : C:\Program Files\Java\jdk-12.0.1 Random Testing Seed : B824F80B0B131EED

Task :jar Building without git revision id.

Task :testingConventions FAILED Expected at least one test class included in task :integTestRunner, but found none. Expected at least one test class included in task :test, but found none.

FAILURE: Build failed with an exception.

Thanks in advance, Nicola

spinscale commented 5 years ago

can you explain to me, what you did differently than what I did?

Here is a screenshot of cloning the repo, running cookiecutter and listing the files recursively

image

as you can see all the java files are there.

What operating system are you running on?

spinscale commented 5 years ago

oh, I just noticed that my requested information is actually there. Running on windows seems to have problems with overly long file names. See #4 and #9

I'd appreciate any help on this, but I do not have any windows system to test.

spinscale commented 5 years ago

closing as duplicate of #4

hkulekci commented 4 years ago

I got same error on MacOSx after getting latest updates related with 7.10.0. It ran with version 7.9.1

hkulekci commented 4 years ago

ping @spinscale

spinscale commented 4 years ago

please open a new issue and share the fulloutput of your run.

thanks

hkulekci commented 3 years ago

No need to open new issue. I want to put here to be able to find again if I got stuck again 😄

Thank you @spinscale