Hello, I have a script with many classes in a project, the script itself uses things like groovy's cli builder.
When trying to compile the project, i get such error:
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.apache.commons.cli.CommandLineParser. Fix the build path then try building this project letsencrypt-client Unknown Java Problem
Description Resource Path Location Type
The type org.apache.commons.cli.CommandLineParser cannot be resolved. It is indirectly referenced from required .class files Engine.groovy /letsencrypt-client line 1 Java Problem
Of course I know I use it indirectly, but what's wrong? it is bundled in groovy-all, or it is not?
Hello, I have a script with many classes in a project, the script itself uses things like groovy's cli builder.
When trying to compile the project, i get such error:
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.apache.commons.cli.CommandLineParser. Fix the build path then try building this project letsencrypt-client Unknown Java Problem
Description Resource Path Location Type
The type org.apache.commons.cli.CommandLineParser cannot be resolved. It is indirectly referenced from required .class files Engine.groovy /letsencrypt-client line 1 Java Problem
Of course I know I use it indirectly, but what's wrong? it is bundled in groovy-all, or it is not?