rajeshkumar created the topic: Sample Apache ant project for begginers
Pre-
1. clone the src code from – github.com/scmgalaxy/Javatest1
2. Create a proper build structure via ant
Write a two build.xml –
One(Name of the file – Build.xml)
Second(Name of the file – myfile.xml)
You should do the following things in build.xml
1. copy the src file from clone folder to build folder
2. change the permission of file to current user
3. create a build folder strcuture needed. use your knowledge
4. Comiple the source code
5. Call build file – myfile.xml
You should do the following things in myfile.xml
1. Zip the compiled file.
2. Create a jar file.
3. Delete the .class file
4. Sleep for 10 sec
5. create a directory using exec.(Not ant tasks)
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
harsha924 replied the topic: Sample Apache ant project for begginers
Hi Rajesh,
Here is my assignment.
Regards,
Harsha
File Attachment:
File Name: MyAntProje…rsha.zip
File Size:5 KB
MyAntProject-Harsha
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024