I'm using Ant 1.4.1
and the latest phoenix cvs version
I get mx4j tarball using "ant get-mx4j"
when building all
the project is not build with "mx4j".
I've to change
<target name="dist-mx4j" description="Copies MX4J jars"
if="mx4j.present">
to
<target name="dist-mx4j" description="Copies MX4J jars">
and also remove the
<exclude
name="org/apache/avalon/phoenix/components/manager/MX4JSystemManager.java"
unless="mx4j.present"/>
to get the mx4j in the dist ...
in fact "ant check-mx4j" seems to work.
----------
al@one:~/phoenix> ant check-mx4j
Buildfile: build.xml
check-mx4j:
BUILD SUCCESSFUL
Total time: 2 seconds
-----------
Is it my ant version that is to old? or something else?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>