-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ant package fails #1
Comments
Just tried on both 1.7 and 1.8 Oracle's Java, and it gives me the same output and doesn't build. |
Yes, me too. Any suggestion? |
Hi clean: build: package: BUILD SUCCESSFUL My Java Version is the following java version "1.7.0_79" |
What version of ant are you using? I use ant 1.9.6, but Java 1.8 |
@shathil can you attach all the jar builded? Thanks |
I had the same issue, some of the libraries are not available had to download them and put them there. You just have to trace the error code to download the required jar files. |
as Fadejimi stated, need additional jar files not in the lib folder. |
What Java version is needed or what could be wrong, because when doing
ant package
I have https://gist.github.com/vshvedov/8e8ebffc97e3d4bc3921Any ideas?
The text was updated successfully, but these errors were encountered: