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
>
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
; 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:
>
>