THX!
-Ursprüngliche Nachricht-
Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
Gesendet: Dienstag, 25. Februar 2014 17:34
An: 'Ant Users List'
Betreff: AW: create a new fileset in Java and in Ant Task
The fileset needs a project instance.
getDS() is a short cut for getDS(
The fileset needs a project instance.
getDS() is a short cut for getDS(getProject()) and your getProject() would
return null.
see:
https://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/an
t/types/AbstractFileSet.java
supports nested filesets so a view here would be a starting