[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [platform-update-dev] Using pde to build a feature and the associated branding plugin
|
Well.. I take some of it back.
In my effort to recreate the bugs, in a new workspace (at least another
workspace) - I could not, at least the major bug.
I can't get the null pointer anymore. In fact, it went away in the
original workspace after I stopped/restarted the workbench.
I can't get the refresh error to show up in the log anymore either (this is
where I thought I was going nuts).
But... I figured this out - it is due to my actually following my script
(instead of hacking away at an existing feature that did not yet have a
branding feature). The bug is still there (will open soon), but given that
I have these projects:
plugin: a.b.c
feature: a.b.c-feature
The refresh at the end of the feature build is refreshing the plugin
project directory <g>.
This is fixed per the suggestion by editing build.xml and changing this
line in the refresh target:
<eclipse.refreshLocal resource="${feature}-feature" depth="infinite"/>
(added the -feature).
Pat McCarthy