See http://jakarta.apache.org/builds/gump/2001-07-14/xml-batik.html for details.
Question for ant-dev: Should <exclude name="**/jpython*" unless="jpython.present"/> match org/apache/batik/script/jpython/JPythonInterpreter.java? It used to...did this behavior recently change? I haven't identified any recent change to Ant or Batik that would explain this failure. Question for batik-dev: Are you interested in being notified of failures? Batik normally builds, so such notifications would be rare. In any case, it would be entirely up to you to determine what actions, if any, you would like to take based on failures. In any case, if the exclude is changed to <exclude name="**/jpython/*" unless="jpython.present"/> (and a similar change is made for jacl and rhino), then these files are excluded as expected with the current (from CVS) version of Ant. - Sam Ruby
