Bugs item #1588171, was opened at 2006-10-31 20:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1588171&group_id=16035
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Marcus Better (mbetter) Assigned to: Nobody/Anonymous (nobody) Summary: build.xml: invalid nested <exclude> element Initial Comment: The Ant build file build.xml uses nested <exclude> elements like this one: <exclude name="**/AllTests.java,**/Abstract*.java,**/TestCase.java" /> But Ant does not support comma-separated lists as values in nested exclude elements, see http://issues.apache.org/bugzilla/show_bug.cgi?id=40718 They need to be split into individual lines. I don't know if this causes problems in the current release, and anyway it only applies when using Ant, not Maven. But it caused problems for the Debian package. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1588171&group_id=16035 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ dom4j-dev mailing list dom4j-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dom4j-dev