This message and any attachments may contain Cypress (or its subsidiaries)
confidential information. If it has been received in error, please advise the
sender and immediately delete this message.
See inline for some commentary:
On Mon, Aug 19, 2013 at 2:28 AM, Ernst Reissner wrote:
> Ok, got one step further:
> now i have:
>
>
>
>
>
>
>
>
Here you define the task as being named "ant-antlr3":
> classname="org.apache.tools.ant.antlr.ANTLR3"
>
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:
>
>
>
>
>
>
>
> classname="org.apache.tools.ant.antlr.ANTLR3"
> classpathref
Ok, got one step further:
now i have:
which seems to work.
But when i try to use the new task by
ant complaints
ernst@localhost:~/Software> ant genParser
Buildfile: /home/ernst/Software/build.xml
init:
genParser:
BUILD FAILED
/home/erns
Hi Jan,
i tried
>name="ant-antlr3"
> classname="org.apache.tools.ant.antlr.ANTLR3"
> />
as you suggested (which looks much better than what i did before).
Result
ernst@localhost:~/Software> ant genParser
Buildfile: /home/ernst/Software/build.xml
BUILD FAILED
/home/ernst/Software/
Ok, I understand. But how should they, i.e. the antlr-people define
their ant-task.
I am sure, they will do if we tell them.
> Okay, I apologize. The ANTLR wiki does in fact specify the XML namespace
> you are using, but technically they should not be hijacking an org.apache
> namespace in this ma