Re: Custom Tasks/Types in 1.6.2

2004-11-09 Thread Peter Reilly
ment.java:158) at org.apache.tools.ant.Task.perform(Task.java:363) ... 5 more Thanks... Original message Date: Mon, 8 Nov 2004 14:10:34 -0500 From: Ben Edwards <[EMAIL PROTECTED]> Subject: Custom Tasks/Types in 1.6.2 To: [EMAIL PROTECTED] I'm trying to run Ant from

Re: Custom Tasks/Types in 1.6.2

2004-11-08 Thread Ben Edwards
;Date: Mon, 8 Nov 2004 14:10:34 -0500 >From: Ben Edwards <[EMAIL PROTECTED]> >Subject: Custom Tasks/Types in 1.6.2 >To: [EMAIL PROTECTED] > > >I'm trying to run Ant from within Java. I've used code >similar to that in org.apache.tools.ant.Main and thin

Custom Tasks/Types in 1.6.2

2004-11-08 Thread Ben Edwards
I'm trying to run Ant from within Java. I've used code similar to that in org.apache.tools.ant.Main and things worked fine in 1.6.0, but then break in 1.6.2. I think it has something to do with class-loading/namespace stuff, but I can't find any good documentation or anyone who's encounter