[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] Re: XSLT Transformer to make actionSet visible
|
Hi Kathir,
Although the transforms bundle lives in Equinox it's main users are the
Eclipse UI. You might try re-asking the question in the "platform"
newsgroup. If that doesn't work add a note to this thread and I'll see what
I can do.
-Simon
"Kathir" <kathir@xxxxxxxxxxx> wrote in message
news:gkgd9u$okv$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
> I tried making XSLT transformer with my sample application to make an
> actionSet visible which is by default not visible.
> The following are the steps i followed
>
> 1. Checked out org.eclipse.osgi , org.eclipse.equinox.transforms.hook,
> org.eclipse.equinox.transforms.xslt into my workspace
>
> 2. Added the transform.csv and actionSetDefault.xslt files to my sample
> application.
>
> 3. Created a config.ini in the application with
> osgi.framework.extensions=org.eclipse.equinox.transforms.hook and also
> changed startlevel to org.eclipse.equinox.transforms.xslt@1\:start and
> com.seq.sample@1\:start
>
> Launched the application but i dont see the action set on the
> application. ( I manually changed the visible="true" in the plugin.xml
> just to make sure the extension was rightly done. and the actions were
> there )
>
> I tried debugging the whole issue, so for all the individual class files
> my plugin i see the getInputStream in the TransformedBundleFile invoked
> but this is never called with plugin.xml as the path. So the transforms
> never gets applied to the plugin.xml.
>
> Can anyone help me find the problem?
>
> Thanks,
>
> Kathir.
>
>