You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/01/04 03:52:29 UTC

cvs commit: jakarta-turbine-maven build.xml

dion        2003/01/03 18:52:29

  Modified:    .        build.xml
  Log:
  Fix basedir
  
  Revision  Changes    Path
  1.51      +47 -5     jakarta-turbine-maven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	23 Dec 2002 23:50:30 -0000	1.50
  +++ build.xml	4 Jan 2003 02:52:29 -0000	1.51
  @@ -45,6 +45,49 @@
       </javac>
       
       
  +		
  + 
  +    <copy todir="${classesdir}">
  +      
  +      
  +      
  +      
  +      <fileset dir="src/conf">
  +      
  +      
  +        <include name="*.xsd"></include>
  +      
  +        <include name="*.dtd"></include>
  +      
  +        <include name="*.mod"></include>
  +      
  +        <include name="log4j.properties"></include>
  +      
  +        <include name="driver.jelly"></include>
  +      
  +        <include name="driver.properties"></include>
  +      
  +      
  +      </fileset>
  +    </copy>
  +    
  +		
  + 
  +    <copy todir="${classesdir}">
  +      
  +      
  +      
  +      
  +      <fileset dir="src/messages">
  +      
  +      
  +        <include name="messages*.properties"></include>
  +      
  +      
  +      </fileset>
  +    </copy>
  +    
  +		
   
       
   		
  @@ -77,7 +120,7 @@
         <mkdir dir="${testreportdir}"></mkdir>
         <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
           
  -        <sysproperty key="basedir" value="/opt/cvs/jakarta-turbine-maven"></sysproperty>
  +        <sysproperty key="basedir" value="."></sysproperty>
           <formatter type="xml"></formatter>
           <formatter usefile="true" type="plain"></formatter>
           <classpath>
  @@ -164,10 +207,9 @@
       <get dest="lib/commons-graph-0.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-graph/jars/commons-graph-0.8.1.jar"></get>
       <get dest="lib/commons-jexl-1.0-beta-1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-jexl/jars/commons-jexl-1.0-beta-1.jar"></get>
       <get dest="lib/commons-logging-1.0.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.1.jar"></get>
  -    <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>
  -    <get dest="lib/werkz-1.0-beta-4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/werkz/jars/werkz-1.0-beta-4.jar"></get>
  -    <get dest="lib/commons-beanutils-1.4.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-1.4.1.jar"></get>
  -    <get dest="lib/commons-cli-1.0-beta-2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-cli/jars/commons-cli-1.0-beta-2.jar"></get>
  +    <get dest="lib/werkz-1.0-beta-5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/werkz/jars/werkz-1.0-beta-5.jar"></get>
  +    <get dest="lib/commons-beanutils-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-beanutils/jars/commons-beanutils-SNAPSHOT.jar"></get>
  +    <get dest="lib/commons-cli-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-cli/jars/commons-cli-1.0.jar"></get>
       <get dest="lib/commons-collections-2.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-2.1.jar"></get>
       <get dest="lib/commons-grant-1.0-beta-4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-grant/jars/commons-grant-1.0-beta-4.jar"></get>
       <get dest="lib/commons-io-0.2-dev.20020614.122300.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-io/jars/commons-io-0.2-dev.20020614.122300.jar"></get>