Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Ant task p2.mirror seems to leave out dependency(Local mirror of EclipseLink update site behaves different from original repository)
Ant task p2.mirror seems to leave out dependency [message #1009023] Thu, 14 February 2013 10:01
Michael Gruebsch is currently offline Michael GruebschFriend
Messages: 16
Registered: March 2012
Junior Member
Hello,

I have made a local mirror from the EclipseLink update site
    <p2.mirror log="${eclipse.link.log}" verbose="true" validate="true">
  
      <source location="http://download.eclipse.org/rt/eclipselink/updates"/>
      <destination 
        location="file:/[my local repository path]" 
        name="Eclipse Link"
      />

      <slicingoptions latestversiononly="true"/>

    </p2.mirror>


If I add the features org.eclipse.persistence.jpa and org.eclipse.persistence.jpa.source from this local repository to my target environment there are 22 plugins added.

However if I add the features from the original update site to my target environment there are 24 plugins added: two more.

The plugins missed when adding from the local repository to the target environment are javax.persistence with javax.persistence.source. However, these plugins exist in the local repository.

If "<slicingoptions latestversiononly="true"/>" is left out, than everything works fine and I have 24 plugins locally too.

What is going wrong with the mirror task?

[Updated on: Thu, 14 February 2013 11:25]

Report message to a moderator

Previous Topic:Unpacking choosen bundles after installation
Next Topic:P2 profile is not updated after install operation via standard p2 API
Goto Forum:
  


Current Time: Wed Sep 18 23:59:42 GMT 2024

Powered by FUDForum. Page generated in 0.03256 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top