Revision: 4870
          http://sourceforge.net/p/vexi/code/4870
Author:   clrg
Date:     2016-06-20 23:36:23 +0000 (Mon, 20 Jun 2016)
Log Message:
-----------
Temporary autodoc prep ant file in lieu of ebuild-based approach.

Added Paths:
-----------
    trunk/org.vexi-build.jsdoc/parser_setup.xml

Added: trunk/org.vexi-build.jsdoc/parser_setup.xml
===================================================================
--- trunk/org.vexi-build.jsdoc/parser_setup.xml                         (rev 0)
+++ trunk/org.vexi-build.jsdoc/parser_setup.xml 2016-06-20 23:36:23 UTC (rev 
4870)
@@ -0,0 +1,18 @@
+<!-- FIXME: temporary in lieu of an ebuild solution
+     NOTES: add src/gen to project build path after -->
+
+<project name="project" default="javacc">
+    <property name="debug" value="false"/>
+    <target name="javacc" >
+        <mkdir dir="src/gen/org/vexi/tools/autodoc/parse" />
+        <javacc
+            target="src/main/javacc/org/vexi/tools/autodoc/parse/Parser.jj"
+            outputdirectory="src/gen/org/vexi/tools/autodoc/parse"
+            debugparser="${debug}"
+            debugtokenmanager="${debug}"
+            javacchome="lib_build/javacc-4.2"
+            static="true"
+        />
+    </target>
+
+</project>


Property changes on: trunk/org.vexi-build.jsdoc/parser_setup.xml
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to