On May 23, 2005, at 9:18 PM, Mike Kienenberger wrote:
> public Object createConfig() {
> this.vppConfig = new VPPConfig();
> return this.vppConfig;
> }
This construct should be fine - Ant doesn't care about the return
type of the object in this case - it will use the same reflect magic
that it does on the task itself to dig into the object when needed.
Erik
This archive was generated by hypermail 2.0.0 : Mon May 23 2005 - 21:37:22 EDT