JSLT Build #201
Unanswered
hemakumarg89
asked this question in
Q&A
JSLT Build
#201
Replies: 1 comment
-
The
That should at least tell you whether the problem is that the file isn't created, or whether it's there but can't be found. From your output I can see the javacc task is at least invoked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Perhaps a basic question. But I am bit struck here. pls help. TIA
I am trying to build the JSLT jar in my local using the gradle build.
But
./gradlew clean jar
command gives me following error. Not sure why the code is not able to view the JSLTParser created by jjtree. Any help is much appreciated. Thanks.`> Task :core:jjtree
Java Compiler Compiler Version 4.1d1 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file src/main/javacc/jslt.jj . . .
Warning: Output directory "/data/apps/hub/jslt/build/javacc/com/schibsted/spt/data/jslt/parser" does not exist. Creating the directory.
File "Node.java" does not exist. Will create one.
File "SimpleNode.java" does not exist. Will create one.
File "JsltParserTreeConstants.java" does not exist. Will create one.
File "JJTJsltParserState.java" does not exist. Will create one.
Annotated grammar generated successfully in /data/apps/hub/jslt/build/javacc/com/schibsted/spt/data/jslt/parser/jslt.jj.jj
FAILURE: Build failed with an exception.
Execution failed for task ':core:compileJava'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
`
Beta Was this translation helpful? Give feedback.
All reactions