Hey gb, it's working and thanks for the information.

-Conrad

> [EMAIL PROTECTED] wrote:
> 
> >Hi gd, would I add the below two lines before my 
> >
> ><javacc ... />
> >
> >Then I'm taking that I can use ${java.home} within the javacc tag.
> >  
> >
> i have never used javacc, although from the ant task description this seems valid
> 
> <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]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to