Include nested arg elements in my custom task

2004-07-01 Thread Robert Mark Bram
Hi All! I want to include nested elements in my custom task: I understand this means I need an add method in my Task subclass: public void add(Arg arg) {} What class matches elements? Within this add method, can I just get the arg value or is there something else related t

Re: Open new command window for ANT task

2004-06-01 Thread Robert Mark Bram
up to the second step! Rob :) From: Robert Mark Bram [mailto:[EMAIL PROTECTED] I need to run several Java processes in new windows in a particular order: - a class server - a Jini lookup server - another class server - a service provider - a client Each of these should spin off into a new comm

Re: Open new command window for ANT task

2004-05-30 Thread Robert Mark Bram
sy to do with a batch/shell file and I am hoping to do the same with Ant.. Do you think this can be done? Rob :) -- Robert Mark Bram B.Comp.(Systems Development/Business Systems) B.Net.Comp.(Hons) Doctor of Philosophy Student School of Network Computing Faculty of Information Technology M

Open new command window for ANT task

2004-05-30 Thread Robert Mark Bram
va:491) at java.lang.Runtime.exec(Runtime.java:457) at Command.main(Command.java:5) F:\java\tests> Is there something that I am missing here? Any help would be most appreciated! Rob :) -- Robert Mark Bram B.Comp.(Systems Development/Business Systems) B.Net.Comp.(Hons) Doctor of Ph