Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » EPF output -> eclipse Help
EPF output -> eclipse Help [message #17309] Fri, 01 September 2006 09:31 Go to next message
danny foncke is currently offline danny fonckeFriend
Messages: 92
Registered: July 2009
Member
Hi,

We are describing processes, guidelines for day-to-day use by our java
developers using EPF

The best would be to have the EPF generated output as Eclipse Help for
their daily use.

Can that be done ?

Danny
Re: EPF output -> eclipse Help [message #17334 is a reply to message #17309] Fri, 01 September 2006 20:23 Go to previous messageGo to next message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
That would be really great. I think our vision document contains a feature
that allows publishing Cheat Sheets as well.

We just have not found contributors for this, yet. Would you be interested
in contributing the implementation code for this? The Help thing seems to
be quite straightforward as you just need to generate XML files for the help
system instead of our tree browser. Also the Cheat Sheets would be easy:
parse a tool mentor and generate xml tags for each section.

--


Thanks and best regards,
Peter Haumer.

____________________________________________________________ __

PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"danny" <danny.foncke@smals-mvm.be> wrote in message
news:ed8uli$qqc$1@utils.eclipse.org...
> Hi,
>
> We are describing processes, guidelines for day-to-day use by our java
> developers using EPF
>
> The best would be to have the EPF generated output as Eclipse Help for
> their daily use.
>
> Can that be done ?
>
> Danny
Re: EPF output -> eclipse Help [message #17356 is a reply to message #17334] Mon, 04 September 2006 09:13 Go to previous messageGo to next message
danny foncke is currently offline danny fonckeFriend
Messages: 92
Registered: July 2009
Member
Not having any idea how much work is involved, I cannot make any hard
promises.
But the feature is really very useful to us, so I can defend spending
some time on it.
If you point me in the right direction I look into it

Danny


Peter Haumer wrote:
> That would be really great. I think our vision document contains a feature
> that allows publishing Cheat Sheets as well.
>
> We just have not found contributors for this, yet. Would you be interested
> in contributing the implementation code for this? The Help thing seems to
> be quite straightforward as you just need to generate XML files for the help
> system instead of our tree browser. Also the Cheat Sheets would be easy:
> parse a tool mentor and generate xml tags for each section.
>
Re: EPF output -> eclipse Help [message #17391 is a reply to message #17356] Sat, 09 September 2006 00:44 Go to previous message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
----- Forwarded by Peter Haumer on 09/08/2006 17:41 -----

From Jinhua Xi

Subject
Re: Fw: EPF output -> eclipse Help

Hi, Peter and Danny,

An easy way to extend the current publishing behavior is to add your own
publisher, the new publisher should extend the
org.eclipse.epf.publishing.ui.publusher extension point. In this extension
point, you need to specify your own Wizard class and publishign manager
class. The wizard class should extends
org.eclipse.epf.publishing.wizards.AbstractPublishWizard. The manager class
should extend the org.eclipse.epf.publishing.services.AbstractPublishManager

Once you have implemented the new features, you can consider merging the
changes into the EPF publisher.

Please let me know if you have any question.

Thanks,

Jinhua


--


Thanks and best regards,
Peter Haumer.

____________________________________________________________ __

PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"danny" <danny.foncke@smals-mvm.be> wrote in message
news:edgqnb$kp6$1@utils.eclipse.org...
> Not having any idea how much work is involved, I cannot make any hard
> promises.
> But the feature is really very useful to us, so I can defend spending some
> time on it.
> If you point me in the right direction I look into it
>
> Danny
>
>
> Peter Haumer wrote:
>> That would be really great. I think our vision document contains a
>> feature that allows publishing Cheat Sheets as well.
>>
>> We just have not found contributors for this, yet. Would you be
>> interested in contributing the implementation code for this? The Help
>> thing seems to be quite straightforward as you just need to generate XML
>> files for the help system instead of our tree browser. Also the Cheat
>> Sheets would be easy: parse a tool mentor and generate xml tags for each
>> section.
>>
Re: EPF output -> eclipse Help [message #565151 is a reply to message #17309] Fri, 01 September 2006 20:23 Go to previous message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
That would be really great. I think our vision document contains a feature
that allows publishing Cheat Sheets as well.

We just have not found contributors for this, yet. Would you be interested
in contributing the implementation code for this? The Help thing seems to
be quite straightforward as you just need to generate XML files for the help
system instead of our tree browser. Also the Cheat Sheets would be easy:
parse a tool mentor and generate xml tags for each section.

--


Thanks and best regards,
Peter Haumer.

____________________________________________________________ __

PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"danny" <danny.foncke@smals-mvm.be> wrote in message
news:ed8uli$qqc$1@utils.eclipse.org...
> Hi,
>
> We are describing processes, guidelines for day-to-day use by our java
> developers using EPF
>
> The best would be to have the EPF generated output as Eclipse Help for
> their daily use.
>
> Can that be done ?
>
> Danny
Re: EPF output -> eclipse Help [message #565172 is a reply to message #17334] Mon, 04 September 2006 09:13 Go to previous message
danny foncke is currently offline danny fonckeFriend
Messages: 92
Registered: July 2009
Member
Not having any idea how much work is involved, I cannot make any hard
promises.
But the feature is really very useful to us, so I can defend spending
some time on it.
If you point me in the right direction I look into it

Danny


Peter Haumer wrote:
> That would be really great. I think our vision document contains a feature
> that allows publishing Cheat Sheets as well.
>
> We just have not found contributors for this, yet. Would you be interested
> in contributing the implementation code for this? The Help thing seems to
> be quite straightforward as you just need to generate XML files for the help
> system instead of our tree browser. Also the Cheat Sheets would be easy:
> parse a tool mentor and generate xml tags for each section.
>
Re: EPF output -> eclipse Help [message #565209 is a reply to message #17356] Sat, 09 September 2006 00:44 Go to previous message
Peter Haumer is currently offline Peter HaumerFriend
Messages: 228
Registered: July 2009
Senior Member
----- Forwarded by Peter Haumer on 09/08/2006 17:41 -----

From Jinhua Xi

Subject
Re: Fw: EPF output -> eclipse Help

Hi, Peter and Danny,

An easy way to extend the current publishing behavior is to add your own
publisher, the new publisher should extend the
org.eclipse.epf.publishing.ui.publusher extension point. In this extension
point, you need to specify your own Wizard class and publishign manager
class. The wizard class should extends
org.eclipse.epf.publishing.wizards.AbstractPublishWizard. The manager class
should extend the org.eclipse.epf.publishing.services.AbstractPublishManager

Once you have implemented the new features, you can consider merging the
changes into the EPF publisher.

Please let me know if you have any question.

Thanks,

Jinhua


--


Thanks and best regards,
Peter Haumer.

____________________________________________________________ __

PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"danny" <danny.foncke@smals-mvm.be> wrote in message
news:edgqnb$kp6$1@utils.eclipse.org...
> Not having any idea how much work is involved, I cannot make any hard
> promises.
> But the feature is really very useful to us, so I can defend spending some
> time on it.
> If you point me in the right direction I look into it
>
> Danny
>
>
> Peter Haumer wrote:
>> That would be really great. I think our vision document contains a
>> feature that allows publishing Cheat Sheets as well.
>>
>> We just have not found contributors for this, yet. Would you be
>> interested in contributing the implementation code for this? The Help
>> thing seems to be quite straightforward as you just need to generate XML
>> files for the help system instead of our tree browser. Also the Cheat
>> Sheets would be easy: parse a tool mentor and generate xml tags for each
>> section.
>>
Previous Topic:Re: [epf-dev] Reusing artifacts - question
Next Topic:EPF element tagging
Goto Forum:
  


Current Time: Tue Apr 23 08:26:01 GMT 2024

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

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

Back to the top