I am creating an ant script and I am wondering what should be the name of the directory where I package up the whole kaboodle and make it a .war file and put it in the webapps directory.
Should it be dist or build?
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.
dist.
build is for the .class files only, while dist will include the WEB-INF, META-INF, libraries, etc