I downloaded the source from SVN as per the instructions. The first time I attempted to compile (using the default build), I received an error saying that the Clover resource could not be located. After a little poking around on the web, I discovered that Clover requires a license, so I commented out the line in the build.xml file that causes antlr to look for this resource.
The clover-related error stopped, but the next error I received stated that it could not locate antlr/Tool class. This is part of the antlr install that's in the lib directory, and the classpath used by the build file definitely includes the jar file with this class. Any ideas on what might be causing this?
Thanks.
|