Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If the fileset generated by the dependencies task is used within a <path> task, it could cause a NPE. For example, consider the following:
<path id="compile.classpath"> <fileset refid="log4j:log4j:jar"/> </path>
If the path is later used by the <javac> task, this could cause a NullPointerException because internally Ant access the project reference when building the path.