Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] FeaturesAction and absolute root files


Publisher support for root properties is incomplete and only works in the most basic cases.  
The code there seems to be missing support for:
- ant wildcard patterns
- absolute: and file: prefixes
- root.folder properties
Also it may generate chmod instructions for files that don't exist, resulting in failures at install time.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=278086

The proper support for these properties is provided by PDE/Build.   See the <eclipse.gatherFeature/> ant task and GatherFeatureTask#createRootAdvice

-Andrew


Thomas Hallgren <thomas@xxxxxxx>
Sent by: p2-dev-bounces@xxxxxxxxxxx

06/01/2009 02:49 AM

Please respond to
P2 developer discussions <p2-dev@xxxxxxxxxxx>

To
P2 developer discussions <p2-dev@xxxxxxxxxxx>
cc
Subject
[p2-dev] FeaturesAction and absolute root files





A Buckminster user has problems making the root files working.
Apparently he is using the 'absolute:' prefix described in the
documentation:

http://dev.eclipse.org/viewcvs/index.cgi/pde/doc/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm?view=co

I cannot find any support for that in the publisher. Has the support for
that being dropped or am I looking in the wrong place?

Regards,
Thomas Hallgren
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top