Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha-2
-
None
Description
Ant supports importing environment variables into properties via the <properties environment="env" /> task. If an ivysettings.xml relies on an environment variable, the lack of support for this feature in Ivy makes it difficult to reuse the same ivysettings.xml in a non-Ant environment, such as in IvyDE. I'm submitting a patch to add the support for JDK 1.5+. This implementation will throw an exception when running in lesser JVMs.