Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 55526 Details for
Bug 160300
Hard-coded "directory" value in the org.eclipse.hyades.logging.parsers adapter files causes an exception if outputter is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for this bug
patch_160300.txt (text/plain), 15.86 KB, created by
Amanpreet Minhas
on 2006-12-12 15:49:43 EST
(
hide
)
Description:
Patch for this bug
Filename:
MIME Type:
Creator:
Amanpreet Minhas
Created:
2006-12-12 15:49:43 EST
Size:
15.86 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.logging.parsers >Index: config/XML/CommonBaseEvent/v1.0.1/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/XML/CommonBaseEvent/v1.0.1/regex.adapter,v >retrieving revision 1.7 >diff -u -r1.7 regex.adapter >--- config/XML/CommonBaseEvent/v1.0.1/regex.adapter 20 Sep 2006 02:59:59 -0000 1.7 >+++ config/XML/CommonBaseEvent/v1.0.1/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -33,9 +33,9 @@ > <op:LoggingAgentOutputterType agentName="Default Logging Agent"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="N777EC680EA111DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N93F3EE40EA111DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Apache/access/v1.3.26/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Apache/access/v1.3.26/regex.adapter,v >retrieving revision 1.10 >diff -u -r1.10 regex.adapter >--- config/Apache/access/v1.3.26/regex.adapter 20 Sep 2006 02:59:58 -0000 1.10 >+++ config/Apache/access/v1.3.26/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -170,9 +170,9 @@ > <op:LoggingAgentOutputterType agentName="Default Logging Agent"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="NE3487F80E9611DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N0EA32180E9611DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Apache/access/v1.3.26/static.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Apache/access/v1.3.26/static.adapter,v >retrieving revision 1.7 >diff -u -r1.7 static.adapter >--- config/Apache/access/v1.3.26/static.adapter 20 Sep 2006 02:59:58 -0000 1.7 >+++ config/Apache/access/v1.3.26/static.adapter 12 Dec 2006 20:45:17 -0000 >@@ -34,9 +34,9 @@ > <op:LoggingAgentOutputterType agentName="Apache HTTP Server V1.3.20, V1.3.26, V2.0 access log files" waitUntilLoggingTime="15000"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" disabled="true" uniqueID="N33333D80E9A11DB8000DF587DEE0353" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="D:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="D:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" disabled="true" uniqueID="N51476F80E9A11DB8000DF587DEE0353" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/application/nl/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/application/nl/regex.adapter,v >retrieving revision 1.5 >diff -u -r1.5 regex.adapter >--- config/Windows/application/nl/regex.adapter 20 Sep 2006 02:59:59 -0000 1.5 >+++ config/Windows/application/nl/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="N9D6D6180E9D11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="application.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="application.out"/> >+ <op:SingleFileOutputterType directory="." fileName="application.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N2E800D80E9D11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/application/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/application/regex.adapter,v >retrieving revision 1.10 >diff -u -r1.10 regex.adapter >--- config/Windows/application/regex.adapter 20 Sep 2006 02:59:59 -0000 1.10 >+++ config/Windows/application/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="N9D6D6180E9D11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="application.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="application.out"/> >+ <op:SingleFileOutputterType directory="." fileName="application.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N2E800D80E9D11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Apache/error/v1.3.26/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Apache/error/v1.3.26/regex.adapter,v >retrieving revision 1.11 >diff -u -r1.11 regex.adapter >--- config/Apache/error/v1.3.26/regex.adapter 20 Sep 2006 02:59:58 -0000 1.11 >+++ config/Apache/error/v1.3.26/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -164,9 +164,9 @@ > <op:LoggingAgentOutputterType agentName="Default Logging Agent"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="N6DCE8F80E9B11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N93B72680E9B11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Apache/error/v1.3.26/static.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Apache/error/v1.3.26/static.adapter,v >retrieving revision 1.7 >diff -u -r1.7 static.adapter >--- config/Apache/error/v1.3.26/static.adapter 20 Sep 2006 02:59:58 -0000 1.7 >+++ config/Apache/error/v1.3.26/static.adapter 12 Dec 2006 20:45:17 -0000 >@@ -34,9 +34,9 @@ > <op:LoggingAgentOutputterType agentName="Apache HTTP Server V1.3.20, V1.3.26, V2.0 error log files" waitUntilLoggingTime="15000"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="ND2DA2480E9C11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="NEF1E7880E9C11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/system/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/system/regex.adapter,v >retrieving revision 1.10 >diff -u -r1.10 regex.adapter >--- config/Windows/system/regex.adapter 20 Sep 2006 02:59:59 -0000 1.10 >+++ config/Windows/system/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="NABC73C10EA011DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="system.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="system.out"/> >+ <op:SingleFileOutputterType directory="." fileName="system.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="NC66C8680EA011DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/security/nl/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/security/nl/regex.adapter,v >retrieving revision 1.5 >diff -u -r1.5 regex.adapter >--- config/Windows/security/nl/regex.adapter 20 Sep 2006 03:00:00 -0000 1.5 >+++ config/Windows/security/nl/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="NAE64A180E9F11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="security.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="security.out"/> >+ <op:SingleFileOutputterType directory="." fileName="security.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="NC9FE0F80E9F11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/XML/Java/logging/v1.4/static.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/XML/Java/logging/v1.4/static.adapter,v >retrieving revision 1.3 >diff -u -r1.3 static.adapter >--- config/XML/Java/logging/v1.4/static.adapter 20 Sep 2006 02:59:58 -0000 1.3 >+++ config/XML/Java/logging/v1.4/static.adapter 12 Dec 2006 20:45:17 -0000 >@@ -32,9 +32,9 @@ > <op:LoggingAgentOutputterType agentName="Default Logging Agent"/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="N2825D280EA211DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="example.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="example.out"/> >+ <op:SingleFileOutputterType directory="." fileName="example.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="N469BAC80EA211DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/security/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/security/regex.adapter,v >retrieving revision 1.10 >diff -u -r1.10 regex.adapter >--- config/Windows/security/regex.adapter 20 Sep 2006 02:59:58 -0000 1.10 >+++ config/Windows/security/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="NAE64A180E9F11DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="security.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="security.out"/> >+ <op:SingleFileOutputterType directory="." fileName="security.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="NC9FE0F80E9F11DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/> >Index: config/Windows/system/nl/regex.adapter >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/config/Windows/system/nl/regex.adapter,v >retrieving revision 1.5 >diff -u -r1.5 regex.adapter >--- config/Windows/system/nl/regex.adapter 20 Sep 2006 03:00:00 -0000 1.5 >+++ config/Windows/system/nl/regex.adapter 12 Dec 2006 20:45:17 -0000 >@@ -108,9 +108,9 @@ > <op:StandardOutOutputterType/> > </cc:Outputter> > <cc:Outputter description="CBE File Outputter" uniqueID="NABC73C10EA011DB8000DF587DEE0353" disabled="true" type="SingleFileOutputter"> >- <pu:Property propertyName="directory" propertyValue="d:\tmp"/> >+ <pu:Property propertyName="directory" propertyValue="."/> > <pu:Property propertyName="fileName" propertyValue="system.out"/> >- <op:SingleFileOutputterType directory="d:\tmp" fileName="system.out"/> >+ <op:SingleFileOutputterType directory="." fileName="system.out"/> > </cc:Outputter> > <cc:Outputter description="CBE Logging Agent Outputter" uniqueID="NC66C8680EA011DB8000DF587DEE0353" disabled="true" type="LoggingAgentOutputter"> > <pu:Property propertyName="agentName" propertyValue="Default CBE Logging Agent"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160300
: 55526