On Tue, 2002-05-28 at 20:10, [EMAIL PROTECTED] wrote: > > Fine, but a clean checkout shouldn't show this happening - it's only old > checkouts that aren't being kept in sync with the repository, right?
Right, but a clean checkout doesn't work. > I'm not fussed at the moment, as I figure we'll make the gump stuff a > separate plug-in in the next coupla days. Hopefully now that gump can bootstrap maven, gump can use maven directly for builds. > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers > > > > > Jason van Zyl > > <jvanzyl@zenpl To: Turbine Maven Developers List > > ex.com> <[EMAIL PROTECTED]> > > cc: > > 05/29/02 10:02 Subject: Re: cvs commit: >jakarta-turbine-maven/src/templates/build > AM Control.vm > > Please respond > > to "Turbine > > Maven > > Developers > > List" > > > > > > > > > > On Tue, 2002-05-28 at 19:43, [EMAIL PROTECTED] wrote: > > > > Jason, > > > > I deleted the gump directory as part of the bug fix for the > gump-descriptor > > issues James was having. > > > > The gump stuff *should* be pulled out separately, but my main aim was to > > fix the bug first. > > > > I believe if you do a cvs update with -d -P, the empty directories (i.e. > > that have been deleted), should be removed. > > > > Can we back this one out? > > I hit it when I did a build with the reactor, I would prefer not to have > to check out the build and then prune it in order for build to work. > > > -- > > dIon Gillard, Multitask Consulting > > Work: http://www.multitask.com.au > > Developers: http://adslgateway.multitask.com.au/developers > > > > > > > > > jvanzyl@apache > > > .org To: > [EMAIL PROTECTED] > > cc: > > > 05/29/02 12:29 Subject: cvs commit: > jakarta-turbine-maven/src/templates/build > > AM Control.vm > > > Please respond > > > to "Turbine > > > Maven > > > Developers > > > List" > > > > > > > > > > > > > > > > > jvanzyl 02/05/28 07:29:21 > > > > Modified: src/templates/build Control.vm > > Log: > > Adding a fix to ignore the gump directory in the plugins directory as > > it is empty on a fresh checkout. Any reason why the gump plugin isn't > > separate? > > > > Looks like it's been placed in the core. Anyway this fixes the build. > > > > Revision Changes Path > > 1.24 +1 -1 > jakarta-turbine-maven/src/templates/build/Control.vm > > > > Index: Control.vm > > =================================================================== > > RCS file: > > /home/cvs/jakarta-turbine-maven/src/templates/build/Control.vm,v > > retrieving revision 1.23 > > retrieving revision 1.24 > > diff -u -r1.23 -r1.24 > > --- Control.vm 19 May 2002 05:40:39 -0000 1.23 > > +++ Control.vm 28 May 2002 14:29:20 -0000 1.24 > > @@ -56,7 +56,7 @@ > > #set ($plugins = $files.file($dir).list()) > > > > #foreach ($plugin in $plugins) > > - #if ($plugin != "CVS") > > + #if ($plugin != "CVS" && $plugin != "gump") > > $files.mkdir("bootstrap/$outputDir/plugins/$plugin") > > #parse("plugins/$plugin/Control.vm") > > #end > > > > > > > > > > -- > > To unsubscribe, e-mail: < > > mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: < > > mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
