RE: 'basedir' property

2002-10-21 Thread Dominique Devienne
he directory in which build.xml is). If not set in , basedir is set by Ant, so cannot be overridden later. --DD -Original Message- From: Saripalli, Raju [mailto:Raju.Saripalli@;jenzabar.net] Sent: Monday, October 21, 2002 3:42 PM To: '[EMAIL PROTECTED]' Subject: 'basedir

'basedir' property

2002-10-21 Thread Saripalli, Raju
Hi, Normally, the signature for the start of an ant build file is in the following form: Can 'basedir' be set and/or reset elsewhere in the ant file ? For example, I would like to abstract all hard-coded directory information into a seperate XML file that gets included as part of the build pro

RE: basedir property and ant task

2001-03-12 Thread Badakhchani, Hussein
choing the base dirs of my unit xml files. Regards Hussein -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 5:48 PM To: [EMAIL PROTECTED] Subject: basedir property and ant task When you call another build.xml file in another directory

Re: basedir property and ant task

2001-03-11 Thread Stefan Bodewig
John D. Casey <[EMAIL PROTECTED]> wrote: > When you call another build.xml file in another directory from your > main one, what is the value of the "basedir" property in the child? The dir attribute of your ant task - if set. Otherwise the parent project's basedir

basedir property and ant task

2001-03-09 Thread John . D . Casey
When you call another build.xml file in another directory from your main one, what is the value of the "basedir" property in the child? My intuition says it should be the directory in which the child build.xml lives, but in practice I'm seeing something different. I'm