Skip to main content

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

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



Back to the top