If you look at the nightly build for jakarta-avalon-phoenix, you will
notice an avalonapi.jar and a xerces.jar. It is worth noting that these
are not the versions of these jars that this particularly nightly was built
with.
One thing to consider is replacing:
<copy file="${lib.dir}/xerces_1_2_3.jar" tofile="${dist.lib}/xerces.jar"/>
With
<property name="xerces.jar" value="${lib.dir}/xerces_1_2_3.jar"/>
<copy file="${xerces.jar}" tofile="${dist.lib}/xerces.jar"/>
This keeps the default behavior exactly the same, yet provides an
opportunity for those that wish to substitute another version of the parser
(or perhaps even another parser entirely) to do so.
Perhaps ${xerces.jar} should also be referenced in the definition of
project.class.path...
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]