Ant task p2.mirror seems to leave out dependency [message #1009023] |
Thu, 14 February 2013 10:01 |
Michael Gruebsch 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
|
|
|
Powered by
FUDForum. Page generated in 0.02782 seconds