Thanks for the hard work on this one. Just to build confidence; this worked for me "out of the box" the first time I tried it.
mvn clean install -Dall -o [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8:27.385s [INFO] Finished at: Thu Oct 20 12:56:34 EST 2011 [INFO] Final Memory: 153M/435M [INFO] ------------------------------------------------------------------------ After a bit of fiddling with profiles and activation I can get a quick build of only the product mvn install -o [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5:26.297s [INFO] Finished at: Thu Oct 20 13:13:30 EST 2011 [INFO] Final Memory: 114M/292M [INFO] ------------------------------------------------------------------------ -- Jody Garnett On Thursday, 20 October 2011 at 12:04 PM, Severin (aka Cliff) wrote: > Hi All, > > > The Maven automated build work for uDig has now been merged with HEAD and > tested under MacOS and Debian Linux, via command line and Jenkins. > > Our tests here indicate that the build works nicely under Maven 3.x, with the > Maven build system handling download of all dependencies itself. > > I will suggest that you get the maven build working via command line before > plugging it into Jenkins. Make sure you set your Maven Opts (as per wiki > quirks) to ensure you have enough java heap space to complete the build. > > Please note that I have disabled tests at the moment as (nearly) none of them > pass. I am working on the really basic ones, but have very little time now > due to work commitments heading off in another direction. Hopefully as a > community, we can get these up to par in the near future. > > My focus now ( when I can make time ) will be getting the language fragments > from the net.refractions.udig_language-feature working correctly. The > language feature is currently disabled in the maven build. > > A wiki page has been put together with information on how to get it up and > running. You can find it at > http://udig.refractions.net/confluence/display/ADMIN/Tycho+Build > > > Happy testing! > --Sev > > > -- > "We are dreamers, shapers, singers and makers..." > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
