Skip to content
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

Version 2.32.0 Unable to build on windows10 - itext-2.1.7.js6.jar unavailable #29

Closed
matteg opened this issue Aug 3, 2017 · 5 comments

Comments

@matteg
Copy link

matteg commented Aug 3, 2017

Hello.
I downloaded the source as a zip file, expanded it, and executed gradlew.bat
The build failed because itext-2.1.7.js6.jar could not be found.
Any suggestions as to how I can resolve this ?
The console window displayed:

FAILURE: Build failed with an exception.

  • Where:
    Build file 'D:\d\jgnash-master\jgnash-fx\build.gradle' line: 79

  • What went wrong:
    A problem occurred evaluating project ':jgnash-fx'.

Could not resolve all files for configuration ':jgnash-fx:runtime'.
Could not find com.lowagie:itext:2.1.7.js6.
Searched in the following locations:
https://jcenter.bintray.com/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
https://jcenter.bintray.com/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
file:/D:/d/mavenLocalRepository/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
file:/D:/d/mavenLocalRepository/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
http://nexus.fdvs.com.ar/content/groups/public/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
http://nexus.fdvs.com.ar/content/groups/public/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
Required by:
project :jgnash-fx > project :jgnash-report-core
Could not find com.lowagie:itext:2.1.7.js6.
Searched in the following locations:
https://jcenter.bintray.com/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
https://jcenter.bintray.com/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
file:/D:/d/mavenLocalRepository/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
file:/D:/d/mavenLocalRepository/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
http://nexus.fdvs.com.ar/content/groups/public/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.pom
http://nexus.fdvs.com.ar/content/groups/public/com/lowagie/itext/2.1.7.js6/itext-2.1.7.js6.jar
Required by:
project :jgnash-fx > project :jgnash-report-core > net.sf.jasperreports:jasperreports:6.4.1

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED in 4s
Press any key to continue . . .

@ccavanaugh
Copy link
Owner

The current build file is calling for use of 2.1.7.js5 instead of 2.1.7.js6. Maybe you are not using the latest git version?

@matteg
Copy link
Author

matteg commented Aug 4, 2017

I've attached the screen image of the github button I used to acquire jgnash-master.zip
If this is not the correct version, please tell me how to obtain it.
I tried to update my local maven repository to contain itext-2.1.7 which I thought might resolve the error but the .js6 (or .js5) does not seem to be contained in itext-core on maven.
Can you tell me the necessary dependency to resolve the .js6 or .js5 ?
jgnash2 32-master-download

@ccavanaugh
Copy link
Owner

Try the latest now... I "think" it's fixed".

Thanks,
Craig

@matteg
Copy link
Author

matteg commented Aug 7, 2017

That fixed it Craig.
gradlew.bat distZip executed with no errors.
Thank you.
Gerry

@matteg matteg closed this as completed Aug 7, 2017
@matteg
Copy link
Author

matteg commented Aug 7, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants