dion        2002/06/11 17:05:48

  Modified:    .        build-bootstrap.xml
  Added:       src/bin  maven2
  Log:
  Added Stephane and Christian's shell script to bootstrap
  
  Revision  Changes    Path
  1.98      +1 -0      jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build-bootstrap.xml       6 Jun 2002 14:10:28 -0000       1.97
  +++ build-bootstrap.xml       12 Jun 2002 00:05:48 -0000      1.98
  @@ -407,6 +407,7 @@
       </copy>
       
       <chmod file="${maven.home}/bin/maven" perm="+x"/>
  +    <chmod file="${maven.home}/bin/maven2" perm="+x"/>
   
       <taskdef
         name="create-patternset"
  
  
  
  1.1                  jakarta-turbine-maven/src/bin/maven2
  
  Index: maven2
  ===================================================================
  #!/bin/sh
  MAVEN_HOME=`cat ~/build.properties|grep maven.home|awk -F "=" {'print $2'}`
  MAVEN_TARGET="maven:$1"
  shift
  BASEDIR=`pwd`
  BUILDFILE="$MAVEN_HOME/examples/build.xml"
  MAVEN_ARGS="-f $BUILDFILE -Dbasedir=$BASEDIR $@"
  ant $MAVEN_ARGS $MAVEN_TARGET
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to