https://github.com/sanjoy-sust/anttest
Sample Project for Ant with JUnit
https://github.com/sanjoy-sust/anttest
ant java junit4
Last synced: 11 months ago
JSON representation
Sample Project for Ant with JUnit
- Host: GitHub
- URL: https://github.com/sanjoy-sust/anttest
- Owner: sanjoy-sust
- Created: 2018-09-17T18:09:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T18:44:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T14:54:35.024Z (over 1 year ago)
- Topics: ant, java, junit4
- Language: Java
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntTest
Sample Project for Ant with JUnit
First need to ant bin folder to environment path and for unix environment you have to export path variable with ant bin folder.
We can follow this link https://ant.apache.org/manual/install.html
Then Simply clone or download project on your PC.
Now you run simple command to build project
**compile** command to compile project
**jar** to make jar file
**cd dist** and then run **java -jar ant-test.jar** file and out will be like this
Name : Flop Coder
Identity : 36524585458585545555
**junit** to run junit test