Bug 17297

Summary: [PATCH] The translate task does not translate tokens that are placed too close together
Product: Ant Reporter: Tom Eugelink <tom>
Component: Optional TasksAssignee: Ant Notifications List <notifications>
Status: RESOLVED FIXED    
Severity: normal CC: mrdon, notifications
Priority: P3    
Version: 1.5   
Target Milestone: 1.6   
Hardware: All   
OS: All   
Attachments: Test.java contains the testcode for the algorithm, Translate.java is the patched ANT task
CVS patch file

Description Tom Eugelink 2003-02-21 18:10:41 UTC
An example which is not translated is "@aaa;,@bbb;".
Adding a space "@aaa;, @bbb;" will translate.
Comment 1 Tom Eugelink 2003-02-21 18:14:50 UTC
Created attachment 4971 [details]
Test.java contains the testcode for the algorithm, Translate.java is the patched ANT task
Comment 2 Tom Eugelink 2003-06-25 16:18:54 UTC
Created attachment 6974 [details]
CVS patch file
Comment 3 Antoine Levy-Lambert 2003-06-30 10:57:04 UTC
Tom thanks for the patch which is now submitted, and sorry for our delay (4 
months).
Cheers. Antoine
Comment 4 Antoine Levy-Lambert 2003-07-26 17:28:06 UTC
*** Bug 16186 has been marked as a duplicate of this bug. ***