Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] p2.gathering vs. generate.p2.metadata


Jacek,
Where do you get xulrunner?  Is it somewhere I can download and try this for myself?

-Andrew


From: Jacek Pospychała <jacek.pospychala@xxxxxxxxx>
To: pde-dev@xxxxxxxxxxx
Date: 08/04/2009 09:27 AM
Subject: [pde-dev] p2.gathering vs. generate.p2.metadata
Sent by: pde-dev-bounces@xxxxxxxxxxx





hi,

I have a build that uses generate.p2.metadata=true to generate p2 repository, but wanted to replace it with
p2.gathering=true to take the advantage of p2.category.definition=<url.to.category.xml>

Unfortunately, simply changing generate.p2.metadata to p2.gathering doesn't help, but rather breaks the build.
With the former I get this in build log:


init:

gather.bin.parts:
   [mkdir] Created dir: /hudson/jobs/org.mozilla.xulrunner.HEAD/workspace/build/tmp/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.0_v20090804
    [copy] Copying 305 files to /hudson/jobs/org.mozilla.xulrunner.HEAD/workspace/build/tmp/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.0_v20090804

apitools.generation:

customAssembly:


whereas with p2.gathering no files are copied to plug-in even if it's build.properties is correct:


publish.bin.parts:
   [mkdir] Created dir: /hudson/jobs/org.mozilla.xulrunner.HEAD/workspace/build/plugins/org.mozilla.xulrunner.gtk.linux.x86/org.mozilla.xulrunner.gtk.linux.x86_1.9.1.0_v20090804
    [copy] Copying 1 file to /hudson/jobs/org.mozilla.xulrunner.HEAD/workspace/build/plugins/org.mozilla.xulrunner.gtk.linux.x86

apitools.generation:
[eclipse.gatherBundle] Generating metadata for ..
[eclipse.gatherBundle] Generation completed with success [3 seconds].



Do you know what might be wrong?
Should I change anything else to make p2.gathering work?

thanks

Jacek

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



Back to the top