On Wed, Apr 21, 2010 at 12:56 AM, ant elder <[email protected]> wrote: > Which version of Tuscany are you building? IIRC those atom tests are > using remote internet sites so do fail intermittently if the sites > aren't working, i thought we'd taken those tests out of the build now > but that will depend on what you're building? > > ...ant >
I think we removed some of these Atom tests from 2.x and not from 1.x. And, because he/she is using JDK 1.5 I'm assuming he/she is using 1.x code. I'd recommend moving to latest maven (2.2.1), and to overcome this issue and try to have the rest of the build going, you could use mvn -fae clean install This would allow your build to continue, even if a specific module fails... Please let us know if moving to more recent maven helps you. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
