Re: how to integrate ant and java program

2006-03-22 Thread TH Lim
Look into the manual for tag and the attribute "resultproperty" --- Shweta Bodade <[EMAIL PROTECTED]> wrote: > I want to call java program from ant which I can do > properly but how can > I retrieve and String variable from that program can > you suggest > > > > Suppose I want to set a value

how to integrate ant and java program

2006-03-21 Thread Shweta Bodade
I want to call java program from ant which I can do properly but how can I retrieve and String variable from that program can you suggest Suppose I want to set a value to variable through java program and I want to use the same variable in ant script How can I do that?