RE: Linux/Windows portability

2004-05-10 Thread Jan . Materne
ginal Message- > From: Bernd Juergens [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 3:56 PM > To: 'Ant Users List' > Subject: Linux/Windows portability > > > Hi, > > I need a build.xml for both Windows and Linux. Currently, I > uses something >

Re: Linux/Windows portability

2004-05-10 Thread Peter Davison
Hi Bernd. I've always handled these kind of situations by overriding the necessary properties in a user specific file. For example: I create a file in my home directory called: .ant.properties Then I define a property file in the build.xml file: In that file - ".ant.properties" - you can ove

RE: Linux/Windows portability

2004-05-10 Thread Anderson, Rob (Global Trade)
; From: Bernd Juergens [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 6:56 AM > To: 'Ant Users List' > Subject: Linux/Windows portability > > > Hi, > > I need a build.xml for both Windows and Linux. Currently, I > uses something > like this: > >