Bug 17297 - [PATCH] The translate task does not translate tokens that are placed too close together
Summary: [PATCH] The translate task does not translate tokens that are placed too clos...
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.5
Hardware: All All
: P3 normal with 2 votes (vote)
Target Milestone: 1.6
Assignee: Ant Notifications List
URL:
Keywords:
: 16186 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-21 18:10 UTC by Tom Eugelink
Modified: 2004-11-16 19:05 UTC (History)
2 users (show)



Attachments
Test.java contains the testcode for the algorithm, Translate.java is the patched ANT task (6.64 KB, application/octet-stream)
2003-02-21 18:14 UTC, Tom Eugelink
Details
CVS patch file (5.91 KB, patch)
2003-06-25 16:18 UTC, Tom Eugelink
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***