You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/04/15 17:37:18 UTC

svn commit: r648284 - /incubator/sling/trunk/launchpad/webapp/README.txt

Author: bdelacretaz
Date: Tue Apr 15 08:37:14 2008
New Revision: 648284

URL: http://svn.apache.org/viewvc?rev=648284&view=rev
Log:
more testing info

Modified:
    incubator/sling/trunk/launchpad/webapp/README.txt

Modified: incubator/sling/trunk/launchpad/webapp/README.txt
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/README.txt?rev=648284&r1=648283&r2=648284&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/README.txt (original)
+++ incubator/sling/trunk/launchpad/webapp/README.txt Tue Apr 15 08:37:14 2008
@@ -59,3 +59,7 @@
 they don't interfere. Feel free to remove that if you know what you're doing.
 
 To run a single test, other values can be used for the "-Dtest" parameter.
+
+This is very useful during development: you can leave a Sling webapp instance
+running, update bundles in it using the mvn autoInstallBundle profile, and run
+specific integration tests quickly from another terminal.