Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Headless PDE build fails for platform specific plugins
Headless PDE build fails for platform specific plugins [message #603715] Mon, 30 November 2009 18:51 Go to next message
Ash Maurya is currently offline Ash MauryaFriend
Messages: 23
Registered: July 2009
Location: Austin, TX
Junior Member
Hi -

When running a headless PDE build against my .product, I'm getting the following errors during the generateScript task:

[java] generateScript:
[java] Property "outputUpdateJars" has not been set
[java] Property "archivesFormat" has not been set
[java] Property "product" has not been set
[java] Property "forceContextQualifier" has not been set
[java] Property "significantVersionDigits" has not been set
[java] Property "generatedVersionLength" has not been set
[java] Property "platformProperties" has not been set
[java] Property "flattenDependencies" has not been set
[java] Property "parallelCompilation" has not been set
[java] Property "parallelThreadCount" has not been set
[java] Property "parallelThreadsPerProcessor" has not been set
[java] Property "p2.context.repos" has not been set
[java] [eclipse.buildScript] An error occurred while generating manifest for /tmp/pluginbuilder/cloudfire-build/plugins/com.wiredreach.jm ab.searchprovider.
[java] [eclipse.buildScript] Error parsing plugin manifest. Missing attribute "id" in element "plugin".

The com.wiredreach.jmab.searchprovider plugin is defined in feature.xml as:

<plugin
id="com.wiredreach.jmab.searchprovider"
os="macosx"
ws="cocoa"
arch="x86"
download-size="0"
install-size="0"
version="0.0.0"/>

If I take out the os/ws/arch lines, the errors go away but I obviously end up with a platform specific plug-in that I want filtered out.

Just for background, this is an old script I had working in Eclipse 3.3 that I am trying to migrate to 3.5. Am I missing something obvious?

Thanks,

Ash


Founder, WiredReach (makers of BoxCloud and CloudFire)
blog: http://www.ashmaurya.com
Re: Headless PDE build fails for platform specific plugins [message #604312 is a reply to message #603715] Thu, 21 January 2010 17:09 Go to previous message
Giuseppe Montalto is currently offline Giuseppe MontaltoFriend
Messages: 18
Registered: July 2009
Junior Member
Hi all!

I'm experiencing a similar problem...

My sources are correctly built but, when it comes to packaging, I get a message in the log stating that:
Property "p2.gathering" has not been set
Condition false; not setting p2.publish.parts

and I end up with an update site, instead of a product.

that's strange because, along with many other items, I do set p2.gathering=true in my build.properties file and, at the beginning of the log, I can see: [property ]Loading /correct/path/to/my/build.properties and also, a few lines below, Setting project property: p2.gathering -> true

...any hint?

thanks in advance
Previous Topic:Update Site Creation Automation
Next Topic:Headless build fails generating an exception
Goto Forum:
  


Current Time: Thu Apr 25 15:16:30 GMT 2024

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

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

Back to the top