Sponsored Links
WebSphere Tutorials
- WebSphere V5.0 : Building Expressions
- WebSphere V5.0 : Creating SQL statements
- WebSphere V5.0 : Applying DDL scripts to a remote database
- WebSphere V5.0 : Deploying to the database
- WebSphere V5.0 : Defining a table
- WebSphere V5.0 : Defining a database
- Working with Data in WebSphere
- WebSphere V5.0 : Debugging - JSP debugging
- WebSphere V5.0 : Debugging - Scrapbook Page
- WebSphere V5.0 : Debugging - View variables
- WebSphere V5.0 : Debugging - Step-through code
- WebSphere V5.0 : Debugging - Set breakpoints
- WebSphere V5.0 : Running Applications - Export J2EE applications
- WebSphere V5.0 : Running Applications - Run/operate server
- WebSphere V5.0 : Running Applications - Understand Session Manager
- WebSphere V5.0 : Running Applications - Configure data sources
- WebSphere V5.0 : Running Applications - Create server instance and server configuration
- WebSphere V5.0 : Web Development - Use Web Page Wizards
- WebSphere V5.0 : Web Development - Work with Web Application Deployment Descriptor
- WebSphere V5.0 : Web Development - Use content assist
Tutorials
WebSphereWebSphere V5.0 : Java Development - Use task view
WebSphere V5.0 : Java Development - Use task view
In this tutorial you will learn about Use task view, Tasks view, Tasks View Icons, Toolbar and Menus.
Use task view
Tasks view
The Tasks view displays the following information:
System-generated errors, warnings, or information associated with a resource. These are typically produced by builders. For example, if you save a Java source file that contains syntax errors, the errors will automatically be logged in this view.
Build problems are displayed in the Tasks view and annotated in the vertical ruler of your source code. You can hover over the problem marker in the vertical ruler to view a description of the problem. Or open the Tasks view and read the corresponding error message.
Tasks that you add manually. You can associate a task with a resource in the Workbench, but this is not required.

By default, the Tasks view is included in the Resources perspective. To add it to the current perspective, click Window > Show View > Other > Basic > Tasks.
The first column displays an icon that denotes the type of line item, as shown in the following table:
Table 2.1. Tasks View Icons
| Icon | Description |
|---|---|
![]() |
Information |
![]() |
Warning |
![]() |
Error |
![]() |
Problem |
![]() |
Task (normal priority) |
![]() |
High priority task |
![]() |
Low priority task |
![]() |
Completed task |
The second column indicates whether the task is completed. Completed tasks are flagged with a check mark, which you add manually.
The third column indicates whether the task is high, normal, or low priority.
The Description column contains a description of the line item. You can edit the description of user-defined tasks by double-clicking it.
The Resource and In Folder columns provide the name and location of the resource associated with each line item.
Toolbar
The toolbar of the Tasks view includes the following buttons:
New task - Manually add a "to do" item to the Tasks view.
Delete - Delete the selected line item.
Filter - Filter the view according to the type of item.
Menus
Click the icon at the right end of the view's title bar to open a menu of items that affect the whole view. Right-click inside the view to open a context menu.
_____________
Author: Mikalai Zaikin. Please Click Here to visit Authors site for any updates and changes to the study notes.
Comments
Sponsored Links








