well, glad it's not just me =) I'm going to go ahead and push a change to README.txt to see if we can trigger Bamboo to confirm as well.
On 9 Mar 2011, at 11:23 AM, Steve Bayliss wrote: > Same here. > > Plus after clearing my local maven repo and doing mvn install I am getting > the following: > > Missing: > ---------- > 1) org.fcrepo:axis:jar:1.3-PATCHED > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.fcrepo -DartifactId=axis > -Dversion= > 1.3-PATCHED -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.fcrepo -DartifactId=axis > -Dversion=1. > 3-PATCHED -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) org.fcrepo:fcrepo-common:jar:3.5-SNAPSHOT > 2) org.fcrepo:axis:jar:1.3-PATCHED > > 2) org.fcrepo:mulgara-core:jar:2.1.4 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.fcrepo > -DartifactId=mulgara-core -D > version=2.1.4 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.fcrepo -DartifactId=mulgara-core > -Dve > rsion=2.1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > > Path to dependency: > 1) org.fcrepo:fcrepo-common:jar:3.5-SNAPSHOT > 2) org.fcrepo:mulgara-core:jar:2.1.4 > > 3) org.fcrepo:sunxacml:jar:melcoe:1.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.fcrepo -DartifactId=sunxacml > -Dvers > ion=1.2 -Dclassifier=melcoe -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.fcrepo -DartifactId=sunxacml > -Dversio > n=1.2 -Dclassifier=melcoe -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -Drep > ositoryId=[id] > > Path to dependency: > 1) org.fcrepo:fcrepo-common:jar:3.5-SNAPSHOT > 2) org.fcrepo:sunxacml:jar:melcoe:1.2 > > ---------- > 3 required artifacts are missing. > > for artifact: > org.fcrepo:fcrepo-common:jar:3.5-SNAPSHOT > > from the specified remote repositories: > duraspace-releases > (https://m2.duraspace.org/content/repositories/releases), > duraspace-thirdparty > (https://m2.duraspace.org/content/repositories/thirdparty > ), > central (http://repo1.maven.org/maven2), > apache-incubating > (http://people.apache.org/repo/m2-incubating-repository/), > java.net (https://maven-repository.dev.java.net/nonav/repository), > aduna (http://repo.aduna-software.org/maven2/releases/), > maven2-repository.dev.java.net (http://download.java.net/maven/2/), > apache-snapshots (https://repository.apache.org/content/groups/public/), > duraspace-snapshots > (https://m2.duraspace.org/content/repositories/snapshots), > > jboss (http://repository.jboss.com/maven2/) > >> -----Original Message----- >> From: Edwin Shin [mailto:[email protected]] >> Sent: 09 March 2011 09:50 >> To: fedora-dev sourceforge. net >> Subject: [fcrepo-dev] build/test errors >> >> >> Off a fresh clone of fcrepo, I'm getting the following running >> mvn verify -Dconfig=Q -Dit.test=org.fcrepo.test.api.TestAPIA >> >> Running org.fcrepo.test.api.TestAPIA >> Ingesting demo objects... >> Ingesting demo objects in FOXML format from // >> Could not create managed clone test objects: java.lang.Error: >> Unresolved compilation problem: >> >> org.fcrepo.server.management.FedoraAPIMBindingSOAPHTTPImpl >> cannot be resolved to a type >> ; nested exception is: >> java.lang.Error: Unresolved compilation problem: >> >> org.fcrepo.server.management.FedoraAPIMBindingSOAPHTTPImpl >> cannot be resolved to a type >> >> Purging demo objects... >> Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time >> elapsed: 58.689 sec <<< FAILURE! >> >> This is not unlike the errors I remember seeing in setting up >> Eclipse w/ Fedora where the generated sources require >> fcrepo-server classes, but fcrepo-common can't require >> fcrepo-common without creating a circular dependency: >> https://jira.duraspace.org/browse/FCREPO-564 >> -------------------------------------------------------------- >> ---------------- >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> Fedora-commons-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers >> > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Fedora-commons-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
