You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/21 12:11:00 UTC

svn commit: r1025922 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README

Author: slaws
Date: Thu Oct 21 10:11:00 2010
New Revision: 1025922

URL: http://svn.apache.org/viewvc?rev=1025922&view=rev
Log:
Add more words about running 

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README?rev=1025922&r1=1025921&r2=1025922&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/eclipse/README Thu Oct 21 10:11:00 2010
@@ -1,9 +1,15 @@
-To execute, and debug, sample contributions from Eclipse you first need to 
-import the Tuscany runtime into Eclipse. You then need to import the sample
-contribution into Eclipse as a project. Instructions for doing both of these
-things can be found here 
+To import sample contributions into Eclipse you first need to import the 
+Tuscany runtime. You then need to import the sample contribution into Eclipse
+as a project. Instructions for doing both of these things can be found here 
 
 http://tuscany.apache.org/import-existing-tuscany-sca-projects-into-eclipse.html
 
 Note. these instructions refer to our 1.x code base but it holds true for 
 our 2.x code base. 
+
+Once you have a contribution imported into Eclipse and cleanly compiling
+against the Tuscany runtime jars you probably want to be able to run and 
+debug it. The easiest way to do this is with a simple Java launcher. If you 
+import the runnin-tuscany/embedded-jse project into Eclipse you'll see a 
+number of such launcher programs which you can copy to launch the 
+contribution(s) of your choice.