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? -- 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]>
