You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/01 16:22:09 UTC

cvs commit: jakarta-turbine-maven build-bootstrap.xml

jvanzyl     2003/01/01 07:22:09

  Modified:    .        build-bootstrap.xml
  Log:
  o Add the stacktrace option so that when errors occur during the bootstrap
    we can see what's going on.
  
  Revision  Changes    Path
  1.184     +4 -1      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- build-bootstrap.xml	31 Dec 2002 07:28:17 -0000	1.183
  +++ build-bootstrap.xml	1 Jan 2003 15:22:09 -0000	1.184
  @@ -220,7 +220,10 @@
         failonerror="true">
         <arg value="${maven.bootstrap.online}"/>
         <arg value="maven:plugins-build"/>
  -      <arg value="-x"/>
  +      <!--
  +      <arg value="-X"/>
  +      -->
  +      <arg value="-e"/>
       </exec>
   
       <echo>