Java Reference
In-Depth Information
#location of the .class files for classes generated from schemas used
by the service
and the client service.schemas.classes.dir=${root.dir}/../ws/build/
classes
#generated classes from wsimport go here
gen.client.package.name=com.dte.soa.soacookbook.wsclient
#PATTERNS
ejb.dir.pattern=**/ejb/**
spi.includes.pattern=**/*.spi.*
schemas.dir=config/META-INF/wsdl/ch03
schemas.includes.pattern=**/*.xsd
#DEPENDENCIES: LIB DIR
lib.dir=../../lib
commons.lang.jar=${lib.dir}/commons-lang-2.3.jar
javaee.jar=${lib.dir}/javaee.jar
junit.jar=${lib.dir}/junit-4.4.jar
log4j.jar=${lib.dir}/log4j-1.2.9.jar
webservices-rt.jar=${lib.dir}/webservices-rt.jar
#From the Client project, to be included in WAR
client.jar=../client/dist/soaCookbookClient.jar
#ARTIFACT NAMES
client.classes.jar=${project.name}-client.jar
ejb-jar.name=${project.name}-ejb.jar
ear.name=${project.name}.ear
log4j.xml=${config.dir}/log4j.xml
log4j.props.jar=log4jProps.jar
war.name=${project.name}.war
war.name=${project.name}.war
svc.common.jar.name=svc-common.jar
#GLASSFISH DEPLOYMENT
deploy.target=glassfish
gf.server.address=localhost
gf.domain.name=soacookbookdomain
#You may need to modify these for your system
# Glassfish requires the AS_ADMIN_PASSWORD to be in a file.
# The task requires an absolute path. We are pointing directly
# to this file.
gf.username=admin
gf.adminport=5050
gf.port=8080
gf.esb.port=18181
Search WWH ::




Custom Search