Re: build from java program

2009-06-08 Thread divyanshu singh
thanks i got what i wanted On Mon, Jun 8, 2009 at 3:43 PM, Steve Loughran wrote: > divyanshu singh wrote: > >> hi i want to use java program to build ant files >> >> so is there a way to run build command through java program which is >> platform independent >> >> will exec command will work on

Re: build from java program

2009-06-08 Thread Steve Loughran
divyanshu singh wrote: hi i want to use java program to build ant files so is there a way to run build command through java program which is platform independent will exec command will work on any platform i mean without changing any thing in the java code do you mean you want to exec() ant? Y

build from java program

2009-06-08 Thread divyanshu singh
hi i want to use java program to build ant files so is there a way to run build command through java program which is platform independent will exec command will work on any platform i mean without changing any thing in the java code