For JBossWS 2.0.1 do the following: * Modify ant.properties accordingly (copy them from ant.propeties.example) * cd $JBOSSWS201_HOME * cp -f ant.properties.example ant.properties * emacs ant.properties // and to your configuration staff * Build JBossWS 2.0.1 * ./build.sh clean main * ./build.sh deploy-jboss40 * start JBoss AS * pushd $JBOSS405_HOME/bin * ./run.sh & * popd * execute test: * ./build.sh -Dtest=...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086511#4086511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086511 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
