I have two sets of filter/property files used extensively in the build where each set is used with a specific profile, i.e. dev & installer. In addition for each set the name of the property file is fixed, and it is always deployed using a fixed classifier name. These filter/property files are generated/used both by multiple modules in the current build and by dependencies from other projects/builds.
What I need to do now is generate a new (output) property file where the new key is the value of one set of properties and the new value is the value of the other set of properties. This new file needs to aggregate all the properties that were contained in all the other files. I looking for some ideas on how to do this. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
