You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2002/10/23 03:46:06 UTC

cvs commit: jakarta-commons-sandbox/vfs gump.xml build.xml

adammurdoch    2002/10/22 18:46:06

  Modified:    vfs      build.xml
  Added:       vfs      gump.xml
  Log:
  - Added (slightly tweeked) maven-generated gump descriptor.
  - Fixed maven-generated build.xml.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-commons-sandbox/vfs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	21 Oct 2002 01:44:23 -0000	1.3
  +++ build.xml	23 Oct 2002 01:46:06 -0000	1.4
  @@ -53,7 +53,7 @@
   
     </target>
       
  -  <target name="jar" description="o Create the jar" depends="compile,test">
  +  <target name="jar" description="o Create the jar" depends="compile,compile-tests">
   
       <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}"></jar>
   
  @@ -81,7 +81,7 @@
           <fileset dir="lib">
             <include name="*.jar"></include>
           </fileset>
  -        <pathelement location="target/${final.name}.jar"></pathelement>
  +        <pathelement location="${classesdir}"></pathelement>
           <pathelement path="${testclassesdir}"></pathelement>
         </classpath>
         <batchtest todir="${testreportdir}">
  @@ -107,7 +107,7 @@
           <fileset dir="lib">
             <include name="*.jar"></include>
           </fileset>
  -        <pathelement location="target/${final.name}.jar"></pathelement>
  +        <pathelement location="${classesdir}"></pathelement>
         </classpath>
       </javac>
   
  
  
  
  1.1                  jakarta-commons-sandbox/vfs/gump.xml
  
  Index: gump.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <module name="commons-vfs">
  
    <description>Commons CFS</description>
    <url href="http://jakarta.apache.org/commons/sandbox/vfs/"></url>
    
    <cvs repository="jakarta"></cvs>
    
    
    
    
    <project name="commons-vfs">
      
      
      
      <ant buildfile="build.xml" target="dist">
        <property name="maven.final.name" value="commons-vfs-@@DATE@@"></property>
      </ant>
      
      <package>org.apache.commons.vfs</package>
  
      
      <depend project="jakarta-ant"></depend>
      <depend project="xml-xerces"></depend>
  
      
      <depend project="ant"></depend> 
      
      <depend project="junit"></depend> 
      
      <depend project="commons-net"></depend> 
      
      <depend project="commons-logging"></depend> 
      
      <depend project="jcifs"></depend> 
      
  
      <work nested="target/classes"></work>
      <home nested="target"></home>
      <jar name="commons-vfs-@@DATE@@.jar"></jar>
      <javadoc nested="docs/apidocs"></javadoc>
  
      <nag to="commons-dev@jakarta.apache.org" from="Adam Murdoch &lt;adammurdoch@apache.org&gt;"></nag>
      
    </project>
  
  </module>
      
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>