# ##################################################################################### # EVSClientGUI4MedStandards build.properties # # # MAC #jboss-client=/Applications/jboss-4.2.3.GA/client/ #jboss.deploy.dir=/Applications/jboss-4.2.3.GA/server/default/deploy #axis2.as.home = /opt/axis2-1.4.1 # Download the CDA jars from http://xreg2.nist.gov/cda-validation/webservice/cdaValidateClient.tar.gz on your system # Then set the lib.cda directory path with your own configuration #lib.cda=/opt/cdaValidateClient/lib # Windows #jboss-client=C:/Program Files/JBoss_4.2.3/client #jboss.deploy.dir=C:/Program Files/JBoss_4.2.3/server/default/deploy #axis2.as.home = C:/Program Files/axis2-1.4.1/ # Download the CDA jars from http://xreg2.nist.gov/cda-validation/webservice/cdaValidateClient.tar.gz on your system # Then set the lib.cda directory path with your own configuration #lib.cda=/opt/cdaValidateClient/lib # Linux jboss-client=/usr/local/jboss/client jboss.deploy.dir=/usr/local/jboss/server/default/deploy axis2.as.home = /usr/local/axis2-1.4.1 # Download the CDA jars from http://xreg2.nist.gov/cda-validation/webservice/cdaValidateClient.tar.gz on your system # Then set the lib.cda directory path with your own configuration lib.cda=/opt/cdaValidateClient/lib # Programs to set version with SVN # For win32 systems (download svn from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91) # svn.bin=C:/Program Files/Subversion/bin/svn.exe # For linux systems svn.bin=svn # /!\ Important - please read : Keystore generation : # You need to install a jnlp keystore to sign your jar. # 1. Install the tool. Eg : sudo apt-get install ca-certificates-java # 2. Generate the key in your home : keytool -genkey -keystore gazelle -alias gazelle # 3. Rename the generated key : mv /gazelle /.keystore # 4. Enter the 3 correct values in the variables below, please check that you can reach the from your workspace/project directory (eg : ls workspace/EVSClientGUI4MedStandards/) # More informations : (http://java.sun.com/developer/technicalArticles/Programming/jnlp/) keystore.alias=gazelle keystore.storepass=gazelle keystore.location=../../../../../.keystore application.url.basename=EVSClientGUI application.url= http://sumo-test.irisa.fr:8080/${application.url.basename} #jars ant.project.name=EVSClientGUI4MedStandards mainClasspath=net.ihe.gazelle.evs.web.tools.main mainClass=EVSClientGUI # ##################################################################################### # Please do not modify below this line # top level directories src=${basedir}/src classes=${basedir}/classes lib=${basedir}/lib #lib.jboss-client=${basedir}/lib/jboss-client lib.gazelle.tf=${basedir}/../TF-ejb/dist lib.gazelle.users=${basedir}/../Users-ejb/dist lib.gazelle.common=${basedir}/../Common-ejb/dist lib.gazelle.evsclient=${basedir}/../EVSClient/dist lib.nule=${basedir}/lib/nule images=${basedir}/images logs=${basedir}/logs dist=${basedir}/dist dist.source=${dist}/source dist.lib=${dist}/lib dist.lib.jboss-client=${dist}/lib/jboss-client dist.lib.gazelle=${dist}/lib/gazelle dist.lib.nule=${dist}/lib/nule dist.lib.cda=${dist}/lib/cda dist.lib.axis2=${dist}/lib/axis2 dist.logs=${dist}/logs dist.images=${dist}/images dist.tmp=${dist}/tmp dist.javadoc=${basedir}/doc # javac settings javac.debug=on javac.verbose=off javac.optimize=off javac.deprecation=off # TestNG settings testng.report.dir=${basedir}/test-output test.src.dir=${basedir}/test