In order to get ant deploy-jboss42 to work on jbossws-2.0.1, I had to modify line 53 of
build-deploy.xml:
was:
thirdpartylibs="${lib.dir}" />
changed to:
thirdpartylibs="${lib.dir}" stacklibs="${lib.dir}" />
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082324#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...