ThomasChester
Technical User
I've been working with Java-based installers that support calling out to Ant scripts. I use the scripts to configure the installed files, start services, deploy web apps, and various other tasks. The scripts get fairly complicated. I've run into a situation where the environment requires the classpath, path, and other environment variables be set. I understand that Ant is running in a JRE and it's asking a lot for it to reach out and change the path, but if it can copy a file...
Probably ignorance on my part, but an explanation would be appreciated. An Ant solution would be REALLY appreciated.
Thanks,
Tom
Probably ignorance on my part, but an explanation would be appreciated. An Ant solution would be REALLY appreciated.
Thanks,
Tom