zeionara / sampleant

Ant build system sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sampleant

Relatively complicated structure of the ant build file, which besides basic functionals like compile or test give us possibility to add to the manifest.mf hash-codes of all the files inside the jar (using SHA-1 and MD5 algorithms) and to run our java application in the different environments (using different compilers, args for jvm, different sdk, etc.).

About

Ant build system sample


Languages

Language:Java 100.0%