Menu

#14 build.xml for oaw4 expressions wrong

CVS
open
nobody
None
5
2012-12-07
2006-01-09
No

The build file for the cvs version of oaw4 is missing a call to the antlr
generator in the expressions module. I extended the build.xml file
along the line of the other build.xml files:

Index: build.xml

========================
RCS file: /cvsroot/architecturware/oaw4/expressions/build.xml,v
retrieving revision 1.2
diff -u -r1.2 build.xml
--- build.xml 20 Dec 2005 17:43:52 -0000 1.2
+++ build.xml 9 Jan 2006 09:39:41 -0000
@@ -18,6 +18,12 @@
<mkdir dir="out"/>
<mkdir dir="out/classes"/>

+ <java classpathref="build.classpath" dir="main/src/org/
openarchitectureware/extension/parser"
+ fork="yes" failonerror="true"
classname="antlr.Tool">
+ <jvmarg value="-
Dfile.encoding=ISO-8859-1"/>
+ <arg value="ExtensionParser.g"/>
+ </java>
+
<javac classpathref="build.classpath" debug="true"
encoding="iso-8859-1" destdir="out/classes">
<src path="main/src"/>
</javac>

I do not know whether the settings of the antlr grammar parser are set
correctly but the project compiles afterwards.

Discussion


Log in to post a comment.

Monday.com Logo