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]


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 <mark_russell@xxxxxxxxxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

09/18/2007 11:00 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] [Fwd: Build for Linux and Solaris missing the        features]





I sent this yesterday.

How do I go about tracking down an issue like this.  Is there a document that describes how to debug a PDE build that is failing?

any help would be appricated

-------- Original Message --------
Subject: Build for Linux and Solaris missing the features
Date: Mon, 17 Sep 2007 12:11:00 -0400
From: Mark Russell <mark_russell@xxxxxxxxxxxxxxxxxx>
Organization: Instantiations, Inc.
To: Eclipse PDE Build developers list. <pde-build-dev@xxxxxxxxxxx>

I have a pde build that builds an RCP from a .product file.  It builds for configurations win32, win32, x86 & linux, gtk, x86 &
solaris, gtk, sparc & solaris, motif, sparc.

The issue I'm having is that only the windows version has the fragments included in the zip files that get generated.  I'm not
sure what I'm doing wrong.  I have built this on both Linux and Windows and get the same results.  I'm looking for any pointers
on how to solve this.

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

--
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

Attachment: smime.p7s
Description: Binary data


Back to the top