Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] Setting up a reference to the Mylyn 3.5 update site

Hi,

I've been struggling with instructing the p2 installer to consider the
Mylyn 3.5 update site when installing the Mantis tasks connector. I've
set up my build process so that content.jar ends up with:

  <references size='4'>
    <repository
uri='http://mylyn-mantis.sourceforge.net/eclipse/update'
url='http://mylyn-mantis.sourceforge.net/eclipse/update' type='1'
options='0'/>
    <repository
uri='http://mylyn-mantis.sourceforge.net/eclipse/update'
url='http://mylyn-mantis.sourceforge.net/eclipse/update' type='0'
options='0'/>
    <repository
uri='http://download.eclipse.org/mylyn/archive/3.5.1/v20110422-0200/'
url='http://download.eclipse.org/mylyn/archive/3.5.1/v20110422-0200/'
type='1' options='1'/>
    <repository
uri='http://download.eclipse.org/mylyn/archive/3.5.1/v20110422-0200/'
url='http://download.eclipse.org/mylyn/archive/3.5.1/v20110422-0200/'
type='0' options='1'/>
</references>

However, during installation I always receive

Cannot complete the install because one or more required items could
not be found.
  Software being installed: Mylyn Tasks Connector: Mantis
3.5.0.201105112340 (com.itsolut.mantis_feature.feature.group
3.5.0.201105112340)
  Missing requirement: Mylyn Tasks Connector: Mantis
3.5.0.201105112340 (com.itsolut.mantis_feature.feature.group
3.5.0.201105112340) requires 'org.eclipse.mylyn_feature.feature.group
[3.5.0,4.0.0)' but it could not be found

This is on a clean 'Eclipse for Java developers package'. I feel like
I'm running around in circles so any hints would be appreciated.

Thanks,

Robert

-- 
Sent from my (old) computer


Back to the top