Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dizzzz/asocat
A set of custom Ant tasks
https://github.com/dizzzz/asocat
ant jar pack200 svn tasks unsign
Last synced: about 1 month ago
JSON representation
A set of custom Ant tasks
- Host: GitHub
- URL: https://github.com/dizzzz/asocat
- Owner: dizzzz
- License: lgpl-2.1
- Created: 2014-08-16T17:50:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T11:27:03.000Z (over 2 years ago)
- Last Synced: 2024-10-28T02:24:29.764Z (2 months ago)
- Topics: ant, jar, pack200, svn, tasks, unsign
- Language: Java
- Homepage:
- Size: 3.29 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASOCAT... Another Set Of Custom Ant Tasks
While developing for the [eXist Native XML database](http://www.exist-db.org)
I needed some additonal Ant Tasks. Since I could not find them on the internet,
I decided to write them myself.....What can you expect:
- unsign jar files
- normalize jar files (so they can be signed and packed using Pack200)
- Pack200 tasksand
- SVN tasks, e.g. to determine revision.
You'll need Java 5+ to compile it, the tasks are developed for Apache
Ant 1.6.5. The Tasks will be used for Java 1.4 too, so additional availability
tests of Classes need to be performed.The code can be built using Apache Maven.
## How-To's
Compile project:
```
mvn package
```Clean project:
```
mvn clean
```Execute test scripts:
```
mvn test
```