Hi gd, would I add the below two lines before myi have never used javacc, although from the ant task description this seems valid
<javacc ... />
Then I'm taking that I can use ${java.home} within the javacc tag.
<ant:property environment="env"/>
<ant:property name="javacc.home" location="${env.JAVACC_HOME}"/><javacc javacchome="${javacc.home}" target="src/javacc/grammar/Parser.jj" outputdirectory="${maven.build.dir}/javacc/src" />
best thing is to try it out..
-- gd
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
