Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 305050 - support -Dbuild.properties=some.other.build.properties and -Dtest.properties=some.other.test.properties
Summary: support -Dbuild.properties=some.other.build.properties and -Dtest.properties=...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Dash Athena (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 14:52 EST by Nick Boldt CLA
Modified: 2012-01-30 11:31 EST (History)
1 user (show)

See Also:


Attachments
patch to allow passing in -Dbuild.properties or -Dtest.properties (8.72 KB, patch)
2010-03-08 15:01 EST, Nick Boldt CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Boldt CLA 2010-03-08 14:52:51 EST
support -Dbuild.properties=some.other.build.properties and -Dtest.properties=some.other.test.properties
Comment 1 Nick Boldt CLA 2010-03-08 15:01:13 EST
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
Comment 2 Nick Boldt CLA 2010-03-13 16:36:10 EST
Revisited this the other day and rewrote a lot of it. 

Dennis, are your tests still full of fail? Can I close this?
Comment 3 Dennis Huebner CLA 2010-03-15 03:52:28 EDT
(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.
Comment 4 Nick Boldt CLA 2010-11-09 23:50:40 EST
More than 6 months of silence. Closing.