Bug 39049

Summary: Java task: add attribute to <sysproperty> which takes a property file and passed properties to the Java command
Product: Ant Reporter: Laurie Green <laurie.green>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Laurie Green 2006-03-21 16:48:52 UTC
Would be useful to add an attribute to the <sysproperty> element which takes a
file. Java style properties contained in this file would be added to the Java
command as system properties.

Proposed attribute name would be 'propertyFile' as 'file' is already in use.

So, <sysproperty propertyFile="path/to/file.properties" />