Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » XSLT Transformer to make actionSet visible
XSLT Transformer to make actionSet visible [message #333908] Tue, 13 January 2009 17:36
Eclipse UserFriend
Originally posted by: kathir.atc.tcs.com

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.hoo k 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.
Previous Topic:trying to update ganymade, but stalls
Next Topic:Image viewer for Eclipse
Goto Forum:
  


Current Time: Sat Jul 27 12:31:57 GMT 2024

Powered by FUDForum. Page generated in 0.07284 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top