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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
