https://bz.apache.org/bugzilla/show_bug.cgi?id=63351
Bug ID: 63351
Summary: <property name="environment" value="env" /> not
working!
Product: Ant
Version: 1.10.5
Hardware: All
OS: All
Status: NEW
Severity: blocker
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The Ant welcome page says: 1.10.x requires Java8 at runtime.
The manual says in the help section for the property task concerning
attribute "environment":
This functionality is currently only implemented on select platforms.
Ant runs on Java 1.2 therefore it cannot use Java 5 features for accessing
environment variables.
But Java8 has:
public static Map<String,String> System.getenv()
I was using ant version 1.9.6 for years now and this feature worked perfectly.
--
You are receiving this mail because:
You are the assignee for the bug.