Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] How do I get my headless build to take note of the .product file I am pointing the "product" property at?


This is going to be a configuration problem somewhere.  Note that all you have to copy is the templates, not the scripts.  I believe that the product property has to start with a /.  If the problem persists, please open a bug report against PDE Build and attach your build.properties and customTargets.xml as well as any command line settings you might be using.

Jeff



doug barnum <doug.barnum.lists@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

09/09/2005 06:39 PM

Please respond to
doug.barnum.lists and "Eclipse PDE Build developers list."

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] How do I get my headless build to take note of the        .product file I am pointing the "product" property at?





I'm experiencing the same problem as Martin Jager (was?) .

I can run a headless pde build of my feature (and its nested plugin), the build script completes with "BUILD SUCCESSFUL", but what is built is NOT the productized standalone executable I expect.

I have defined the product property pointer to my .product file in multiple ways, and even put complete garbage in that property, and it makes no difference. I get a plugins and a features folder, but no top-level eclipse.exe, let alone any branding, as specified in my <feature>.product file.

I've tried to follow the few tutorials out there, but at this point, I can find no further information, and I'm stumped.

Anyone have any thoughts?

I'm using the 3.1.0 build, pulling build.xml, build.properties, customTargets.xml, genericTargets.xml, and package.xml from the templates or scripts directory of org.eclipse.pde.build_3.1.0, creating a map file for my build, and everything goes just fine, with the exception of the non-productized output.

Needless to say, I can export just fine from within eclipse using the product export wizard.

thanks,

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


Back to the top