Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Problem with P2 repository of Eclipse JDK9 extension

Hello, I have a small problem with the P2 repository of Eclipse JDK9 extension located at:
http://download.eclipse.org/eclipse/updates/4.6-P-builds/

My installation of JDK9 extension is blocked to first June release and don't discover more recent versions listed in directory contents. I think this is due to the XML files inside "compositeArtifacts.jar" and "compositeContent.jar" (in P2 repository) which does not have references to the latest releases of JDK9 extension: "P20160609-0900", "P20160616-0900", "P20160623-0900", "P20160822-1119".

Thanks,
Daniel Latrémolière.

compositeArtifacts.xml
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='The Eclipse Project repository' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
  <properties size='3'>
    <property name='p2.timestamp' value='1456248005917'/>
    <property name='p2.compressed' value='true'/>
    <property name='p2.atomic.composite.loading' value='true'/>
  </properties>
  <children size='6'>
    <child location='P20150911-1624'/>
    <child location='P20151013-1208'/>
    <child location='P20160201-1357'/>
    <child location='P20160223-1200'/>
    <child location='P20160304-0130'/>
    <child location='P20160322-1400'/>
    <child location='P20160605-2040'/>
  </children>
</repository>

compositeContent.xml
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='The Eclipse Project repository' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
  <properties size='3'>
    <property name='p2.timestamp' value='1456248005964'/>
    <property name='p2.compressed' value='true'/>
    <property name='p2.atomic.composite.loading' value='true'/>
  </properties>
  <children size='6'>
    <child location='P20150911-1624'/>
    <child location='P20151013-1208'/>
    <child location='P20160201-1357'/>
    <child location='P20160223-1200'/>
    <child location='P20160304-0130'/>
    <child location='P20160322-1400'/>
    <child location='P20160605-2040'/>
  </children>
</repository>

Back to the top