Dependency Checker/ Installer With Java/Ant
- by jsn
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.