Closed nicolapagni closed 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
as you can see all the java files are there.
What operating system are you running on?
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.
closing as duplicate of #4
I got same error on MacOSx after getting latest updates related with 7.10.0. It ran with version 7.9.1
ping @spinscale
please open a new issue and share the fulloutput of your run.
thanks
No need to open new issue. I want to put here to be able to find again if I got stuck again 😄
git init
gradlew
version. I update the gradlew
file to be able to use with java 15.0.1
Thank you @spinscale
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
FAILURE: Build failed with an exception.
Thanks in advance, Nicola