[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build.xml



Hi,

i whant to mention that i succesfully compiled 
ozone-src-0.5dev2.zip on linux using the build.xml

I dont understand who the install works
how can a give extra properties to the install (like the port)

java org.ozoneDB.tools.Install -d`pwd`/data -Dport=3001 \
-DadminPort=3334
java org.ozoneDB.tools.Install -d`pwd`/data -DozoneDB.port=3001 \
-DozoneDB.adminPort=3334

doens't seam to work

and 
sed "s,3000,3001,g" temp.properties > config.properties
doesn't seam to me like the right solution :)

bye
Kees Jongenburger



ANT_HOME=`pwd`
export ANT_HOME
java org.apache.tools.ant.Main -Dant.home=$ANT_HOME $*