RE: Linux/Windows portability

2004-05-10 Thread Jan . Materne
I think I should make a FAQ entry :-) Create a property file for your platform specific configurations and use But be careful. I remember a discussion that on some win32 systems (nt/2k/xp - one of these) the value of os.name is not "windows" :-) Jan > -Original Message- >

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)
Put the mysql-connector-java-3.0.11-stable-bin.jar in a directory that is relative to the build file. Your directory structure might look like this... build.xml lib/ mysql-connector-java-3.0.11-stable-bin.jar src/ com/ .../ Then you could set the property like this... Or anoth