Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Why nothing listed in the task list (using XPlanner 0.7b connector)?
Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #42041] Tue, 29 January 2008 08:56 Go to next message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
Hi,

I try to use the XPlanner connector in mylyn-2.2.0-extras. I create a
query for all my current tasks. the query existed in the task list view,
but nothing (iteration, stories or tasks) listed in the query. There are
a project, an iteration, some stories and tasks created in XPlanner.

If a select "Selected tasks" in the New Query dialog, I can see my
project, but nothing listed under it.

I use Eclipse-jee-europa-fall2-win32, mylyn-2.2.0-e3.3 and
mylyn-2.2.0-extras.

Thanks for your help.
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #42377 is a reply to message #42041] Mon, 04 February 2008 21:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hbershadskaya.codegear.com

Hi Guofeng.

The "my current tasks" query should correspond to the elements you see
in XPlanner itself when you select the "me" link (top right corner of
XPlanner page in browser). When you do that in your web browser, do
you see any tasks listed? This option basically shows you your current
items that are to be started or are in progress.

Thanks
-Helen

Guofeng Zhang wrote:
> Hi,
>
> I try to use the XPlanner connector in mylyn-2.2.0-extras. I create a
> query for all my current tasks. the query existed in the task list view,
> but nothing (iteration, stories or tasks) listed in the query. There are
> a project, an iteration, some stories and tasks created in XPlanner.
>
> If a select "Selected tasks" in the New Query dialog, I can see my
> project, but nothing listed under it.
>
> I use Eclipse-jee-europa-fall2-win32, mylyn-2.2.0-e3.3 and
> mylyn-2.2.0-extras.
>
> Thanks for your help.
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #43165 is a reply to message #42377] Wed, 13 February 2008 07:15 Go to previous messageGo to next message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
I recreated the project in XPlanner. Now there is a in-progress task and
a planned task listed in the 'Me' page.

I recreated the repository and the 'All my current tasks" query too. But
this time there is still no tasks listed under the query.

I am new to XPlanner. What is wrong with me? The bugzilla connector
works greatly here.

Thanks for your help.


Helen wrote:
> Hi Guofeng.
>
> The "my current tasks" query should correspond to the elements you see
> in XPlanner itself when you select the "me" link (top right corner of
> XPlanner page in browser). When you do that in your web browser, do
> you see any tasks listed? This option basically shows you your current
> items that are to be started or are in progress.
>
> Thanks
> -Helen
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #43202 is a reply to message #43165] Wed, 13 February 2008 22:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hbershadskaya.codegear.com

Hi Guofeng.

I don't think there is anything wrong with you :-). It looks like there
might be a bug in the XPlanner connector, or in the XPlanner API itself
-- there is basically one API call that I use to get "all my tasks" from
XPlanner. If the wrong behavior you see is consistent, then you
should enter a bug for the XPlanner Mylyn connector, but please describe
the contents of your XPlanner project, exactly what you see in the "me"
link, and how you define your XPlanner Mylyn connector query. I can
take a look at your scenario and see if I can reproduce it. So far,
from my tests, the "my current tasks" xplanner mylyn query has matched
the "me" page listing contents.

Thank you
-Helen

Guofeng Zhang wrote:
> I recreated the project in XPlanner. Now there is a in-progress task and
> a planned task listed in the 'Me' page.
>
> I recreated the repository and the 'All my current tasks" query too. But
> this time there is still no tasks listed under the query.
>
> I am new to XPlanner. What is wrong with me? The bugzilla connector
> works greatly here.
>
> Thanks for your help.
>
>
> Helen wrote:
>> Hi Guofeng.
>>
>> The "my current tasks" query should correspond to the elements you see
>> in XPlanner itself when you select the "me" link (top right corner of
>> XPlanner page in browser). When you do that in your web browser, do
>> you see any tasks listed? This option basically shows you your
>> current items that are to be started or are in progress.
>>
>> Thanks
>> -Helen
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #43304 is a reply to message #43202] Fri, 15 February 2008 11:03 Go to previous message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
I found the reason. the runtime of the xplanner I used is built from the
main trunk of the source code base.

If I use the standalone archive or war archive released in sourceforge,
the XPlanner connector works very well.

Thanks for your time.


Helen wrote:
> Hi Guofeng.
>
> I don't think there is anything wrong with you :-). It looks like there
> might be a bug in the XPlanner connector, or in the XPlanner API itself
> -- there is basically one API call that I use to get "all my tasks" from
> XPlanner. If the wrong behavior you see is consistent, then you
> should enter a bug for the XPlanner Mylyn connector, but please describe
> the contents of your XPlanner project, exactly what you see in the "me"
> link, and how you define your XPlanner Mylyn connector query. I can
> take a look at your scenario and see if I can reproduce it. So far,
> from my tests, the "my current tasks" xplanner mylyn query has matched
> the "me" page listing contents.
>
> Thank you
> -Helen
>
> Guofeng Zhang wrote:
>> I recreated the project in XPlanner. Now there is a in-progress task
>> and a planned task listed in the 'Me' page.
>>
>> I recreated the repository and the 'All my current tasks" query too.
>> But this time there is still no tasks listed under the query.
>>
>> I am new to XPlanner. What is wrong with me? The bugzilla connector
>> works greatly here.
>>
>> Thanks for your help.
>>
>>
>> Helen wrote:
>>> Hi Guofeng.
>>>
>>> The "my current tasks" query should correspond to the elements you
>>> see in XPlanner itself when you select the "me" link (top right
>>> corner of XPlanner page in browser). When you do that in your web
>>> browser, do you see any tasks listed? This option basically shows
>>> you your current items that are to be started or are in progress.
>>>
>>> Thanks
>>> -Helen
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #587435 is a reply to message #42041] Mon, 04 February 2008 21:51 Go to previous message
Helen is currently offline HelenFriend
Messages: 4
Registered: July 2009
Junior Member
Hi Guofeng.

The "my current tasks" query should correspond to the elements you see
in XPlanner itself when you select the "me" link (top right corner of
XPlanner page in browser). When you do that in your web browser, do
you see any tasks listed? This option basically shows you your current
items that are to be started or are in progress.

Thanks
-Helen

Guofeng Zhang wrote:
> Hi,
>
> I try to use the XPlanner connector in mylyn-2.2.0-extras. I create a
> query for all my current tasks. the query existed in the task list view,
> but nothing (iteration, stories or tasks) listed in the query. There are
> a project, an iteration, some stories and tasks created in XPlanner.
>
> If a select "Selected tasks" in the New Query dialog, I can see my
> project, but nothing listed under it.
>
> I use Eclipse-jee-europa-fall2-win32, mylyn-2.2.0-e3.3 and
> mylyn-2.2.0-extras.
>
> Thanks for your help.
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #587756 is a reply to message #42377] Wed, 13 February 2008 07:15 Go to previous message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
I recreated the project in XPlanner. Now there is a in-progress task and
a planned task listed in the 'Me' page.

I recreated the repository and the 'All my current tasks" query too. But
this time there is still no tasks listed under the query.

I am new to XPlanner. What is wrong with me? The bugzilla connector
works greatly here.

Thanks for your help.


Helen wrote:
> Hi Guofeng.
>
> The "my current tasks" query should correspond to the elements you see
> in XPlanner itself when you select the "me" link (top right corner of
> XPlanner page in browser). When you do that in your web browser, do
> you see any tasks listed? This option basically shows you your current
> items that are to be started or are in progress.
>
> Thanks
> -Helen
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #587764 is a reply to message #43165] Wed, 13 February 2008 22:10 Go to previous message
Helen is currently offline HelenFriend
Messages: 4
Registered: July 2009
Junior Member
Hi Guofeng.

I don't think there is anything wrong with you :-). It looks like there
might be a bug in the XPlanner connector, or in the XPlanner API itself
-- there is basically one API call that I use to get "all my tasks" from
XPlanner. If the wrong behavior you see is consistent, then you
should enter a bug for the XPlanner Mylyn connector, but please describe
the contents of your XPlanner project, exactly what you see in the "me"
link, and how you define your XPlanner Mylyn connector query. I can
take a look at your scenario and see if I can reproduce it. So far,
from my tests, the "my current tasks" xplanner mylyn query has matched
the "me" page listing contents.

Thank you
-Helen

Guofeng Zhang wrote:
> I recreated the project in XPlanner. Now there is a in-progress task and
> a planned task listed in the 'Me' page.
>
> I recreated the repository and the 'All my current tasks" query too. But
> this time there is still no tasks listed under the query.
>
> I am new to XPlanner. What is wrong with me? The bugzilla connector
> works greatly here.
>
> Thanks for your help.
>
>
> Helen wrote:
>> Hi Guofeng.
>>
>> The "my current tasks" query should correspond to the elements you see
>> in XPlanner itself when you select the "me" link (top right corner of
>> XPlanner page in browser). When you do that in your web browser, do
>> you see any tasks listed? This option basically shows you your
>> current items that are to be started or are in progress.
>>
>> Thanks
>> -Helen
Re: Why nothing listed in the task list (using XPlanner 0.7b connector)? [message #587785 is a reply to message #43202] Fri, 15 February 2008 11:03 Go to previous message
guofeng zhang is currently offline guofeng zhangFriend
Messages: 49
Registered: July 2009
Member
I found the reason. the runtime of the xplanner I used is built from the
main trunk of the source code base.

If I use the standalone archive or war archive released in sourceforge,
the XPlanner connector works very well.

Thanks for your time.


Helen wrote:
> Hi Guofeng.
>
> I don't think there is anything wrong with you :-). It looks like there
> might be a bug in the XPlanner connector, or in the XPlanner API itself
> -- there is basically one API call that I use to get "all my tasks" from
> XPlanner. If the wrong behavior you see is consistent, then you
> should enter a bug for the XPlanner Mylyn connector, but please describe
> the contents of your XPlanner project, exactly what you see in the "me"
> link, and how you define your XPlanner Mylyn connector query. I can
> take a look at your scenario and see if I can reproduce it. So far,
> from my tests, the "my current tasks" xplanner mylyn query has matched
> the "me" page listing contents.
>
> Thank you
> -Helen
>
> Guofeng Zhang wrote:
>> I recreated the project in XPlanner. Now there is a in-progress task
>> and a planned task listed in the 'Me' page.
>>
>> I recreated the repository and the 'All my current tasks" query too.
>> But this time there is still no tasks listed under the query.
>>
>> I am new to XPlanner. What is wrong with me? The bugzilla connector
>> works greatly here.
>>
>> Thanks for your help.
>>
>>
>> Helen wrote:
>>> Hi Guofeng.
>>>
>>> The "my current tasks" query should correspond to the elements you
>>> see in XPlanner itself when you select the "me" link (top right
>>> corner of XPlanner page in browser). When you do that in your web
>>> browser, do you see any tasks listed? This option basically shows
>>> you your current items that are to be started or are in progress.
>>>
>>> Thanks
>>> -Helen
Previous Topic:Grayed out entries in package explorer
Next Topic:trouble connecting to local Jira server
Goto Forum:
  


Current Time: Thu Apr 25 21:55:35 GMT 2024

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

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

Back to the top