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
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
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