Hello I have Wonder Project and I don’t know how to build it into one single WAR file that will include all the libraries. Can somebody advise me on that?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you’re using WOLips (the WebObjects Eclipse plug-in), you want to right-click on the top-level of your project in the WO Explorer tab, select Properties > WOLips Deployment and check Servlet Deployment. In the bottom panel, Embed Frameworks, check everything. Finally, run the
buildtarget inbuild.xml, and Ant will generate a WAR ready to go, with all frameworks embedded. This is explained in more detail on the Project Wonder Wiki.