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 2009/01/29 16:15:23 UTC

DO NOT REPLY [Bug 42814] changed under 1.7.0

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #4 from Stefan Bodewig <bo...@apache.org>  2009-01-29 07:15:23 PST ---
instead of

<property name="theincs" refid="the.fileset" />

use

<pathconvert property="theincs" refid="the.fileset" pathsep=" ">
  <map from="location-of-archive" to=""/>
</pathconvert>

this should work without resorting to a scripting language.

I think it is reasonable to expect that we won't fix it.


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