One side note: you are using 1.8.2 (Dec 2010) and I suggest updating to
1.9.1 (Jul 2013).
http://ant.apache.org/faq.html#history
> Ok, got one step further:
> now i have:
>
> <path id="antlr.classpath">
> <fileset dir="${basedir}/jars">
> <include name="ant-antlr3.jar"/>
> </fileset>
> </path>
>
> <taskdef name="ant-antlr3"
> classname="org.apache.tools.ant.antlr.ANTLR3"
> classpathref="antlr.classpath"/>
>
> which seems to work.
Then you could try the xmlns-way.
http://ant.apache.org/manual/Types/antlib.html#loadFromInside
> BUILD FAILED
> /home/ernst/Software/build.xml:377: Unable to determine generated class
Havent worked with ANTLR, but Google may help:
http://palove.kadeco.sk/itblog/posts/40
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]