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/05/18 17:13:50 UTC

svn commit: r407566 - /incubator/tuscany/java/GettingStarted.htm

Author: rineholt
Date: Thu May 18 08:13:49 2006
New Revision: 407566

URL: http://svn.apache.org/viewvc?rev=407566&view=rev
Log:
wording
warn users of Maven internet dependencies and unreliable remote repositories

Modified:
    incubator/tuscany/java/GettingStarted.htm

Modified: incubator/tuscany/java/GettingStarted.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/GettingStarted.htm?rev=407566&r1=407565&r2=407566&view=diff
==============================================================================
--- incubator/tuscany/java/GettingStarted.htm (original)
+++ incubator/tuscany/java/GettingStarted.htm Thu May 18 08:13:49 2006
@@ -20,11 +20,10 @@
          <H2>Tuscany - Getting Started - Milestone release 1</H2> 
 
          <P>This page describes what is needed to install and run Tuscany
-         SCA, SDO and DAS for Java.<BR>If you haven't already done it, the
-         first step is to download Milestone release 1 of apache Tuscany
-         from our 
-         <A HREF="http://incubator.apache.org/tuscany/download.html">download</A>
-         page. </P>
+         SCA, SDO and DAS for Java.<BR>If you haven't already done so, the first
+         step is to download the Milestone release 1 of apache Tuscany from our
+         <A HREF="http://incubator.apache.org/tuscany/download.html" target='_blank'>download  page</A>.
+         </P>
       </DIV>
       <DIV CLASS="section"> 
          <H2>System Requirements</H2> 
@@ -88,6 +87,11 @@
          the helloworld sample:</P>
 
          <P>Using Maven:</P> 
+         <DIV STYLE="text-align: left; margin-left: 80px;">
+         <P><I><B>Note</b>:Using Maven the first build will require connection to the internet to download required dependiences to your local Maven repository.  Occassionally, these
+         remote repository can become over burdened resulting in failure to complete the build. If this happens restart the build again. Once a complete build is achieved you can use
+         the <B>-o</B> option on the mvn command to do offline builds.</I></P>
+         </DIV>
          <UL>
             <LI>Change to the directory: samples/sca/helloworld directory</LI>