Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Missing the obvious? How to generate Task Activity report
Missing the obvious? How to generate Task Activity report [message #63616] Sun, 28 December 2008 17:18 Go to next message
outre is currently offline outreFriend
Messages: 17
Registered: July 2009
Junior Member
Apologies for a stupid question but i can't seem to find where i can
generate a Task activity report (task time for date range).
I installed UI Reporting from the incubator but can't seem to find how to
activate it.
A pointer in the right direction would be greatly appreciated.
Re: Missing the obvious? How to generate Task Activity report [message #63752 is a reply to message #63616] Fri, 02 January 2009 20:13 Go to previous messageGo to next message
outre is currently offline outreFriend
Messages: 17
Registered: July 2009
Junior Member
Anybody?
The reporting feature is installed. I've been looking everywhere but
can't find a control to generate a Mylyn activity report for a particular
date range.
Thanks in advance.
Re: Missing the obvious? How to generate Task Activity report [message #63773 is a reply to message #63752] Sat, 03 January 2009 01:11 Go to previous messageGo to next message
Hiroyuki is currently offline HiroyukiFriend
Messages: 14
Registered: July 2009
Junior Member
Hi

Task Activity Report wizard can call the wizard by operating
"New" > "Other..." > "Tasks" tree > "Task Activity Report (Experimental)".

But, the Task Activity Report editor doesn't open even if the wizard is
completed.
This is because of operating by a wrong editor ID value.

I think that it can evade by doing as follows.

1) Extract plugin.xml from org.eclipse.mylyn.sandbox.ui_xxxxx.jar
2) The line is added as follows to plugin.xml

Line 242 or more

==Before==
<extension
point="org.eclipse.ui.editors">
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.editors.planning"
name="Task Planner"/>
</extension>

==After==
<extension
point="org.eclipse.ui.editors">
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.editors.planning"
name="Task Planner"/>
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.pageFactory.Planning"
name="Task Planner"/>
</extension>

3) The editted plugin.xml is stored (replace) in
org.eclipse.mylyn.sandbox.ui_xxxxx.jar
4) Re-start eclipse.exe with -clean option

Thanks

Hiroyuki

"outre " <outre99@gmail.com> wrote in message
news:93895d80f1cd80961b29de2660ae9035$1@www.eclipse.org...
> Anybody?
> The reporting feature is installed. I've been looking everywhere but
> can't find a control to generate a Mylyn activity report for a particular
> date range.
> Thanks in advance.
>
Re: Missing the obvious? How to generate Task Activity report [message #64344 is a reply to message #63616] Fri, 16 January 2009 22:00 Go to previous message
Eclipse UserFriend
Originally posted by: rob.elves.eclipse.org

outre wrote:
> Apologies for a stupid question but i can't seem to find where i can
> generate a Task activity report (task time for date range).
> I installed UI Reporting from the incubator but can't seem to find how
> to activate it.
> A pointer in the right direction would be greatly appreciated.

fyi, Tasktop builds on Mylyn and includes comprehensive time tracking
and reporting facilities. Tasktop, and many other Mylyn extensions are
outlined on the Extensions wiki page:

http://wiki.eclipse.org/Mylyn/Extensions

-Rob

--
Robert Elves
Mylyn Committer, http://eclipse.org/mylyn
Re: Missing the obvious? How to generate Task Activity report [message #595563 is a reply to message #63616] Fri, 02 January 2009 20:13 Go to previous message
outre is currently offline outreFriend
Messages: 17
Registered: July 2009
Junior Member
Anybody?
The reporting feature is installed. I've been looking everywhere but
can't find a control to generate a Mylyn activity report for a particular
date range.
Thanks in advance.
Re: Missing the obvious? How to generate Task Activity report [message #595571 is a reply to message #63752] Sat, 03 January 2009 01:11 Go to previous message
Hiroyuki is currently offline HiroyukiFriend
Messages: 14
Registered: July 2009
Junior Member
Hi

Task Activity Report wizard can call the wizard by operating
"New" > "Other..." > "Tasks" tree > "Task Activity Report (Experimental)".

But, the Task Activity Report editor doesn't open even if the wizard is
completed.
This is because of operating by a wrong editor ID value.

I think that it can evade by doing as follows.

1) Extract plugin.xml from org.eclipse.mylyn.sandbox.ui_xxxxx.jar
2) The line is added as follows to plugin.xml

Line 242 or more

==Before==
<extension
point="org.eclipse.ui.editors">
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.editors.planning"
name="Task Planner"/>
</extension>

==After==
<extension
point="org.eclipse.ui.editors">
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.editors.planning"
name="Task Planner"/>
<editor
class=" org.eclipse.mylyn.internal.sandbox.ui.planner.TaskActivityEd itorPart "
contributorClass=" org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAction Contributor "
icon="icons/eview16/task-list.gif"
id="org.eclipse.mylyn.tasks.ui.pageFactory.Planning"
name="Task Planner"/>
</extension>

3) The editted plugin.xml is stored (replace) in
org.eclipse.mylyn.sandbox.ui_xxxxx.jar
4) Re-start eclipse.exe with -clean option

Thanks

Hiroyuki

"outre " <outre99@gmail.com> wrote in message
news:93895d80f1cd80961b29de2660ae9035$1@www.eclipse.org...
> Anybody?
> The reporting feature is installed. I've been looking everywhere but
> can't find a control to generate a Mylyn activity report for a particular
> date range.
> Thanks in advance.
>
Re: Missing the obvious? How to generate Task Activity report [message #595787 is a reply to message #63616] Fri, 16 January 2009 22:00 Go to previous message
Robert Elves is currently offline Robert ElvesFriend
Messages: 87
Registered: July 2009
Member
outre wrote:
> Apologies for a stupid question but i can't seem to find where i can
> generate a Task activity report (task time for date range).
> I installed UI Reporting from the incubator but can't seem to find how
> to activate it.
> A pointer in the right direction would be greatly appreciated.

fyi, Tasktop builds on Mylyn and includes comprehensive time tracking
and reporting facilities. Tasktop, and many other Mylyn extensions are
outlined on the Extensions wiki page:

http://wiki.eclipse.org/Mylyn/Extensions

-Rob

--
Robert Elves
Mylyn Committer, http://eclipse.org/mylyn
Previous Topic:Jira RPC support disabled
Next Topic:Multiple editor windows for the same file when activating a task
Goto Forum:
  


Current Time: Wed Sep 25 23:28:21 GMT 2024

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

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

Back to the top