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

*** shadow/961  Tue Mar 13 05:41:10 2001
--- shadow/961.tmp.5627 Tue Mar 13 05:41:10 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | replacing/removing carriage return/linefeed                                |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 961                         Product: Ant                     |
+ |       Status: NEW                         Version: 1.2                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Enhancement              OS/Version:                         |
+ |     Priority: Low                       Component: Core tasks              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                              |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ At the moment it is impossible to replace operating system specific new lines 
+ to other kind. E.g. 
 can not be replaced by 

+ I tried this in both token attribute and replacetoken element.
+ 
+ Replacing 
 with empty string did work when replacement was defined in 
+ attributes. However it does not solve all our problems.
+ 
+ I think this is because the XML parser replaces replacetoken 
 with 
+ something else. At least ant says that replacetoken is empty.
+ 
+ Also changing 0x00 0x0D 0x00 0x0A (e.g. when preparing an UTF-18 template 
file 
+ made in Windows for Unix environment) to something else is not possible as in 
+ XML � does not exist.

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

Reply via email to