# To compile and deploy your Gazelle application using Eclipse and Ant, # please create your file "build.properties" with : # - jboss.as.home : correct JBoss AS homepath (here is an example below. Must be JBoss-4.2.2.GA or + ) # - jboss.seam.home : correct JBoss Seam homepath (here is an example below. Must be JBoss-seam-2.0.0.GA or + ) # Linux #jboss.as.home = /usr/local/jboss #jboss.seam.home = /usr/local/jboss-seam # Mac jboss.as.home = /Applications/jboss-4.2.2.GA/ jboss.seam.home = /opt/jboss-seam/ # Windows #(Note : use '/' and not '\' , as below) #jboss.as.home = C:/Program Files/JBoss_4.2.2/ #jboss.seam.home = C:/Program Files/jboss-seam-2.0.0.GA keystore.alias=gazelle keystore.storepass=gazelle keystore.location=../../../../../.keystore # top level directories src=${basedir}/src classes=${basedir}/classes lib=${basedir}/lib logs=${basedir}/logs dist=${basedir}/dist dist.source=${dist}/source dist.lib=${dist}/lib dist.javadoc=${basedir}/doc # javac settings javac.debug=on javac.verbose=off javac.optimize=off javac.deprecation=off #jars ant.project.name=HL7EVSJnlpGui mainClasspath=package.name mainClass=mainclassfile testng.report.dir=${basedir}/test-output test.src.dir=${basedir}/test