On Wed, Jan 20, 2010 at 4:45 PM, ant elder <[email protected]> wrote: > On Wed, Jan 20, 2010 at 8:59 AM, Luciano Resende <[email protected]> wrote: >> Please help review the Java SCA 1.6 RC0 [1]. >> >> Legal files and overall distributions are ready for review. I'm still >> verifying if all samples are working from the binary distribution, and >> would welcome any help testing, creating jiras for failures and fixes >> as possible. Please find overall release status at [2]. >> >> I'd also appreciate if someone could try building the source >> distribution with a clean maven repo in a windows machine. >> >> [1] http://people.apache.org/~lresende/tuscany/1.6-RC0/ >> [2] >> http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Release+-+Java+SCA+1.6 >> >> -- >> Luciano Resende >> http://people.apache.org/~lresende >> http://lresende.blogspot.com/ >> > > I did kick off a build of the src distro with an empty repo on my > windows machine first thing this morning...still going, had a few > restarts for various issues, will let you know if/when it ever > finishes. > > ...ant >
Finlly got a complete builf through. Most of the problems seemed to be a maven thing where it would hang while downloading a dependency so i'd need to restart the build. The only Tuscany issues are: - you have to build several times or bits in the correct order as modules depend on each other, eg modules depending on maven plugins and some maven plugins depending on modules - the Incremental Build Generator Maven Plugin always fails to build for me with: 'No mojo definitions were found for plugin' - itest-wsdlgen fails as it can't find dependency org.jvnet:mimepull:jar:1.2 ...ant
