Bug 87413 - Log Parser extension points not available in 4.0
Summary: Log Parser extension points not available in 4.0
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: TPTP.monitoring (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Nellie Chau CLA
QA Contact:
URL:
Whiteboard: closed460
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2005-03-08 12:49 EST by Nellie Chau CLA
Modified: 2010-06-03 15:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nellie Chau CLA 2005-03-08 12:49:29 EST
Need some clarification on the following:
1.  Has this extension point been completely removed?(no backward compatibility)
        <extension
                point="org.eclipse.hyades.logging.parsers.logParser">
and is now replaced with:
   <extension
         point="org.eclipse.tptp.platform.log.views.logParser">

2. Has this extension point been completely removed? (no backward compatibility)
   <extension
         point="org.eclipse.hyades.logging.adapter.config.staticParser">

and is now replaced with:
   <extension
         point="org.eclipse.hyades.logging.parsers.staticParser">

3.  Has the following plug-in been completely removed?
org.eclipse.hyades.logging.adapter.config?

If the answer is yes to all the above, then, we will need a migration document
to outline how to move from TPTP 3.3 (or earlier) to TPTP 4.0.
Comment 1 Dave Smith CLA 2005-03-15 10:00:53 EST
1. Yes

2. Yes

3. Yes org.eclipse.hyades.logging.adapter.config plugin has been removed but 
the classes in that plugin still exist.  However, those classes are deprecated.

Yes we need a migration document to migrate pre 4.0 parsers so they can be used 
with the 4.0 runtime.
Comment 2 Valentina Popescu CLA 2005-03-17 23:40:46 EST
1. is not true anymore

logParser extension point has been removed from 
org.eclipse.tptp.platform.log.views plugin and moved back to 
org.eclipse.hyades.logging.parsers
Comment 3 Nellie Chau CLA 2005-03-20 18:51:55 EST
Migration document updated in tptp4.0
Comment 4 Paul Slauenwhite CLA 2009-06-30 07:46:29 EDT
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.