Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Source plugin of sub-features generating failure


Xiaoying,
This is bug 179616.  This is a bug that has always existed, but only recently became visible when a different bug was fixed.

The work around is to make sure that the feature you are basing your source feature on comes before the source feature in the containing feature:

SDK : includes RCP
          : includes RCP.source

-Andrew


"Xiaoying Gu" <xgu@xxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

04/10/2007 03:31 AM

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

To
<pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] Source plugin of sub-features generating failure





Hi,
 
We used to use BaseBuilder to generate source plugins/features of BIRT, and it worked well for a long time.
Before M6 I switched to latest version BaseBuilder, I found that the source plugins of sub-sub-features are empty (without src.zip), while the source plugin of top-level features and its sub-feature are all correct. This caused our bug 181702
 
For example, feature A includes feature B and feature B includes feature C.
Source plugins of A and B are generated correctly but source plugin of C are empty without src.zip.
All source plugins definition is written in the build.properties of feature A.
 
Is there any change of source plugin generating in basebuilder?
 
 
 
Thanks,
Xiaoying Gu

Actuate Software Shanghai Center
Tel: (86)21-58826388
Fax: (86)21-58826002
Email:xgu@xxxxxxxxxxx

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


Back to the top