Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Creating source features

There is a config block you can put in pom.xml of a 'real' feature,
which tell Tycho to generate corresponding source feature. The list of
include source bundles is derived from the list of bundles bundles in
the real feature but it is possible to exclude specific bundles via
pom.xml configuration.

--
Regards,
Igor

On 12-08-15 1:03 PM, David M Williams wrote:
But, to be explicit, I think the question remains ...

Should "we" add new fully formed features projects (complete with
feature.xml, etc.) or will they continue to be created through some
directive in the build.properties file? (such as our current
generate.feature directive?

Feel free to correct me if I've missed the point ... I'd appreciate the
education.





From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
To: cbi-dev@xxxxxxxxxxx,
Date: 08/15/2012 12:33 PM
Subject: Re: [cbi-dev] Creating source features
Sent by: cbi-dev-bounces@xxxxxxxxxxx
------------------------------------------------------------------------



Yes, referencing other source features from org.eclipse.sdk.source
should not be a problem.

--
Regards,
Igor

On 12-08-15 12:23 PM, Paul Webster wrote:
 > On Wed, Aug 15, 2012 at 10:37 AM, Igor Fedorenko <igor@xxxxxxxxxxxxxx
 > <mailto:igor@xxxxxxxxxxxxxx>> wrote:
 >
 >     I guess I don't understand how this works.
 >
 >     What is the relationship between org.eclipse.sdk feature and
generated
 >     org.eclipse.cvs.source? From Juno p2 metadata, there does not
seem to be
 >     any.
 >
 >     If org.eclipse.cvs.source and other source features mentioned in
 >     org.eclipse.sdk/build.__properties are independent from
org.eclipse.sdk
 >     feature, why not generate these source features as part of
corresponding
 >     'real' feature build? Tycho fully supports this and it it's also
 >     possible to configure source bundles to include/exclude from the
 >     generated source feature.
 >
 >
 > This sounds reasonable to me, to use org.eclipse.cvs to generate
 > org.eclipse.cvs.source and put the includes/excludes there (same for all
 > of the features).
 >
 > I assume the org.eclipse.sdk.source feature can still be generated from
 > o.e.sdk and can reference the other source features?
 >
 > PW
 >
 >
 >
 > --
 > Paul Webster
 > Hi floor.  Make me a sammich! - GIR
 >
 >
 > _______________________________________________
 > cbi-dev mailing list
 > cbi-dev@xxxxxxxxxxx
 > http://dev.eclipse.org/mailman/listinfo/cbi-dev
 >
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top