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 2010/10/19 17:46:57 UTC

DO NOT REPLY [Bug 50114] New: Add path as variable to checksum format

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

           Summary: Add path as variable to checksum format
           Product: Ant
           Version: 1.8.1
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: rich@steelezone.net


The existing <checksum> task allows two variables in the format attribute: {0}
for the checksum and {1} for the file name.  I sometimes would like the path
(maybe as {2}) because, for example, I'm not necessarily putting the checksum
file alongside the checksummed file.

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

DO NOT REPLY [Bug 50114] Add path as variable to checksum format

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50114

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

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

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 2010-10-25 09:14:03 EDT ---
svn revision 1027103

{2} is the path relative to the checksum file, {3} the path relative to
the project's basedir and {4} the absolute path.

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