#
#    ASK library Build User Configurable Resources Created on 31-March-2006
#
#    This properties file defines all the build resources that the user must specify or update to perform a build

#  The following property will tell the build to generate the axis stubs.
#  This only really needs to be done once so it can be switched off by commenting out the line below
#generate.stubs.enabled=commentMeOutToDisable

#  The following property will tell the build to clean the directories before starting.
#  Cleaning can be switched off by commenting out the line below
clean.enabled=commentMeOutToDisable

#  The following property will tell the build to generate javadoc for the compiled code
#  JavaDoc can be switched off by commenting out the line below
javadoc.enabled=commentMeOutToDisable

#  The following property will tell the build to generate the xmlbeans for the xsds in the system.
#  This only really needs to be done once so it can be switched off by commenting out the line below
generate.xmlbeans.enabled=commentMeOutToDisable

# Unit tests are run for all tests in the 'test' directory.
# Unit testing may be disabled by commenting out the following line
#unittest.enabled=commentMeOutToDisable

#  The following two properties are used by the java compiler to specify the JDK version
#  of the source code being compiled and the target version to compile the code to
compile.source.jdk.version=1.5
compile.target.jdk.version=1.5

#compile.source.jdk.version=1.4
#compile.target.jdk.version=1.4

#  The following two properties determine the debugging level of the compiler
#
compile.debug=yes
compile.debuglevel=lines,vars,source

# These properties defines where to deploy any web services 
deploy.url=http://localhost:8080
deploy.port=8080

# Where to deploy the ASK client
ask.client.deploy.dir=/Users/alistair/web/WWW/ask

# Deploy repository web services. Adds the static jars to the repository
deploy.repository.webservices.enabled=true