RE: Help with choosing build property file

2005-10-07 Thread Ninju Bohra
t work for me(on Windows): > > > value="${env.HOSTNAME}"/> > > > ${env.COMPUTERNAME} > > [echo] ${env.HOSTNAME} > > Cheers > > Rakesh > > > -Original Message- > From: James Abley [mailto:[EMAIL PROTECTED] > Sent: 07 Octob

RE: Help with choosing build property file

2005-10-07 Thread Burgess, Benjamin
We use this to get the machine name - works on unix and windows. Ben -Original Message- From: Rakesh Patel [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 11:56 AM To: Ant Users List Subject: RE: Help with choosing build property file On of the other links points to

RE: Help with choosing build property file

2005-10-07 Thread Rakesh Patel
Help with choosing build property file > -Original Message- > From: Rakesh Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, October 07, 2005 8:43 AM > To: Ant Users List > Subject: RE: Help with choosing build property file > > > Hi James, > > Both your lin

RE: Help with choosing build property file

2005-10-07 Thread Rakesh Patel
Windows 2K -Original Message- From: Shatzer, Larry [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 16:51 To: 'Ant Users List' Subject: RE: Help with choosing build property file > -Original Message- > From: Rakesh Patel [mailto:[EMAIL PROTECTED] > Sent: Frida

RE: Help with choosing build property file

2005-10-07 Thread Shatzer, Larry
> -Original Message- > From: Rakesh Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, October 07, 2005 8:43 AM > To: Ant Users List > Subject: RE: Help with choosing build property file > > > Hi James, > > Both your links point to the same resource (the firs

RE: Help with choosing build property file

2005-10-07 Thread Rakesh Patel
To: Ant Users List Subject: RE: Help with choosing build property file Google is your friend. http://www.google.co.uk/search?hl=en&q=ant+computername+hostname First link: http://www.ehatchersolutions.com/JavaDevWithAnt/ant.html I would expect something like this to work on Windows and Sol

RE: Help with choosing build property file

2005-10-07 Thread James Abley
--- > From: Rakesh Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, October 07, 2005 9:16 AM > To: Ant Users List > Subject: RE: Help with choosing build property file > > Hi Jan, > > That looks promising. Is there a way to make it work on both windows and &g

RE: Help with choosing build property file

2005-10-07 Thread Erskine, Chris
Subject: RE: Help with choosing build property file Hi Jan, That looks promising. Is there a way to make it work on both windows and unix? I develop on windows and deploy to solaris. Thanks Rakesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 October

RE: Help with choosing build property file

2005-10-07 Thread Jeffrey E Care
should work on all platforms; just pick a common environment variable to use. You may need to use a wrapper script around Ant to set this common variable. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Rakesh Patel" <[EMAI

RE: Help with choosing build property file

2005-10-07 Thread Rakesh Patel
Hi Jan, That looks promising. Is there a way to make it work on both windows and unix? I develop on windows and deploy to solaris. Thanks Rakesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 15:52 To: user@ant.apache.org Subject: AW: Help w