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

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.