On Tuesday 24 June 2003 03:22, Christopher Lenz wrote: > Hi Rob, > > I would *strongly* doubt Gump using anything out-of-date in the build. > > If I understand this correctly, you have changed the Struts build file > on Jun 19 to remove the 'dist.legacy' target, commit message was > > "Roll back changes so that inorder to build struts, a user must first > go to the contrib.struts-legacy directory and do a seperate build..." > [http://cvs.apache.org/viewcvs.cgi/jakarta-struts/build.xml] > > So maybe you're not using the latest and greatest? ;-)
I rolled my local build.xml back to 1.107 and referenced the legacy.jar as "contrib/......" instead of "../contrib/......" and all builds fine for me. > > -chris > > Rob Leland wrote: > > Looking at the gump output at : > > http://cvs.apache.org/builds/gump/latest/jakarta-struts.html > > > > Gump is definately building with an old version of the struts build.xml > > file. > > Notice the targets: > > When gump executes the 'dist' target we get: > > init: > > [echo] --------- jakarta-struts 1.1-rc2 --------- > > prepare.dist > > prepare.library: > > is printed out. > > > > when I do a 'ant dist' from a clean state I get, and should get : > > > > dist.legacy: > > init: > > [echo] ---------- Struts Legacy Distribution 1.1-rc2 ---------- > > prepare: > > resources: > > compile: > > docs: > > init: > > [echo] --------- jakarta-struts 1.1-rc2 --------- > > > > I get the same results even if the directory isn't clean. > > > > I thought gump started from a clean CVS checkout each time ? > > Or at least from an updated CVS !!! > > > > Note that struts build.xml last changed June 19th. > > > > -Rob -- James Mitchell Software Developer/Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
