Gump doesn't build against the versions of the dependencies specified in the pom / project.xml, but builds against the latest of everything, which could mean other trouble if you are using those jars.
Mvgr, Martin Andrew C. Oliver wrote: > Umm....why not out of Gump? > > Phil Steitz wrote: >> Henri Yandell wrote: >> >>> On 1/16/07, Ortwin Glück <[EMAIL PROTECTED]> wrote: >>> >>>> Hi, >>>> >>>> Does anyone (Henry?) know what happened to >>>> http://www.apache.org/dev/nightly-builds.html ? >>>> >>>> It's referenced from >>>> http://www.apache.org/dev/ >>>> at the very bottom of the page. I'm looking for information how to get >>>> nightly builds done for HttpComponents. >>>> >>> It probably never existed. When that page was created the links were >>> made for pages that didn't exist to encourage people to write them - >>> didn't work :) >>> >>> Nightly build wise... it's still an unorganized situation. In Commons >>> we have some hand written scripts that are used on a zone (vmbuild) to >>> build the code each night. Taglibs used to be built each night on >>> Glenn's machine (I suspect that's not true anymore). >>> >>> We could expand the script for Commons to work from the Jakarta >>> perspective and not the Commons one. >> +1 and would not be hard to do. Makes sense to do this for all Jakarta >> components that want nightlies and as long as the builds are >> "reasonable" in execution time, this should not be a problem. The >> current script supports Ant, Maven 1 and Maven 2. The script code is >> in svn at jakarta/commons/proper/commons-nightly/. The main script, >> commons_nigthly.sh gets svn upped on vmbuild by a crontab wrapper before >> executing each night, so if you just make changes to include a new build >> or build type into this script and config and check in the changes, the >> new component will be added. >> Phil >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
