Re: ant build script failing

2005-04-19 Thread Ninju Bohra
t; > > > > On the other hand, if you defined the property's > value by passing an > > > argument on the command line such as > > > > > > $ ant -Dyourprop=foo > > > > > > then, the way you are using is the right way. > > >

Re: ant build script failing

2005-04-19 Thread Nishi Prafull
; > Regards > > -Luis > > > > -----Original Message----- > > From: Nishi Prafull [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 19, 2005 3:00 PM > > To: user@ant.apache.org > > Subject: ant build script failing > > > > Hi: > > I have

Re: ant build script failing

2005-04-19 Thread Nishi Prafull
ourprop=foo > > then, the way you are using is the right way. > > Regards > -Luis > > -Original Message- > From: Nishi Prafull [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 19, 2005 3:00 PM > To: user@ant.apache.org > Subject: ant build script failing

RE: ant build script failing

2005-04-19 Thread Conelly, Luis (GE Energy, Non GE, GENE)
right way. Regards -Luis -Original Message- From: Nishi Prafull [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 3:00 PM To: user@ant.apache.org Subject: ant build script failing Hi: I have following ant script to build a project but its failing at the clean target as below, can so

Re: ant build script failing

2005-04-19 Thread Brad G. Kyer
> I believe needs to be => > -B --- Nishi Prafull <[EMAIL PROTECTED]> wrote: > Hi: > I have following ant script to build a project but its failing at the > clean target as below, can someone please let me know what could be > the cause? > I made sure that the srchome variable was set in the

ant build script failing

2005-04-19 Thread Nishi Prafull
Hi: I have following ant script to build a project but its failing at the clean target as below, can someone please let me know what could be the cause? I made sure that the srchome variable was set in the environment [C:\temp\dc\src\java\DiscOEM]ant Buildfile: build.xml clean: [delete] C:\te