# compile options compiler.debug=true compiler.deprecation=true compiler.optimize=true compiler.verbose=true # sources src.java=src src.gen=src_gen web.dir=web webinf.dir=${web.dir}/WEB-INF wsdl.dir=${webinf.dir}/wsdl # config config.dir=config dml.file=${config.dir}/domain-core.dml dml.sqltypes=${config.dir}/dataTypesJDBCTypes.properties dml.typeconverters=${config.dir}/dataTypeConversors.properties # libraries jax-ws.lib=~/bin/jaxws-ri/lib web.lib=${webinf.dir}/lib # build dirs build.home=${webinf.dir} build.classes=${build.home}/classes # deploy dir deploy.dir=deploy deploy.war=${deploy.dir}/${ant.project.name}.war