jstrachan    2002/11/07 03:51:37

  Modified:    .        build-bootstrap.xml
  Log:
  minor patch for the bootstrap to explicitly include the PATH in the execution of the 
maven script
  
  Revision  Changes    Path
  1.171     +4 -2      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- build-bootstrap.xml       7 Nov 2002 08:41:12 -0000       1.170
  +++ build-bootstrap.xml       7 Nov 2002 11:51:37 -0000       1.171
  @@ -186,16 +186,18 @@
           <equals arg1="${maven.script}" arg2="$${maven.script}" />
       </condition>
   
  +    <property name="maven.command" value="${maven.home}/bin/${maven.script}"/>
  +             
       <echo>
   +------------------------------------------------------------------+
   |                                                                  |
   | B U I L D I N G  T H E  R E A C T O R                            |
   |                                                                  |
   +------------------------------------------------------------------+
  -About to execute Maven via ${maven.script}
  +About to execute Maven via ${maven.command}
       </echo>
   
  -    <exec executable="${maven.script}" failonerror="true">
  +    <exec executable="${maven.command}" failonerror="true">
         <arg value="${maven.bootstrap.online}"/>
         <arg value="maven:reactor-install"/>
       </exec>
  
  
  

--
To unsubscribe, e-mail:   <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>

Reply via email to