User: rinkrank
  Date: 02/03/23 08:29:47

  Modified:    .        build.xml
  Log:
  Integrating xdoclet/xjavadoc build
  Got rid of deprecation warning in test
  Using Ant copy/filterset to preprocess grammar (in stead of replacecopy, because 
xdoclet doesn't exist yet!)
  
  Revision  Changes    Path
  1.29      +7 -7      xjavadoc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -w -r1.28 -r1.29
  --- build.xml 16 Mar 2002 19:26:56 -0000      1.28
  +++ build.xml 23 Mar 2002 16:29:46 -0000      1.29
  @@ -296,16 +296,16 @@
         <delete file="${tar.file}"/>
      </target>
   
  -   <!-- =================================================================== -->
  -   <!-- Define the xdoclet replacecopy task                                 -->
  -   <!-- =================================================================== -->
  -   <taskdef name="replacecopy" classname="xdoclet.ant.ReplaceCopy"/>
  -
      <target name="copy-grammar">
  -      <replacecopy
  +      <copy
            file="${basedir}/javacc/${javaparser.grammar}.jjt" 
            tofile="${parser.dir}/${destination-grammar}"
  -      />      
  +      >
  +         <filterset>
  +            <filter token="parser-class" value="${parser-class}" />
  +            <filter token="set-compilation-unit" value="${set-compilation-unit}" />
  +         </filterset>
  +      </copy>
      </target>
   
      <target name="generate-parsers" 
depends="generate-node-parser,generate-simple-parser"/>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to