Skip to main content



      Home
Home » Eclipse Projects » Mylyn » How to execute a command or script upon task activation?
How to execute a command or script upon task activation? [message #58083] Fri, 19 September 2008 15:13 Go to next message
Eclipse UserFriend
Hello,

Is there a way or any available plug-in that allows configuration of a
command or script to be executed when a given task is (de)activated?

Thanks,
--
Pablo Aguiar (scorphus) <scorphus@gmail.com>
<http://dev.phpeclipse.com/wiki/Community>
<http://sourceforge.net/users/scorphus>
Re: How to execute a command or script upon task activation? [message #58132 is a reply to message #58083] Mon, 22 September 2008 14:27 Go to previous messageGo to next message
Eclipse UserFriend
What kind of script or command are you thinking of?

I think of several event based extension points, where outside plugins
can contribute java code:
- task creation/activation/deactivation
- query pre- and postsynchronisation
- query creation/deletion

Sort of declarative Aspect/J...

Mik, what do you think?

Maarten

Pablo Aguiar wrote:
> Hello,
>
> Is there a way or any available plug-in that allows configuration of a
> command or script to be executed when a given task is (de)activated?
Re: How to execute a command or script upon task activation? [message #58181 is a reply to message #58132] Mon, 22 September 2008 15:07 Go to previous messageGo to next message
Eclipse UserFriend
Maarten Meijer wrote:
> What kind of script or command are you thinking of?
>

For instance, I'd like to update the status message displayed in Gajim,
for my team of developers and I use and local jabber server. Then, every
time any of us activate a task or switch to another one the status
message gets updated with something like "Working on: #123 - foo bar
spam egg". This way we could see what task each one of us is currently
working on.

> I think of several event based extension points, where outside plugins
> can contribute java code:
> - task creation/activation/deactivation

This might be the point to be extended.

> - query pre- and postsynchronisation
> - query creation/deletion
>
> Sort of declarative Aspect/J...
>
> Mik, what do you think?
>
> Maarten
>

Thanks,
--
Pablo Aguiar (scorphus) <scorphus@gmail.com>
<http://dev.phpeclipse.com/wiki/Community>
<http://sourceforge.net/users/scorphus>
Re: How to execute a command or script upon task activation? [message #64111 is a reply to message #58181] Sun, 11 January 2009 22:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rob.elves.eclipse.org

These are great ideas! Please create a new enhancement request against
the Mylyn Tasks component.

-Rob

Pablo Aguiar wrote:
> Maarten Meijer wrote:
>> What kind of script or command are you thinking of?
>>
>
> For instance, I'd like to update the status message displayed in Gajim,
> for my team of developers and I use and local jabber server. Then, every
> time any of us activate a task or switch to another one the status
> message gets updated with something like "Working on: #123 - foo bar
> spam egg". This way we could see what task each one of us is currently
> working on.
>
>> I think of several event based extension points, where outside plugins
>> can contribute java code:
>> - task creation/activation/deactivation
>
> This might be the point to be extended.
>
>> - query pre- and postsynchronisation
>> - query creation/deletion
>>
>> Sort of declarative Aspect/J...
>>
>> Mik, what do you think?
>>
>> Maarten
>>
>
> Thanks,
Re: How to execute a command or script upon task activation? [message #64155 is a reply to message #64111] Mon, 12 January 2009 07:38 Go to previous message
Eclipse UserFriend
Robert Elves wrote:
> These are great ideas! Please create a new enhancement request against
> the Mylyn Tasks component.

A request for enhancement was created as of:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=260692

I hope to see it implemented soon!

Thanks,
--
Pablo Aguiar (scorphus) <scorphus@gmail.com>
<http://dev.phpeclipse.com/wiki/Community>
<http://sourceforge.net/users/scorphus>
Re: How to execute a command or script upon task activation? [message #593363 is a reply to message #58083] Mon, 22 September 2008 14:27 Go to previous message
Eclipse UserFriend
What kind of script or command are you thinking of?

I think of several event based extension points, where outside plugins
can contribute java code:
- task creation/activation/deactivation
- query pre- and postsynchronisation
- query creation/deletion

Sort of declarative Aspect/J...

Mik, what do you think?

Maarten

Pablo Aguiar wrote:
> Hello,
>
> Is there a way or any available plug-in that allows configuration of a
> command or script to be executed when a given task is (de)activated?
Re: How to execute a command or script upon task activation? [message #593388 is a reply to message #58132] Mon, 22 September 2008 15:07 Go to previous message
Eclipse UserFriend
Maarten Meijer wrote:
> What kind of script or command are you thinking of?
>

For instance, I'd like to update the status message displayed in Gajim,
for my team of developers and I use and local jabber server. Then, every
time any of us activate a task or switch to another one the status
message gets updated with something like "Working on: #123 - foo bar
spam egg". This way we could see what task each one of us is currently
working on.

> I think of several event based extension points, where outside plugins
> can contribute java code:
> - task creation/activation/deactivation

This might be the point to be extended.

> - query pre- and postsynchronisation
> - query creation/deletion
>
> Sort of declarative Aspect/J...
>
> Mik, what do you think?
>
> Maarten
>

Thanks,
--
Pablo Aguiar (scorphus) <scorphus@gmail.com>
<http://dev.phpeclipse.com/wiki/Community>
<http://sourceforge.net/users/scorphus>
Re: How to execute a command or script upon task activation? [message #595702 is a reply to message #58181] Sun, 11 January 2009 22:32 Go to previous message
Eclipse UserFriend
These are great ideas! Please create a new enhancement request against
the Mylyn Tasks component.

-Rob

Pablo Aguiar wrote:
> Maarten Meijer wrote:
>> What kind of script or command are you thinking of?
>>
>
> For instance, I'd like to update the status message displayed in Gajim,
> for my team of developers and I use and local jabber server. Then, every
> time any of us activate a task or switch to another one the status
> message gets updated with something like "Working on: #123 - foo bar
> spam egg". This way we could see what task each one of us is currently
> working on.
>
>> I think of several event based extension points, where outside plugins
>> can contribute java code:
>> - task creation/activation/deactivation
>
> This might be the point to be extended.
>
>> - query pre- and postsynchronisation
>> - query creation/deletion
>>
>> Sort of declarative Aspect/J...
>>
>> Mik, what do you think?
>>
>> Maarten
>>
>
> Thanks,
Re: How to execute a command or script upon task activation? [message #595717 is a reply to message #64111] Mon, 12 January 2009 07:38 Go to previous message
Eclipse UserFriend
Robert Elves wrote:
> These are great ideas! Please create a new enhancement request against
> the Mylyn Tasks component.

A request for enhancement was created as of:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=260692

I hope to see it implemented soon!

Thanks,
--
Pablo Aguiar (scorphus) <scorphus@gmail.com>
<http://dev.phpeclipse.com/wiki/Community>
<http://sourceforge.net/users/scorphus>
Previous Topic:Can't update mylyn to 3.0.2
Next Topic:Mylyn 3.0.2 is now available
Goto Forum:
  


Current Time: Sun Jun 08 13:38:06 EDT 2025

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

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

Back to the top