Community
Participate
Working Groups
support -Dbuild.properties=some.other.build.properties and -Dtest.properties=some.other.test.properties
Created attachment 161349 [details] patch to allow passing in -Dbuild.properties or -Dtest.properties This adds checks for property files in the following paths when building: ${build.properties}, ${relengBuilderDir}/${build.properties}, ${relengBuilderDir}/build.properties and when testing: ${build.properties}, ${relengBuilderDir}/${build.properties}, ${relengBuilderDir}/build.properties and ${testing.properties}, ${relengBuilderDir}/${testing.properties}, ${relengBuilderDir}/testing.properties
Revisited this the other day and rewrote a lot of it. Dennis, are your tests still full of fail? Can I close this?
(In reply to comment #2) > Revisited this the other day and rewrote a lot of it. > > Dennis, are your tests still full of fail? Can I close this? build.properties works good, test.properties not tested yet. Will verify it this week.
More than 6 months of silence. Closing.