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