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 109422 Details for
Bug 243213
HTTP recording hangs with standalone Agent Controller
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]
Update code to load sub-plugin config files on Linux.
243213 patch.txt (text/plain), 1.94 KB, created by
Bing Xu
on 2008-08-07 11:54:19 EDT
(
hide
)
Description:
Update code to load sub-plugin config files on Linux.
Filename:
MIME Type:
Creator:
Bing Xu
Created:
2008-08-07 11:54:19 EDT
Size:
1.94 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/src/agentController/AgentController.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/agentController/AgentController.c,v >retrieving revision 1.39 >diff -u -r1.39 AgentController.c >--- src-native-new/src/agentController/AgentController.c 30 Jul 2008 21:33:47 -0000 1.39 >+++ src-native-new/src/agentController/AgentController.c 7 Aug 2008 15:52:24 -0000 >@@ -403,7 +403,7 @@ > }else{ > iacConfigDirPath = (char*)tptp_malloc(sizeof(char) * 2048); > >- sprintf(iacConfigDirPath, "%s", argv[i+1], FILESEP); >+ sprintf(iacConfigDirPath, "%s", argv[i+1]); > fclose(serviceConfigFile); > } > } >Index: src-native-new/src/shared/tptpConfig/TPTPConfig.cpp >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/shared/tptpConfig/TPTPConfig.cpp,v >retrieving revision 1.66 >diff -u -r1.66 TPTPConfig.cpp >--- src-native-new/src/shared/tptpConfig/TPTPConfig.cpp 25 Jul 2008 03:29:45 -0000 1.66 >+++ src-native-new/src/shared/tptpConfig/TPTPConfig.cpp 7 Aug 2008 15:52:24 -0000 >@@ -877,7 +877,7 @@ > return -1; > } > >- TPTP_LOG_DEBUG_MSG1("Plugin directory is %s.", Plugin_InstallDir); >+ TPTP_LOG_DEBUG_MSG1("Plugin directory is %s.", acconfig->pluginConfigLocation); > > loadAvailablePluginsList(acconfig->pluginConfigLocation); > //setup a dummy application alias.... if a user has not specified one. >@@ -965,7 +965,7 @@ > fclose(fp); > TPTP_LOG_DEBUG_MSG1("File exists: %s. Start to parse file.", checkName); > >- int ret = parsePluginConfig(acconfig, acconfig->pluginConfigLocation); >+ int ret = parsePluginConfig(acconfig, dirEntry->d_name); > } > tptp_free(checkName); > } //while DirEntry = readdir
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 243213
: 109422