You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/06/05 23:03:59 UTC

svn commit: r411914 - in /incubator/tuscany/site/src/site/xdoc: getinvolved.xml projectjava.xml

Author: rineholt
Date: Mon Jun  5 14:03:58 2006
New Revision: 411914

URL: http://svn.apache.org/viewvc?rev=411914&view=rev
Log:
TUSCANY-407
http://issues.apache.org/jira/browse/TUSCANY-407
TUSCANY-346
http://issues.apache.org/jira/browse/TUSCANY-346
TUSCANY-438
http://issues.apache.org/jira/browse/TUSCANY-438


Modified:
    incubator/tuscany/site/src/site/xdoc/getinvolved.xml
    incubator/tuscany/site/src/site/xdoc/projectjava.xml

Modified: incubator/tuscany/site/src/site/xdoc/getinvolved.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/src/site/xdoc/getinvolved.xml?rev=411914&r1=411913&r2=411914&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/getinvolved.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/getinvolved.xml Mon Jun  5 14:03:58 2006
@@ -111,7 +111,8 @@
 				<li> CPP directory holds SCA and SDO C++ source code. </li>
 				 <li> Java directory holds SCA, SDO and DAS source code.</li> 
 			     </ol>
-			     We welcome your help with any of the sub projects. You can learn more about how to setup your development environment on <script type="text/javascript">linkNewWindow('projectJava.html','Java project page');</script> or <script type="text/javascript">linkNewWindow('projectC++.html','C++ project page');</script>. 
+			     We welcome your help with any of the sub projects. You can learn more about how to setup your development environment on <a href="projectjava.html" >Java project page </a> or
+                             <a href="projectc++.html">C++ project page</a>. 
 			     
 		</p>
 		</section>

Modified: incubator/tuscany/site/src/site/xdoc/projectjava.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/src/site/xdoc/projectjava.xml?rev=411914&r1=411913&r2=411914&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/projectjava.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/projectjava.xml Mon Jun  5 14:03:58 2006
@@ -208,6 +208,11 @@
         </pre>
 This will build the Tuscany runtime with Maven. Maven will download all the JAR dependencies, build all the Tuscany sub-projects and run the unit tests. 
 </p>
+<p>
+<i><b>Note:</b> Depending on the load of remote Mavan 2.0 repositories you may have to execute mvn several time until required
+      dependencies are all located in your local maven repository.  After you have completed a full successful build you 
+      can use "mvn -o" which is much faster.</i>
+</p>
 </section>
 <a name="run samples"></a>
 <section name ="Running The Samples">
@@ -217,7 +222,7 @@
           Change the directory to the tuscany\java\distribution
          </li>
          <li>
-          Issue mvn to build the distribution package.
+          Run build-dist.bat (for win32 platforms), or build-dist.sh (for linux)
          </li>
          <li>
           Change the directory tuscany\java\distribution\target\tuscany-dist



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org