Re: Need Help Extending Copy Task

2005-10-19 Thread Stephen Nesbitt
On Wednesday 19 October 2005 01:01, Steve Loughran wrote: > question: where does this newCopy get its project to log to? > > Because I dont see you passing it down, and I would centainly expect > project.log() to NPE when it is null -which is exactly what appears to > be happening. > > newCopy.setP

Re: Need Help Extending Copy Task

2005-10-19 Thread Steve Loughran
Stephen Nesbitt wrote: All: I'm trying to extend the the copy task and am running into a brick wall. What I am trying to do is to extend the task so that it can accept a property which contains a comma separated list of FileSet references. For example: . my:copy would do nothing more than pa