Changeset 1055 for cssboy_deployment/docs/source/instructions.rst
- Timestamp:
- Jul 18, 2012 2:34:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cssboy_deployment/docs/source/instructions.rst
r1053 r1055 5 5 ========================== 6 6 7 .. caution:: This documentation is under revision, thus the order may seem a bit scrambled. 7 .. caution:: At this time, this documentation is a collection of notes 8 related to installation or configuration of CSS-BOY. It needs to be 9 set into some sort of order. 8 10 9 11 Install OPI screens (and other resources such as image files, javascript, … … 244 246 /synApps/areaDetector/ADApp/op/opi | /synApps/asyn/opi/boy 245 247 248 This might be the directory:: 249 250 C:\Users\Pete\Downloads\sns_css_3.1.1-win32.win32.x86_64\CSS_3.1.1\plugins\org.csstudio.sns.product_3.1.1.20120718 246 251 247 252 … … 266 271 267 272 273 Setting the OPI Search Path 274 ------------------------------ 275 276 from the ``plugin_customizations.ini`` file that comes with CSS-BOY, there are these notes:: 277 278 # Fundamentally, the Eclipse preference mechanism works like this 279 # to allow customization at various levels: 280 # 1. Each plugin might contain default settings that are hardcoded 281 # inside the Java sources of the plugin. 282 # 2. In addition, each plugin might have a file preferences.ini 283 # in the root directory of the plugin directory or jar file. 284 # When present, those values override the hardcoded settings. 285 # Ideally, each plugin with preference settings has such a 286 # preferences.ini file to define the defaults because this 287 # provides a convenient place to locate all the available 288 # settings of a plugin in one file. 289 # 3. A plugin_customization.ini file like this one, located 290 # in the root of the "Product" plugin directory or jar file 291 # can override all of the above. 292 # It is ideally used to provide site-specific defaults 293 # (as this one does for using CSS at the SNS). 294 # 4. When starting CSS (or any Eclipse product), a customization file 295 # with the same format can be provided via the -pluginCustomization 296 # command line option to override settings. 297 # NOTE: Eclipse silently ignores missing customization files. 298 # THERE IS NO ERROR MESSAGE when the specified file does not exist! 299 # 5. Finally, each end user can use the CSS/Preferences menu item to 300 # interactively adjust most settings. Those changes are stored in the 301 # workspace directory under 302 # {Workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings 303 304 :: 305 {Workspace}\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.csstudio.opibuilder.prefs 306 C:\Users\Pete\CSS-Workspaces\Default\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.csstudio.opibuilder.prefs 268 307 269 308 Glossary of Terms
Note: See TracChangeset
for help on using the changeset viewer.