Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Dog food test doesn't work

> That fixed it for org.eclipse.team.core, but it now fails on svn:

Hi Michael,

This is because you don't have Subclipse installed (which also caused the 
complaint by the update manager that it didn't find a required dependency 
for org.eclipse.buckminster.svn.feature). You have two options:

1) Install Subclipse from http://subclipse.tigris.org/update

2) When using the 'Open project' wizard you may stepwise resolve and then 
manually uncheck the dependency on     org.eclipse.buckminster.svn.feature. 
Roughly as follows:
* Enter 'org.eclipse.buckminster' on page 1 of the wizard. Then uncheck 
'Resolve immediately on Next'. Now press 'Next'
* On page 2 you will now see a red marked org.eclipse.buckminster, which 
means it's not resolved yet (it has two dependencies, the product and the 
update). First uncheck 'Resolve recursively' and then press 'Resolve'.
* Now select the red-marked "org.eclipse.buckminster.update:/LATEST". This 
will update the 'targets and requirements' dependency list at the bottom. 
Find the org.eclipse.buckminster.svn.feature and uncheck it.
* You can now re-check 'Resolve recursively' and press Resolve again for 
resolving all that is left. Finally you can press Finish to also complete 
materialization/bind.

Eventually we will look into making also Subclipse downloadable through the 
default rmap. This is to cover exactly this scenario - a developer don't 
wish to install Subclipse, yet they want/need to develop against the 
Subclipse API's.

Hope this gets you going,

ken1 




Back to the top