https://github.com/elek/antelope
Mirror of antelope.tigris.org source tree (swing gui for starting ant tasks)
https://github.com/elek/antelope
Last synced: about 1 year ago
JSON representation
Mirror of antelope.tigris.org source tree (swing gui for starting ant tasks)
- Host: GitHub
- URL: https://github.com/elek/antelope
- Owner: elek
- Created: 2014-09-04T13:23:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T13:32:40.000Z (over 11 years ago)
- Last Synced: 2025-02-12T10:55:26.180Z (over 1 year ago)
- Language: Java
- Size: 3.15 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo includes the ancient antelope project from http://antelope.tigris.org/ with a few patches to make it work with the latest ANT.
Steps to use:
```
> ant -version !2
Apache Ant(TM) version 1.9.4 compiled on June 14 2014
> ant -f build-app.xml
> java -jar prep/AntelopeApp.jar
```