Jump to content
JasperReports Library 7.0 is now available ×

1.1 build problems


mpenningroth

Recommended Posts

I am trying to build 1.1 (I have built 1.01 ok) and I am running into problems.

1. I couldn't get the svn checkout to work, said it couldn't connect. Here is the error:

C:>svn co --username mpenningroth http://scm.jasperforge.org/svn/repos/jasperintelligence_maven jasperintelligence_maven

svn: PROPFIND request failed on '/svn/repos/jasperintelligence_maven'

svn: PROPFIND of '/svn/repos/jasperintelligence_maven': could not connect to server (http://scm.jasperforge.org)

This worked for me before.

So I downloaded the zip file and proceeeded to try the build.

2. I updated my settings.xml to point to the new repository, etc and then tried the mvn install.

This failed with errors :Project ID: org.acegisecurity:acegi-security

 

Reason: Error getting POM for 'org.acegisecurity:acegi-security' from the repository: Error transferring file

org.acegisecurity:acegi-security:pom:1.0.1

 

from the specified remote repositories:

Maven Snapshots (http://www.ibiblio.org/maven2/),

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

ApacheSVN-central (http://scm.jasperforge.org/svn/repos/jasperintelligence_maven),

jasperServer (file://C:/jasperintelligence-1.1.0-src/jasperserver-repo)

 

I went out to ibiblio and they don't have version 1.0.1 of this jar.

 

Anyone get past this?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

There are issues with Maven where artifacts in your local repository, ie. ~/.m2 get corrupted. Try deleting the artifacts in your .m2 that the build is having problems with and re-run the build.

 

 

We have been working on a public Maven repository hosted on JasperForge that will have all the artifacts you need.

 

 

Sherman

JasperSoft

Link to comment
Share on other sites

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...