Hi,
I am trying to make the build file simpler ;-)
[so that switching xml parsers is easier...]
I've switched to a newer version of ant and changed build.xml to use some of
the new features.
This leaves one place in the file that explicitly refers to the xml parser -
the bit that decides what goes into lib versus lib/ext.
I can't see that this split is needed - can anyone give me a reason for it?
I want to remove it - instead putting all jars into the lib directory - thus
removing the above need to define the files that go into the one directory
over the other.
Thanks in advance for your comments,
Chris