You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by da...@apache.org on 2004/07/20 01:24:43 UTC

cvs commit: xml-xmlbeans/v2/jam build.xml

daveremy    2004/07/19 16:24:43

  Modified:    v2       build.xml
               v2/jam   build.xml
  Log:
  contributed by: Kevin Krouse
  sending jam output to build/classes/jam to avoid rebuilding
  
  Revision  Changes    Path
  1.78      +3 -6      xml-xmlbeans/v2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/build.xml,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- build.xml	19 Jul 2004 22:07:45 -0000	1.77
  +++ build.xml	19 Jul 2004 23:24:43 -0000	1.78
  @@ -464,12 +464,9 @@
     </target>
   
     <target name='jam'>
  -    <ant dir='${jam_root}' target='clean' inheritAll='false' />
  -    <ant dir='${jam_root}' target='all' inheritAll='false' />
  -    <move todir="build/classes/jam">
  -      <fileset dir="build/${jam_root}/classes" />
  -    </move>
  -    <delete dir='build/${jam_root}'/>
  +    <ant dir='${jam_root}' target='all' inheritAll='false'>
  +      <property name="classes_dir" value="../build/classes/jam"/>
  +    </ant>
     </target>
   
     <!-- marshal target =============================================== -->
  
  
  
  1.21      +1 -1      xml-xmlbeans/v2/jam/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/jam/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	10 Jun 2004 19:15:11 -0000	1.20
  +++ build.xml	19 Jul 2004 23:24:43 -0000	1.21
  @@ -38,9 +38,9 @@
     <target name='all' depends='compile'/>
   
     <target name='parser'>
  +    <!-- skipping parser generation for now, just noise at this point
       <delete dir='${gen_dir}'/>
       <mkdir dir='${gen_dir}'/>
  -    <!-- skipping parser generation for now, just noise at this point
       <antlr outputdirectory='${gen_dir}' target='${src_dir}/java.g'
              debug='false'>
          <classpath>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org