Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] headless source feature build failure in 3.3.0

Hi all,

I use the automatic generation of the source feature and plugin, but the
generated source plugin contains only the source of the the first plugin
contained in my feature and is replicated for the others plugins.

I made some investigation and it seems that the generated build.xml
messes up the ${build.result.folder} property. This property
shouldn't be set during the call to the build.jars target. Moreover this
property doesn't seem to be used in the build file, so its
initialization should simply be removed from the init target.

The code driving this initialization is in
ModelBuildScriptGenerator.generatePrologue and should be disabled for a
source plugin.

I hope this post is helpfull.

Ludovic


Back to the top