Re: DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-06-06 Thread Antoine Levy-Lambert
Peter, you are not the only one who sees failures on Windows for these
tests. Additionnally, on my machine a couple of other tests fail (Image,
Antlr, ...)
That is not so good. We need to work on these failing tests (to see if the
testcases or the classes being tested are wrong, and fix whatever needs to
be fixed).
On top of the 400+ open bugreps.
Antoine
 PS. I have had difficulty in getting the following unit tests to work on
 windows:
CopyTest - trancoding test - result not as expected
ZipTest  - last test - unable to delete a file
XMLCatalogTest - most of the tests fail
FileUnitTests - to/from uri and testRemoveLeadingPath
 Peter

 -
 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]



DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-22 23:35 ---
snap!
I was just about to submit the changes under windows.

I have added a new patch against current cvs to fix
the unit tests and to provide an alternative fix for stripjavacomments.

The patched files are:
src/etc/testcases/filters/head-tail.xml:
  add the targets for the filterreader tests
src/testcases/org/apache/tools/ant/filters/HeadTailTest.java
  fix the result and expected filenames, I had them mixed up
  before, and the test succeeded as two non-existant files were matched
src/main/org/apache/tools/ant/filters/StripJavaComments.java
  I initially had the same logic as your fix, but realized that
  the code would not work under mac line endings. Looking at the
  code, I released that \r, or \n where all that is needed to terminate
  the the \\ comment - tested this on windows.

Cheers,
  Peter.

PS. I have had difficulty in getting the following unit tests to work on
windows:
   CopyTest - trancoding test - result not as expected
   ZipTest  - last test - unable to delete a file
   XMLCatalogTest - most of the tests fail
   FileUnitTests - to/from uri and testRemoveLeadingPath
Peter


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-22 23:40 ---
I hadn't considered Mac.  I will apply your patch tomorrow.  Thanks, once again!


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-23 15:31 ---
Patch applied.  Thanks.


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-18 21:57 ---
Created an attachment (id=5898)
tailfilter: remove unused member variable, comment linelist


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-15 23:38 ---
Created an attachment (id=5850)
mods to unit tests, and patch to fileutils


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-15 23:41 ---
Created an attachment (id=5851)
src/testcases/org/apache/tools/ant/filters/NoNewLineTest.java


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-16 00:32 ---
I meant to say for 2) above that
this is most likely an off-by-one problem
where the original testing was done on
dos (where new line is \r\n and the \r
needs to be removed with \n).
Peter


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-15 00:03 ---
Please provide testcases - the tests should fail before the patch is applied
and must pass afterwards.

Magesh,

Ok, - but some of the current tests rely on the current behaviour.
(I think as well as testcases/org.apache.tools.ant.taskdefs#testFilterChain)

Peter


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-04-14 18:24 ---
Peter,
Please provide testcases - the tests should fail before the patch is applied
and must pass afterwards.


DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-03-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476

copy with filtering modifies lineendings





--- Additional Comments From [EMAIL PROTECTED]  2003-03-28 18:17 ---
Created an attachment (id=5556)
Modify FileUtils#copyFile to retain line endings when used with filterchains