AW: Extending Java task to run external class

2007-06-18 Thread Jan.Materne
://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Java.java Jan >-Ursprüngliche Nachricht- >Von: Phoenix1405 [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 18. Juni 2007 15:43 >An: dev@ant.apache.org >Betreff: Re: Extending Java task to run external

Re: Extending Java task to run external class

2007-06-18 Thread Phoenix1405
when that's true, does that mean the protected method run will run the class in a different VM? Steve Loughran wrote: > > > > call setFork(true); that's a public method > > > -- View this message in context: http://www.nabble.com/Extending-Java-task-to-ru

Re: Extending Java task to run external class

2007-06-16 Thread Steve Loughran
Phoenix1405 wrote: Hi, I'm extending the Java task at the moment. Is it possible to execute an external class in a separate VM using the task's methods? I see the fork in the original Java task source, but it's private and I believe the protected run method only runs the class in the current VM.

Extending Java task to run external class

2007-06-15 Thread Phoenix1405
M. Thanks, Kev -- View this message in context: http://www.nabble.com/Extending-Java-task-to-run-external-class-tf3929592.html#a11145181 Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL