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 "David W." <da...@optonline.net> on 2002/09/05 03:11:46 UTC

[PATCH] build.xml error detecting MX4J

This is what WinCVS prints out, although it doesn't look like many of the
other patches I've seen posted here...
Anyway, I wanted to write a stop script that used JMX and didn't realize
that it required 'ant get-mx4j' and the elimination of a bogus 'if'.

By the way, the build mentions mx4j.jar which doesn't actually exist.  It's
harmless to keep it there, but unnecessary.  I probably should have removed
the references to it in the patch, but since I don't know why it was added
in the first place I don't want to make any assumptions.

This is so short it doesn't merit an attachment:

Index: build.xml
=========================================
RCS file: /home/cvspublic/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.158
diff -r1.158 build.xml
104c104
<     <target name="check-mx4j" if="mx4j.jars">
---
>     <target name="check-mx4j">


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