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 83696 Details for
Bug 195998
Sensor/Extractor XPath filtering does not work in remote log import scenario
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 problem
patch_195998.txt (text/plain), 1.51 KB, created by
Rohit Shetty
on 2007-11-24 11:03:57 EST
(
hide
)
Description:
Patch for this problem
Filename:
MIME Type:
Creator:
Rohit Shetty
Created:
2007-11-24 11:03:57 EST
Size:
1.51 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.logging.parsers >Index: src.config/org/eclipse/hyades/logging/parsers/SetConfig.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/src.config/org/eclipse/hyades/logging/parsers/SetConfig.java,v >retrieving revision 1.22 >diff -u -r1.22 SetConfig.java >--- src.config/org/eclipse/hyades/logging/parsers/SetConfig.java 12 Apr 2007 17:34:34 -0000 1.22 >+++ src.config/org/eclipse/hyades/logging/parsers/SetConfig.java 23 Nov 2007 11:12:25 -0000 >@@ -205,6 +205,25 @@ > Variable.setPosition(var, "append"); > Variable.setValue(var, "%CLASSPATH_COM_IBM_ICU%"); > app.appendChild(var); >+ >+ // bugzilla 195998 start >+ // The following two classpath additions were made to enable sensor/extractor XPath filtering to work in a remote scenario >+ >+ // org.eclipse.tptp.platform.models jars >+ var = doc.createElement(Variable.TAG); >+ Variable.setName(var, "CLASSPATH"); >+ Variable.setPosition(var, "prepend"); >+ Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_TPTP_PLATFORM_MODELS%"); >+ app.appendChild(var); >+ >+ // org.eclipse.emf.ecore jars >+ var = doc.createElement(Variable.TAG); >+ Variable.setName(var, "CLASSPATH"); >+ Variable.setPosition(var, "prepend"); >+ Variable.setValue(var, "%CLASSPATH_ORG_ECLIPSE_JDT_CORE%"); >+ app.appendChild(var); >+ >+ // bugzilla 195998 end > > param = doc.createElement(Parameter.TAG); > Parameter.setPosition(param, "prepend");
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
Flags:
rohit.shetty
:
review?
Actions:
View
|
Diff
Attachments on
bug 195998
:
73420
| 83696