Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] Why aren't my errors in the task list

Title: Message
Thanks...
 
Um... is this the proper list for users to ask Eclipse questions?
-----Original Message-----
From: platform-dev-admin@xxxxxxxxxxx [mailto:platform-dev-admin@xxxxxxxxxxx] On Behalf Of Randy Hudson
Sent: Wednesday, July 28, 2004 09:31
To: platform-dev@xxxxxxxxxxx
Subject: Re: [platform-dev] Why aren't my errors in the task list


There are migration issues when going from 2.1 to 3.0  see:

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

-Randy Hudson



"Sternbergh, Cornell" <rsternberg@xxxxxxxxxxx>
Sent by: platform-dev-admin@xxxxxxxxxxx

07/28/2004 07:55 AM
Please respond to platform-dev

       
        To:        <platform-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-dev] Why aren't my errors in the task list



Good morning all

Background and platform:
I'm evaluating Eclipse as a replacement/upgrade for VAJ.  I'd
installed/upgraded to 2.1.3.  (into directory C:\Eclipse)  I upgraded to
3.0 (renamed C:\Eclipse to Eclipse2.1.3 and creating a new C:\Eclipse.
I'm running WinXP and do not have admin authority.  The client/services
folks keep that for themselves.

Problem:
I'd loaded our existing Java code into 2.1 (put Java code in
C:\projectName and pointed the new Eclipse project, projectName,
thereto) and observed many warnings (~4500).  This information was in
the Task view.  None were listed, as there were too many.  Filtering to
only the current resource gave a smaller list, which was displayed.  I
could navigate from the list to the appropriate line... all is good.

Upgraded to 3.0, created new Eclipse project, pointing it to
C:\projectName.  I see all the code, when I open a resource in the
editor, I see a bunch of yellow rectangles down the left side
(indicating warnings)  But nothing in the Task view.  Well, there is one
entry, as it happened, in a comment in a class, the string XXX was
placed, the one and only item in the Task view is this XXX, it being a
default Task Tag.

According to the documentation
(org.eclipse.platform.doc.user.I20040619.pdf) errors should go there
automatically.
The filters dialog is the default.
So... where are my errors listed?

TIA
Cornell
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-dev


Back to the top