Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] [Fwd: Build for Linux and Solaris missing the features]

thanks Andrew I'll try that and let you know

Andrew Niefer wrote:

If your product is based on features, check the containing feature's generated build.xml to see if the fragments are listed in there. Check that the containing feature has the correct os/ws/arch values for the fragments. If your product is based on plug-ins, check that the generated feature org.eclipse.pde.build.container.feature contains the correct os/ws/arch for the fragments.

You can debug the ant scripts using the ant debugger, just load your build directory in a project in a workspace along with pde.build. Right click on the main productBuild.xml that you run your build with and Debug As Ant Build. Make sure it runs in the same JRE as the workspace (JRE tab of launch config). If you want to debug the java code that does the script generation, debug as an eclipse application and choose to run an application (org.eclipse.ant.core.antRunner).

-Andrew



--
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top