# 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 + ) # - svn.bin : correct SVN binary filepath (here is an example below) # Linux jboss.as.home = /usr/local/jboss jboss.seam.home = /usr/local/jboss-seam svn.bin = svn # Mac #jboss.as.home = /Applications/jboss-4.2.2.GA/ #jboss.seam.home = /Applications/jboss-seam/ #svn.bin = /Applications/svn # 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 #- For win32 systems (download svn from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91) #svn.bin = C:/Program Files/Subversion/bin/svn.exe # ----------------------------------------------------------------------- # The following variables are used by all projects (in the build.xml files) - You don't need to modify them. ear.project = ${ear.project.name} ear.exploded.dir = ../${ear.project}/exploded-archives/${ear.project}.ear ear.dist.dir = ../${ear.project}/dist/ ear.dist.file = ${ear.dist.dir}/${ear.project}.ear ear.earcontent.dir = ../${ear.project}/EarContent/ ear.lib.dir = ${ear.earcontent.dir}/lib ear.application.file = ${ear.lib.dir}/META-INF/application.xml ear.sql.data.dir = ../${ear.project}/sql/data/ ear.sql.dir = ../${ear.project}/sql/ check.properties = true # Testng variables - You don't need to modify them. test.src.dir = ejbModule/ testng.lib = ${ear.lib.dir}/testng-5.7-jdk15.jar javac.debug = on javac.verbose = off javac.deprecation = off javac.optimize = off stop.tests.onfailure = false testng.report.dir = test-output testng.xml.dir = . # Variables used to get the SVN version (it helps to reference the generated EAR) - You don't need to modify them. svnversion.lib = ${ear.lib.dir}/andariel-1.2.3.jar common.versioning.build.src = ../SampleCommon-ejb/ejbModule/net/ihe/gazelle/common/versioning