Jazz Register Log in
Jazz Forum Welcome to the Jazz Community Forum

Welcome to the Jazz Community Forum

Connect and collaborate with IBM Engineering experts and users

Can Component Load Rules maintain path information ?

I've been refactoring shared libs and some builds that I have, and started using component load rules to ease the amount of download needed per build, that part is working just fine and the builds are buzzing along faster than ever.

http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.team.build.doc/topics/r_scm_build_loadrules.html

My question: Can I maintain the path? Otherwise I am stuck with potentially different relative paths to the same files based on the load rules!

Load Rule

versionableName=/sharedlibs/junut.jar
versionableName=/sharedlibs/log4j.jar
versionableName=/project1/
versionableName=/project4/build.script



Result:
/-
-project1/
-junit.jar
-log4j.jar
-build.script

Desired Result:
/-
-/project1/
-/sharedlibs/junut.jar
-/sharedlibs/log4j.jar
-/project4/build.script

In this case all my build scripts are consistent can be oblivious to the potential load rules being used, and work the same everywhere. Perhaps there is another way to do this or I am going it about it wrong, so any suggestions or advice is appreciated.

-Sean

0 votes



One answer

Permanent link
My question: Can I maintain the path? Otherwise I am stuck with potentially different relative paths to the same files based on the load rules!


Hi Sean,

Unfortunately the current behavior of "load rules" do not allow you to do that.

Please see the following work items in regards "load rule" functionality.

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=44004

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=85020


Also, for those of you who read this and may be interested in how load rules work, please see this link: http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/index.jsp?topic=/com.ibm.team.build.doc/topics/r_scm_build_loadrules.html

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 19 '11, 11:57 a.m.

Question was seen: 5,299 times

Last updated: Jan 19 '11, 11:57 a.m.

Confirmation Cancel Confirm