You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by Alexis Agahi <al...@users.sourceforge.net> on 2002/08/10 21:01:34 UTC

Build.xml and mx4j

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Build.xml and mx4j

Posted by Paul Hammant <Pa...@yahoo.com>.
Alexis,

> Is it my ant version that is to old? or something else?

No, it is fine.

What I tried to do is control the version of MX4J and have it put into 
the distributions, but not in CVS just yet.

See project.properties and its override ant.properties (copied from 
ant.properties.sample)

- Paul


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>