Jump to content
We've recently updated our Privacy Statement, available here ×

Source Build Error:(com.lowagie:itext:jar:null)


alauddinctgbd

Recommended Posts

Hi,

 

I am trying to build the source for jasperserver according to source build guide

with maven2 and got the following error when try :

 

cd jasperserver/trunk

mvn clean install

 

in windows command prompt.

 

Although i downloaded itext-1.02b.jar and install

in my local repository directory still getting the same error.

 

 

 

[ERROR] BUILD ERROR [iNFO] ---------------------------

[iNFO] Failed to resolve artifact.

 

No versions are present in the repository for the artifact with a range [1.02b,)

com.lowagie:itext:jar:null

 

from the specified remote repositories:

Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),

central (http://repo1.maven.org/maven2),

ApacheSVN-central

(http://svn.apache.org/maven-snapshot-repository),

jasperServer

(file:/F:/rubel-resources/jasperserver/jasperserver-repo/trunk)

 

 

Alauddin

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

The Maven build relies on the availability of public artifacts, like iText, on ibiblio.org and elsewhere. If the public artifacts are not available, the build will fail if you have not already run a build.

 

We have been noticing that our Maven local repositories in ~/.m2 get corrupted sometimes. The fix for this is to delete the area with the problem, like ~/.m2/repository/com/lowagie, and rerun the build.

 

 

 

Sherman

JasperSoft

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...