You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Tommy Nordgren <to...@comhem.se> on 2009/08/08 19:58:33 UTC

having problem with antlr task.

I get the following error when building with a build.xml file that  
uses the antlr task:
input.syntax:

BUILD FAILED
/Users/emac/Project/Hermione/build.xml:4: Unable to determine  
generated class


The relevant part of my build file is:

	<target name="input.syntax" depends="mkdirs">
		<antlr target="SymbolTableGen.g" >
		</antlr>
	</target>

What can be the problem?
I added antlr-3.1.3.jar to my CLASSPATH and invoked ant. (There don't  
seem to be any antlr , but just the task, in the ant lib directory

---------------------------------
How many National Democrats does it take to change a light bulb?
108: 8 who smashes the rest of the light bulbs, and 100 to blame a  
zionist world conspiracy for the darkness
--------------------------
Tommy Nordgren
tommy.nordgren@comhem.se




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org