Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » XSLT Transformer to make actionSet visible
XSLT Transformer to make actionSet visible [message #124305] Mon, 12 January 2009 21:39 Go to next message
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.
Re: XSLT Transformer to make actionSet visible [message #124388 is a reply to message #124305] Tue, 13 January 2009 14:51 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
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@atc.tcs.com> wrote in message
news:gkgd9u$okv$1@build.eclipse.org...
> 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.
>
>
Re: XSLT Transformer to make actionSet visible [message #124420 is a reply to message #124388] Tue, 13 January 2009 17:34 Go to previous messageGo to next message
Kathiravan  is currently offline Kathiravan Friend
Messages: 33
Registered: July 2009
Member
Thanks simon,
I will do it in the platform newsgroup and see.

BR,
Kathir.
Re: XSLT Transformer to make actionSet visible [message #124560 is a reply to message #124388] Wed, 14 January 2009 17:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kathir.atc.tcs.com

Hi Simon,
No reply from platform group either. Can you help finding the problem?

Thanks & BR,
Kathir.

"Simon Kaegi" <simon_kaegi@ca.ibm.com> wrote in message
news:gki9q0$jnr$1@build.eclipse.org...
> 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@atc.tcs.com> wrote in message
> news:gkgd9u$okv$1@build.eclipse.org...
>> 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.
>>
>>
>
>
Re: XSLT Transformer to make actionSet visible [message #124706 is a reply to message #124560] Mon, 19 January 2009 19:56 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Kathir wrote:
> Hi Simon,
> No reply from platform group either. Can you help finding the problem?

request for information in the platform group.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:installing/starting non-local bundles within config.ini?
Next Topic:Update Button Disabled
Goto Forum:
  


Current Time: Tue Mar 19 08:59:50 GMT 2024

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

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

Back to the top