This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 208554 - Remove specific local dependencies from classpath definitions - define eclipse classpath variable instead.
Summary: Remove specific local dependencies from classpath definitions - define eclips...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Hubert Leung CLA
QA Contact: Balan Subramanian CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 08:51 EDT by Michael Moser CLA
Modified: 2012-01-03 13:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moser CLA 2007-11-02 08:51:33 EDT
Certain COSMOS projects contain library/jar-file references that are local to some developer's private environment. These should be removed and replaced by some classpath variables instead (or include the library and check it in).

E.g. project org.eclipse.cosmos.dr.drs.service.handler has a classpath reference to "D:/development/apache-tomcat-5.5.20/webapps/COSMOSUI/WEB-INF/lib/muse-complete-2.2.0.jar".
On my system I couldn't reproduce that path even if I wanted, since I have no D-drive...

I suggest to define an eclipse classpath variable "MUSE" or "MUSE_COMPLETE" or such and have the user point that to the location where he/she installed or downloaded muse.

Along similar lines: project "org.eclipse.cosmos.dc.spec" has a dependency on project "org.eclipse.cosmos-tests" because" because of the same library (apparently to be found in "data-collection/org.eclipse.cosmos.dc.tests/lib". I 'ld say that "non-test" projects should never have a reference into a "tests"-project.

Michael
Comment 1 Ruth Lee CLA 2008-02-21 15:56:17 EST
Hubert, is this critical for i9 or can it be deferred to i10?
Comment 2 Hubert Leung CLA 2008-03-06 10:42:00 EST
The project setup of projects has changed since the bug is opened, and the problems have been fixed.