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

Re: Antcall task not doing what I want it to do!

2006-03-16 Thread TH Lim
Is it because it should be instead of ? --- Res Pons <[EMAIL PROTECTED]> wrote: > Hi everyone! > > I'm making an antcall from the source target to its > destination target. > > > > > > > > >value="${build.number}" /> > > > > Naturally the echo stmt in the newbuildnum targ

Re: AW: Compile Sources Specific to Its Subproject But Not Sources They Depend On

2006-03-13 Thread TH Lim
Thanks for the info. Guess I was wronged for a good reason :) I manage to execute Eclipse compiler from command line and had it compiling my codes. It behaves just like Sun compiler. Do you or anyone know what is the option to set its behaviour to what I have described in my original email? Than

RE: Compile Sources Specific to Its Subproject But Not Sources They Depend On

2006-03-13 Thread TH Lim
ECTED]> wrote: > > > > -Original Message- > > From: TH Lim [mailto:[EMAIL PROTECTED] > > Sent: Sunday, 12 March 2006 4:53 PM > > To: user@ant.apache.org > > Subject: Compile Sources Specific to Its > Subproject But Not > > Sources They Depend On

Re: Compile Sources Specific to Its Subproject But Not Sources They Depend On

2006-03-13 Thread TH Lim
the > other project classes will be output in the first > projects build/ dir. > > I hope I am making sense to you ;-) Good luck, > > "avoid circular dependencies between projects" (tm) > --DD > > On 3/12/06, TH Lim <[EMAIL PROTECTED]> wrote: &g

Compile Sources Specific to Its Subproject But Not Sources They Depend On

2006-03-11 Thread TH Lim
Hi, I have a directory structure that looks something like this -Projects/ -ProjectA/ +build/ +src/ +package1 -ProjectB/ +build/ +src/ +package2 I'm using Eclipse 3.x and have set each subproject source to be built with in each subproject build directory i.e. c