Martijn Kruithof wrote:


Win XP Home (NL version) passes (test run 5) including some test on nested ;-)

Excellent! Thanks.


The org.apache.tools.ant.ProjectTest.testDuplicateTargets fails however :-( (both on linux (fedora core) and XP / both sun jdk 1.4.2_03)

This is a known problem. It was noticed last week that duplicate targets were
not detected in ant 1.6.*, so a test was put in. But no code was put in
to fix the problem!


I think that this should be added to the "teststhatfail" reference in build.xml until
the fix for the problem is done.


Peter


Peter Reilly wrote:

Hi,

I have added a nested file element to filelist,
used as follows:

<filelist dir="${src.dir}">
  <file name="tasks/a.java"/>
  <file name="tasks/b.java"/>
  <file name="This is a file with spaces"/>
</filelist>


a) Is this change ok? b) Should it be in ant 1.6.2 c) Could someone run the unittests on windows please ;-) Peter



[EMAIL PROTECTED] wrote:

peterreilly    2004/02/23 08:40:55

Modified: src/main/org/apache/tools/ant/types FileList.java
docs/manual/CoreTypes filelist.html
src/testcases/org/apache/tools/ant/types FileListTest.java
Added: src/etc/testcases/types filelist.xml
Log:
Add nested file element to file list to allow filenames to
contain white space and commas




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to