Skip to main content

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

In the mean time, you can use the http://download.eclipse.org/eclipse/updates/4.7-Y-buildsupdate site to get a full Eclipse SDK build from the BETA_JAVA9 branch.

Markus



From:        "Sravan K Lakkimsetti" <sravankumarl@xxxxxxxxxx>
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        2016-08-29 07:17
Subject:        Re: [platform-releng-dev] Problem with P2 repository of Eclipse        JDK9        extension
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Hi,

I am working on it to get this fixed. There are some issues in P-build I am currently in the process of fixing this


Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, D Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India
Phone: 91-80-41776858

Inactive hide details for Daniel Latrémolière ---28-08-2016 07:59:09 AM---Hello, I have a small problem with the P2 repository Daniel Latrémolière ---28-08-2016 07:59:09 AM---Hello, I have a small problem with the P2 repository of Eclipse JDK9 extension located at:

From:
Daniel Latrémolière <daniel.latremoliere@xxxxxxxxxxx>
To:
platform-releng-dev@xxxxxxxxxxx
Date:
28-08-16 07:59 AM
Subject:
[platform-releng-dev] Problem with P2 repository of Eclipse JDK9 extension
Sent by:
platform-releng-dev-bounces@xxxxxxxxxxx




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>
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Back to the top