Revision: 15130
          http://gate.svn.sourceforge.net/gate/?rev=15130&view=rev
Author:   markagreenwood
Date:     2012-01-19 09:17:25 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
simplify the javacc calls to only generate the stuff we actually check in and 
need

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2012-01-19 08:13:21 UTC (rev 15129)
+++ gate/trunk/build.xml        2012-01-19 09:17:25 UTC (rev 15130)
@@ -793,9 +793,7 @@
     </delete>
   </target>
 
-  <!-- Rebuild the JAPE file parser.
-       Uses JavaCC 0.8pre1 from ../lib for the java, and 0.7
-       from ./JavaCC-071.zip for the HTML to avoid JJDoc bug in 0.8pre1 -->
+  <!-- Rebuild the JAPE file parser -->
   <target name="jape">
     <java classname="javacc"
           fork="true"
@@ -819,17 +817,6 @@
 
     <move file="${srcDir}/gate/jape/parser/ParseCpsl.html"
           toFile="${srcDir}/gate/jape/parser/ParseCpslPlain.html"/>
-
-    <java classname="jjdoc"
-          fork="true"
-          spawn="false"
-          dir="${srcDir}/gate/jape/parser">
-      <classpath>
-        <pathelement location="${libDir}/javacc.jar"/>
-      </classpath>
-      <arg value="-ONE_TABLE=false"/>
-      <arg value="ParseCpsl.jj"/>
-    </java>
   </target>
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to