Changes between Initial Version and Version 1 of WindowsFileSystemObserver


Ignore:
Timestamp:
06/20/08 14:06:19 (16 years ago)
Author:
Sven
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsFileSystemObserver

    v1 v1  
     1= Windows File System Observer = 
     2 
     3The WindowsFileSystemObserver project is an open-source project providing file system observations (currently only for Windows OS). 
     4It observes the following file/folder operations: create, delete, move, and rename files/folders. 
     5 
     6This project uses [http://www.teamdev.com/jniwrapper/ JNIWrapper], a commercial product. 
     7DFKI has got a developer license; the WindowsFileSystemObserver project is shipped with a free runtime license. 
     8 
     9== Getting the code == 
     10 
     11Check out the project from this SVN repository: 
     12{{{ 
     13https://usercontext.opendfki.de/repos/trunk/WindowsFileSystemObserver 
     14}}} 
     15 
     16== Starting == 
     17 
     18You have 3 alternative ways of starting the file system observer: 
     19 * Start this batch file: [source:trunk/WindowsFileSystemObserver/Launch_WindowsFileSystemObserver.bat Launch_WindowsFileSystemObserver.bat] 
     20 * 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] 
     22 
     23== Configuring == 
     24 
     25Wenn first starting the file observer it opens up the config dialog which allows to add the file folders to observe: 
     26 
     27 
     28