Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] "No location for packed" messages

I should be able to get time in the morning to push Hughe's patches out to the maven.eclipse.org snapshots directory in the morning.

Dave

On 06/01/2011 10:20 PM, Hugues Malphettes wrote:
This bug is a duplicate of that bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347591

There is also this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347594

Jesse and Dave are reviewing the patch.
If you are in a hurry, I made a 1.0.1.2-SNAPSHOT build of the signing
plugin with this patch, deployed it on

      <pluginRepository>
        <id>intalio-dash-signing-plugin</id>
        <url>http://intalio.org/public/maven2</url>
        <snapshots>
         <enabled>true</enabled>
        </snapshots>
        <releases>
         <enabled>true</enabled>
        </releases>
      </pluginRepository>

Everyone is welcome to use it.
The resulting build for jetty is now contributed to 3.7-RC3 and the
aggregator is fine with it.

You can also update the artifacts.xml by hand.

Cheers,
Hugues


On Thu, Jun 2, 2011 at 10:09 AM, Igor Fedorenko<ifedorenko@xxxxxxxxxxxx>  wrote:
Pascal and I looked at this last week and I opened 347667 [1] based on
our findings. In short, singing maven plugin adds packed artifacts but
does not update repository mapping rules, so p2 does not know how to
find the packed files.

I plan to implement better/proper signing support in Tycho shortly after
Indigo is shipped, so we decided to disable pack200 for m2e for now.


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=347667

--
Regards,
Igor

On 11-06-01 9:53 PM, David M Williams wrote:
Bot MJT and EGIT are failing to aggregate due to failing to find packed
artifacts. For example,

org.eclipse.core.runtime.CoreException: Unable to mirror artifact
osgi.bundle,org.eclipse.egit.core,1.0.0.201106011211-rc3 from repository
http://download.eclipse.org/egit/updates-1.0:No location for packed:
osgi.bundle,org.eclipse.egit.core,1.0.0.201106011211-rc3.

I'm not sure if these teams forgot something ... or some build utility
changed something ... but, thought it worth reminding everyone that the
aggregator has stricter criteria for "correctness" than simply
"installing with p2". I think this is a case of that. If p2 can not find
a packed artifacts, in continues merrily on trying the jar instead. The
b3 aggregator, though, assumes that if your content metadata says there
is a packed artifact there, then it is an error if there is no packed
artifact there.
After the fact, some cases like this can be fixed by running
p2.process.artifacts on the repo. Then longer term, figure out why the
packed artifacts are not being created?

Also, I'm going to try again without soa-sca contribution ... I know
they have (or, are) trying to fix things ... but, since has failed
several times, I'll try without.

Thanks,



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev




Back to the top