Generating source features at build time [message #281686] |
Thu, 24 February 2005 03:23  |
Eclipse User |
|
|
|
Originally posted by: slizeray.ilog._no.spam.please_.fr
Hello,
I need some help to generate source features.
I read
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.ecli pse.releng.basebuilder/readme.html?rev=HEAD&content-type =text/html
I have been successful in building binary plugins, but for building source
features I have some problems.
For source features the readme file says:
<<Add an entry to the build.properties file in the feature project for which
you wish to include the source feature and plug-in. The generated source
feature should also be listed in the feature.xml as an <includes> element.>>
The target <allElements> in my customTargets.xml lists the feature which
includes the source features.
When I run the script file, because the source feature is listed in the
feature.xml as an <includes> element, the scripts try to fetch from cvs the
source feature that is supposed to be generated and fail with the following
messages:
[eclipse.fetch] !ENTRY org.eclipse.pde.build 4 9 Feb 23, 2005 17:27:47.507
[eclipse.fetch] !MESSAGE Missing directory entry: feature@mysourcefeature
[eclipse.fetch] !ENTRY org.eclipse.pde.build 2 21 Feb 23, 2005 17:27:47.523
[eclipse.fetch] !MESSAGE feature@mysourcefeature has not be fetched.
In the build.properties I define the entry:
generate.feature@mysourcefeature=myfeature
In the feature.xml I define the entry:
<includes
id="myfeature"
version="0.0.0"/>
<includes
id="mysourcefeature"
version="0.0.0"/>
I guess I am missing some point so any help would be greatly appreciated.
Many thanks,
St
|
|
|
|
Powered by
FUDForum. Page generated in 0.03092 seconds