You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/05/06 17:10:09 UTC

svn commit: r653798 - /lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml

Author: andreas
Date: Tue May  6 08:10:09 2008
New Revision: 653798

URL: http://svn.apache.org/viewvc?rev=653798&view=rev
Log:
Deploy ANTLR parser directly during the antlr.compile target.

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml

Modified: lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml?rev=653798&r1=653797&r2=653798&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/targets/antlr-build.xml Tue May  6 08:10:09 2008
@@ -21,15 +21,14 @@
 <project name="antlr">
   
   <target name="antlr.compile" description="Generate the ANTLR parser for attribute rule evaluation">
-    <property name="antlr.build" value="build/lenya/antlr"/>
+    <property name="antlr.build" value="src/java/org/apache/lenya/ac/impl/antlr"/>
     <mkdir dir="${antlr.build}"/>
     <antlr:antlr3 xmlns:antlr="antlib:org/apache/tools/ant/antlr"
       target="src/java/org/apache/lenya/ac/impl/antlr/Expressions.g"
       outputdirectory="${antlr.build}">
       <jvmarg value="-Djava.compiler=NONE"/>
     </antlr:antlr3>
-    
-    
+    <antcall target="compile"/>
   </target>
   
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org