Problem with the classpath

2009-08-08 Thread Tiago Espinha
Hello everyone, We at Apache Derby are using Ant to manage our build process but I have just run into an annoying problem that is being hard to overcome. Having tried pretty much everything we could think of, I decided to ask for help with the more knowledgeable crew. The symptoms are very simple

having problem with antlr task.

2009-08-08 Thread Tommy Nordgren
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: What

Re: Patch task

2009-08-08 Thread Michael Ludwig
Avlesh Singh schrieb am 06.08.2009 um 14:46:42 (+0530): > Can I make the patch task work on windows? http://ant.apache.org/manual/CoreTasks/patch.html >From this manual entry it seems that the patch task just executes the patch utility program; so all you need to do is get a copy of patch for Win