[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] XSLT Transformer to make actionSet visible

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.