cant deploy a rule based GLA [message #8322] |
Sun, 06 March 2005 08:00  |
Eclipse User |
|
|
|
Hi all,
I have a rule based generic log adapter file that works fine in the
adapter file editor (I can scroll through the log file and see output
from FormatterResult etc). But when I run this in a run-time workbench
it complains that the file adapters\My.adapter can not be found (the
file is there and I triple checked the spelling) - error code is IWAT0369E
Probably there is something wrong with the plugin.xml, especially is the
StaticParserWrapper the right class for a rule-based GLA?
Is there any example of a rule-based GLA somewhere?
I'm using hyades release 3.2.0, eclipse 3.0.1, jdk 1.5.0
Thanks a lot for any pointers,
Andreas
<extension
point="org.eclipse.hyades.logging.parsers.logParser">
<parser
name="My Parser"
icon="./icons/full/obj16/apache_access.gif"
description="My Parser"
class=" org.eclipse.hyades.logging.adapter.config.StaticParserWrappe r "
ui_name="My Parser UI"
id="com.tonbeller.tdilog.TdiLogParser">
<field
useBrowse="true"
name="Path"
id="file_path"
browseType="*.log">
</field>
<parserParameter
name="Default"
value="./adapters/My.adapter">
</parserParameter>
</parser>
</extension>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02835 seconds