sql task with old mysql

2001-07-28 Thread Fabian Mörchen
-- Fabian Mörchen [EMAIL PROTECTED] http://www.mybytes.de

Re: Using System Environment variables

2001-05-03 Thread Fabian Mörchen
to the file system path example: property name=tomcat.home value=d:/java/tomcat3.2.1/ But I'd like to just use the system environment variable so I could use this on different servers example: property name=tomcat.home value=Tomcat_Home/ Is there any way to do this? -- Fabian Mörchen

Re: basedir attribute from project tag

2001-04-20 Thread Fabian Mörchen
hi just learned it from the list. ;) i use this to get the JAVA_HOME variable: property environment="env"/ exec executable="gcc" arg line="-I${env.JAVA_HOME}/include -I${env.JAVA_HOME}/include/linux"/ arg line="-c ${src.dir}/de_mybytes_jam_Drive.c"/ arg line="-o