*sigh* ... If only I could find a nice XML editor for Eclipse which doesn't introduce tabs...
Thanks dIon! -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 30 March 2003 18:18 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > dion 2003/03/30 08:18:05 > > Modified: src/plugins-build/cactus plugin.jelly > Log: > detab > > Revision Changes Path > 1.13 +5 -5 maven/src/plugins-build/cactus/plugin.jelly > > Index: plugin.jelly > =================================================================== > RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v > retrieving revision 1.12 > retrieving revision 1.13 > diff -u -r1.12 -r1.13 > --- plugin.jelly 29 Mar 2003 12:23:05 -0000 1.12 > +++ plugin.jelly 30 Mar 2003 16:18:05 -0000 1.13 > @@ -78,8 +78,8 @@ > description="Run all Cactus Test Cases"> > > <!-- Find all the scripts in > ${maven.cactus.antintegration.dir}/scripts > - and try to start the tests for all the corresponding > containers > - which have a home directory set --> > + and try to start the tests for all the corresponding containers > + which have a home directory set --> > > <fileScanner var="scanner"> > <fileset dir="${maven.cactus.antintegration.dir}/scripts" > @@ -91,7 +91,7 @@ > value="${script.name.substring(12, > script.name.indexOf('.'))}"/> > <j:set var="containerHomeName" > value="cactus.home.${scriptName}"/> > <j:set var="containerHome" > value="${context.findVariable(containerHomeName)}"/> > - > + > <j:set var="containerHomeX" value="${containerHome}X"/> > <j:if test="${containerHomeX != 'X'}"> > > @@ -120,12 +120,12 @@ > <j:set var="containerFound" value="true"/> > </j:if> > > - </j:forEach> > + </j:forEach> > > <!-- If no container was defined, display a warning message --> > <j:if test="${containerFound != 'true'}"> > <echo>WARNING: You need to define at least one container property > of the form cactus.home.[container name]. See the plugin > documentation.</echo> > - </j:if> > + </j:if> > > </goal> > > > > > > --------------------------------------------------------------------- > 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]
