I don't mean antlr.jar but antlrtool.jar .
mani
-Original Message-
From: Sunil Mishra [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 9:39 PM
To: Ant Users List
Subject: Re: ANTLR task doesn't update its output
I used the following invocation:
$ CLASSPATH=/Volumes/Use
src/jtp/fol/kif/
KIFParser.g:2:1: unexpected token: foo
[antlr] Exiting due to errors.
I guess I chose a poor subject line. It should have said "ANTLR task
doesn't update its output timestamp". I'm not sure what to make of this
behavior.
Sunil
On Jun 28, 2004, at 3:20 P
Sunil:
I think you need to put antlrtool.jar in your classpath. Let me know how
that works.
mani
-Original Message-
From: Sunil Mishra [mailto:[EMAIL PROTECTED]
Sent: Monday, June 28, 2004 6:34 PM
To: Ant Users List
Subject: Re: ANTLR task doesn't update its output
But, if it w
if/
KIFParser.g:2:1: unexpected token: foo
[antlr] Exiting due to errors.
I guess I chose a poor subject line. It should have said "ANTLR task
doesn't update its output timestamp". I'm not sure what to make of this
behavior.
Sunil
On Jun 28, 2004, at 3:20 PM, Matt Benson w
Seems so. Be that as it may, your output shows that
classes are not being found. Since you are using the
same classpath over and over, I would declare it as a
reference:
when you use it, you can then use:
You can use or to get your
path into a property, whose value you can then check
b