A set of Ant task that help convert Apache Commons
+ Configuration property files into build properties, java Enum's
+ (that are populated at runtime), and any exportable property /
+ env file desired (e.g., csh, bash, bat, etc.).
+
This project provides the following tasks:
+
+
CreateEnumTask: Creates a Java enum based on
+ commons configuration property files.
+
ExportPropertiesTask: Exports commons
+ configuration properties to a external file in a using a
+ specified format.
+
LoadPropertiesTask: Loads commons configuration
+ properties into pre-generated Java enum.