Want to make jar,war,ear files using apache ANT and use hudson for automated build process [closed]
- by user1314506
I want to make build.xml for following all task and i want to set up jenkins or Hudson for Continuous Integration
How should i make build file using apache Ant and how to build all projects using single build file?
mkdir MyProjectsjar
Compile following project and create jar file
javaproject1
package1
javafile1
javafile2
…