Bug 271657 - Make location of SDK sources easily changable
Summary: Make location of SDK sources easily changable
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: LinuxTools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Linux Distros Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-04-08 11:42 EDT by Marvin Schmidt CLA
Modified: 2022-01-13 14:51 EST (History)
1 user (show)

See Also:


Attachments
Use fileName property instead of hardcoded path (3.36 KB, application/octet-stream)
2009-04-08 11:42 EDT, Marvin Schmidt CLA
overholt: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Schmidt CLA 2009-04-08 11:42:17 EDT
Created attachment 131305 [details]
Use fileName property instead of hardcoded path

This patch allows having the SDK in a different location then SDK/ easily by using ${fileName} where possible.
A different location can be used by overriding the fileName property by passing -DfileName=<location>

Also i think fileName is not a very describing name. I would suggest renaming it to 'sdkLocation', 'sourceLocation' or something similar.

Best regards,
Marvin Schmidt
Comment 1 Alexander Kurtakov CLA 2009-04-08 13:17:19 EDT
Thanks, 
Modified patch to name it sdkSource committed.