Bugs item #1588171, was opened at 2006-10-31 20:31
Message generated for change (Settings changed) made by filipjirsak
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: dom4j 1.6.x
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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to