You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/09/25 17:28:32 UTC

DO NOT REPLY [Bug 45094] Token substitution problem - where file includes literal character the same as the token

https://issues.apache.org/bugzilla/show_bug.cgi?id=45094


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.0




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2008-09-25 08:28:31 PST ---
I can see the reason.

when looking for the begin token in username@@@HOST@@ ant will stop at the
first
two @ and determine that it doesn't have a replacement for "@HOST" and 
continues looking for a begin token after the last candidate begin token
- while your real begin token actually starts inside the first candidate token.

fixed in svn rev 699002.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.