You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by an...@apache.org on 2011/08/04 22:45:29 UTC

svn commit: r1154003 - /karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt

Author: anierbeck
Date: Thu Aug  4 20:45:28 2011
New Revision: 1154003

URL: http://svn.apache.org/viewvc?rev=1154003&view=rev
Log:
[KARAF-762] - dev:watch should support multiple bundle IDs
applied patch for documentation, thanx to Glen Mazza

Modified:
    karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt

Modified: karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt
URL: http://svn.apache.org/viewvc/karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt?rev=1154003&r1=1154002&r2=1154003&view=diff
==============================================================================
--- karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt (original)
+++ karaf/trunk/shell/dev/src/main/resources/org/apache/karaf/shell/dev/watch.txt Thu Aug  4 20:45:28 2011
@@ -1,3 +1,3 @@
-The watch command can be used to help at developement time.  It allows you to configure a set of URLs that will be monitored.  All bundles location matching the given URL will be automatically updated.  This avoids the need for manually updating the bundles or even copying the bundle to the system folder if needed.  Note that only maven based urls and maven snapshots will actually be updated automatically, so if you run
+The watch command can be helpful at development time.  It allows you to configure a set of bundle URLs that will be monitored.  All bundles whose location matches the given URL (which can be a regular expression) will be automatically refreshed in Karaf when the bundle in the Maven repository has been updated.  This avoids the need for manually updating the bundles or even copying bundles to the system folder.  Note that only Maven based URLs and Maven snapshots will actually be updated automatically, so if you run
   > dev:watch *
-It will actually monitor all bundles that have a location matching mvn:* that have '-SNAPSHOT' in their url.
+It will actually monitor all Maven bundles including those with a '-SNAPSHOT' in their URL.