Changes between Version 3 and Version 4 of WindowsFileSystemObserver


Ignore:
Timestamp:
06/20/08 14:58:31 (16 years ago)
Author:
schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsFileSystemObserver

    v3 v4  
    77DFKI has got a developer license; the WindowsFileSystemObserver project is shipped with a free runtime license. 
    88 
     9---- 
     10 
    911== Getting the code == 
    1012 
     
    1416}}} 
    1517 
     18---- 
     19 
    1620== Starting == 
    1721 
    1822You have 3 alternative ways of starting the file system observer: 
    1923 * Start this batch file: [source:trunk/WindowsFileSystemObserver/Launch_WindowsFileSystemObserver.bat Launch_WindowsFileSystemObserver.bat] 
     24 * Use this launch configuration (from inside eclipse): [source:trunk/WindowsFileSystemObserver/WindowsFileSysObservation.launch WindowsFileSysObservation.launch] 
    2025 * Start this main class as Java application (from inside eclipse): [source:trunk/WindowsFileSystemObserver/src/observer/de/dfki/km/filesysobservation/standalone/StandaloneWindowsFileSystemObservation.java StandaloneWindowsFileSystemObservation] 
    21  * Use this launch configuration (from inside eclipse): [source:trunk/WindowsFileSystemObserver/WindowsFileSysObservation.launch WindowsFileSysObservation.launch] 
     26 
     27'''Attention:''' Make sure, that the [UserObservationHub] is running to receive file system observations! ;-) 
     28 
     29---- 
    2230 
    2331== Configuring == 
     
    3644Alternatively, you can also invoke [{{{addFolderToObserve}}}]. 
    3745 
     46---- 
     47 
    3848== Testing == 
    3949 
    40 The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) User Observation Hub. 
     50The file system observer creates NOPs of the observed file operations and passes them to the (hopefully running!) [UserObservationHub]. 
    4151 
    4252Please keep in mind, that ALL file operations are observed and passed. That means: not only the file operations explicitly invoked by the user but also file operations done by the system or by applications are processed.