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/09/03 19:49:09 UTC

DO NOT REPLY [Bug 44499] ManifestClassPath throws when a relative path would traverse the file system root

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


baba.buehler@zilliant.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


--- Comment #2 from baba.buehler@zilliant.com 2009-09-03 10:49:07 PDT ---
The fix for 1.8.0 does not appear to work for ant on Windows

I am still able to produce a NullPointerException with usage such as:

<project name="crash" basedir="C:/temp">
<manifestclasspath jarfile="e.jar" maxParentLevels="99" property="cp">
   <classpath>
      <pathelement location="C:/a/b/x.jar"/>
   </classpath>
</manifestclasspath>
</project>

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