I’ve a dynamic web project which consists multiple webservices inside. I want to export this project as a war file but I don’t want to export all the webservices but only the ones I want. How can I do that? I excluded the java classes from the build path but that didn’t work. Thanks in advance
I’ve a dynamic web project which consists multiple webservices inside. I want to export
Share
Use ant to do your builds.
Set up your targets and exclusions as required.
http://www.developer.com/java/j2me/article.php/989631/Building-with-Ant-Introduction.htm
Think you can use Maven too, but I’m not familiar with it