On Tue, Dec 15, 2009 at 7:02 AM, ant elder <[email protected]> wrote: > On Mon, Dec 14, 2009 at 10:11 PM, Luciano Resende <[email protected]> > wrote: >> On Thu, Dec 10, 2009 at 3:05 AM, kelvin goodson <[email protected]> >> wrote: >>> I have been trying to build 1.x from an empty local repo. On >>> dowloading some artefacts, the pom files were invalid, they contained >>> html indicating the artefacts should be found on the java.net maven 1 >>> repo. The artefacts in question are >>> jaxws-rt-2.1.3 >>> jaxb-xjc-2.1.6 >>> jaxwstools-2.1.3 >>> >>> I managed to get round this by downloading the poms from the jboss >>> maven repo and fixing up my local repo manually >>> >>> after that I got the failure that was reported at [1] -- I still can't >>> build at the moment. Any clues? >>> >>> [1] >>> http://mail-archives.apache.org/mod_mbox/tuscany-user/200903.mbox/%3c16319472.761881236005742528.javamail.corem...@bj126app100.126.com%3e >>> >> I have fixed the issue under svn r890497. After the fix, I got most >> of the build going (from a clean repo), with a failure in Property >> vTest. >> > > What mvn commands did you use to get a build through? I've had to > resort to build a modules individually as there seems to be some > inter-module dependencies and backlevel deployed snapshots that cause > build problems. > > ...ant >
Either "mvn clean install" or "mvn -o -fae clean install".... As for the repository, I cleaned the full repo couple times, but I also try removing only ~ /.m2/repository/org/apache/tuscany/sca to speed up the build for testing purposes. What are you getting ? -- Luciano Resende http://people.apache.org/~lresende http://lresende.blogspot.com/
