Hi, I would like to set it too an environment variable instead of hard coding it into my maven.xml. Is this possible? At this time, I haven't been able to locate a javacc plugin for Maven. If there is one, could someone send me the relevant link?
Thanks in advance, -Conrad > In the Ant Optional task documentation under JavaCC, it says you can set the > javacchome variable for that task, so you wouldn't need an env var. If maven > has a javacc plugin, but it won't take a property for javacchome, you'll have > to modify the plugin.jelly for that plugin or just use the ant task. > > http://ant.apache.org/manual/OptionalTasks/javacc.html > > -jake > > > On Friday 02 January 2004 05:43 pm, [EMAIL PROTECTED] wrote: > > Hi, I was wondering, where and how would I set environment variables within > > Maven? For example, I'm trying to convert the following task attribute > > within my 'maven.xml': > > > > javacchome="${env.JAVACC_HOME}/bin/lib > > > > Thanks in advance, > > > > -Conrad > > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
