Dependency Checker/ Installer With Java/Ant
Posted
by
jsn
on Programmers
See other posts from Programmers
or by jsn
Published on 2013-10-22T12:52:54Z
Indexed on
2013/10/22
16:02 UTC
Read the original article
Hit count: 361
I need some kind of software to easily roll out code on new servers. I use Apache Ant for builds. However, say I want to set-up a new server fast and my Java program depends on GhostScript, if there any software that can automatically check the computer for it (and then maybe the PATH) and add it if is not there?
I have already looked at Maven and Apache Ivy, however, I think these are only for .jar files (from what I saw).
Thanks for any help.
© Programmers or respective owner