Re: AW: Problems with ANTLR

2013-08-19 Thread Ernst Reissner
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

Re: AW: Problems with ANTLR

2013-08-18 Thread Matt Benson
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 manner, hence my confusion. :-( Matt On Aug 18, 2013 5:44 PM, "Ernst Reissner" wrote: > H, > what I read is > http://www.antlr.

Re: AW: Problems with ANTLR

2013-08-18 Thread Ernst Reissner
H, what I read is http://www.antlr.org/wiki/display/ANTLR3/How+to+use+ant+with+ANTLR3 They suggest a test |$ ant -diagnostics which should show | |\--\-| |ANT_HOME/lib jar listing| |\--\-| |ant.home: /usr/share/a

Re: AW: Problems with ANTLR

2013-08-18 Thread Matt Benson
That is not the namespace of the ANTLR task; its jar may not even be set up as an antlib as such. You'll need to consult the documentation for the task to find out the proper way to set it up. Matt On Aug 18, 2013 10:48 AM, "Ernst Reissner" wrote: > Hello Jan, > you mean that ant-antlr3.jar is n

Re: AW: Problems with ANTLR

2013-08-18 Thread Ernst Reissner
Hello Jan, you mean that ant-antlr3.jar is not in place? I have it in /usr/share/ant/lib and even if I provide ant -lib /home/ernst/Software/jars, where it is as well, it does not work. Ernst > Maybe the antlib is not on the classpath? > For loading antlibs via namespaces from custom classpath se