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.nordg...@comhem.se




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

Reply via email to