You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/03/05 10:12:11 UTC

svn commit: r1296972 - in /incubator/openmeetings/trunk/singlewebapp: docs/BuildInstructions.html xdocs/BuildInstructions.xml

Author: sebawagner
Date: Mon Mar  5 09:12:11 2012
New Revision: 1296972

URL: http://svn.apache.org/viewvc?rev=1296972&view=rev
Log:
Update Build Instructions

Modified:
    incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
    incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1296972&r1=1296971&r2=1296972&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html Mon Mar  5 09:12:11 2012
@@ -957,11 +957,14 @@ limitations under the License.
                                     <p>To develop OpenMeetings you need at least: </p>
                                                 <ul>
 					<li>Eclipse in a up to date copy and Sun JDK6 </li>
-					<li>Subclipse or Subversive Plugin for Eclipse (to download the
-						Code
-						from the SVN Repository into Eclipse) (installable via Help
-						&gt;
-						Eclipse Marketplace)
+					<li>
+						Subclipse 1.8 (Subversion 1.7 required!)
+						<a href="http://subclipse.tigris.org/" target="_BLANK" rel="nofollow">http://subclipse.tigris.org/
+						</a>
+					</li>
+					<li>
+						SVN Command line client (Subversion 1.7 required!)
+						<a href="http://subversion.apache.org/packages.html" target="_BLANK" rel="nofollow">http://subversion.apache.org/packages.html</a>
 					</li>
 					<li>Spring IDE for Eclipse (installable via Help &gt; Eclipse
 						Marketplace)
@@ -988,7 +991,8 @@ limitations under the License.
 				</p>
                                                 <p>
 					URL:
-					<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/" rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
+					<a href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/">
+						https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
 					</a>
 				</p>
                                                 <p>To download the required JARs for building and developing
@@ -1135,16 +1139,16 @@ limitations under the License.
                                     <ul>
 				<li>
 					Getting Started with OpenLaszlo, checkout
-					<a href="http://www.openlaszlo.org/lps4.2/laszlo-explorer/index.jsp?lzr=swf8" rel="nofollow">Laszlo-in-10-Minutes</a>
+					<a href="http://www.openlaszlo.org/lps4.2/laszlo-explorer/index.jsp?lzr=swf8" target="_BLANK" rel="nofollow">Laszlo-in-10-Minutes</a>
 					and the
-					<a href="http://www.openlaszlo.org/lps4.2/docs/" rel="nofollow">Application
+					<a href="http://www.openlaszlo.org/lps4.2/docs/" target="_BLANK" rel="nofollow">Application
 						Developer's Guide
 					</a>
 					or try the
-					<a href="http://www.openlaszlo.org/getstarted" rel="nofollow">ScreenCast</a>
+					<a href="http://www.openlaszlo.org/getstarted" target="_BLANK" rel="nofollow">ScreenCast</a>
 				</li>
 				<li>
-					<a href="http://incubator.apache.org/openmeetings/svn.html" rel="nofollow">
+					<a href="http://incubator.apache.org/openmeetings/svn.html">
 						browse SVN source
 					</a>
 				</li>
@@ -1173,9 +1177,16 @@ limitations under the License.
 				database everytime you did rebuild.
 			</p>
                                                 <p>
-				If you are sitting behind a proxy you might add some proxy settings
-				before starting the build process, see:
-				<a href="http://ant.apache.org/ivy/faq.html" rel="nofollow">http://ant.apache.org/ivy/faq.html
+				<b>Working behind a proxy:</b>
+				If you are sitting behind a proxy you should add some proxy settings
+				before starting the build process.
+				<br />
+				For Apache Ivy see:
+				<a href="http://ant.apache.org/ivy/faq.html" target="_BLANK" rel="nofollow">http://ant.apache.org/ivy/faq.html
+				</a>
+				<br />
+				For SVN Command Line Client (From CollabNet 1.7) see:
+				<a href="https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html" target="_BLANK" rel="nofollow">https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html
 				</a>
 			</p>
                             </blockquote>

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml?rev=1296972&r1=1296971&r2=1296972&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml Mon Mar  5 09:12:11 2012
@@ -92,11 +92,15 @@
 				<p>To develop OpenMeetings you need at least: </p>
 				<ul>
 					<li>Eclipse in a up to date copy and Sun JDK6 </li>
-					<li>Subclipse or Subversive Plugin for Eclipse (to download the
-						Code
-						from the SVN Repository into Eclipse) (installable via Help
-						&gt;
-						Eclipse Marketplace)
+					<li>
+						Subclipse 1.8 (Subversion 1.7 required!)
+						<a href="http://subclipse.tigris.org/" target="_BLANK" rel="nofollow">http://subclipse.tigris.org/
+						</a>
+					</li>
+					<li>
+						SVN Command line client (Subversion 1.7 required!)
+						<a href="http://subversion.apache.org/packages.html" target="_BLANK"
+							rel="nofollow">http://subversion.apache.org/packages.html</a>
 					</li>
 					<li>Spring IDE for Eclipse (installable via Help &gt; Eclipse
 						Marketplace)
@@ -117,8 +121,8 @@
 				<p>
 					URL:
 					<a
-						href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/"
-						rel="nofollow">https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
+						href="https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/">
+						https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
 					</a>
 				</p>
 				<p>To download the required JARs for building and developing
@@ -258,16 +262,16 @@
 					Getting Started with OpenLaszlo, checkout
 					<a
 						href="http://www.openlaszlo.org/lps4.2/laszlo-explorer/index.jsp?lzr=swf8"
-						rel="nofollow">Laszlo-in-10-Minutes</a>
+						target="_BLANK" rel="nofollow">Laszlo-in-10-Minutes</a>
 					and the
-					<a href="http://www.openlaszlo.org/lps4.2/docs/" rel="nofollow">Application
+					<a href="http://www.openlaszlo.org/lps4.2/docs/" target="_BLANK" rel="nofollow">Application
 						Developer's Guide
 					</a>
 					or try the
-					<a href="http://www.openlaszlo.org/getstarted" rel="nofollow">ScreenCast</a>
+					<a href="http://www.openlaszlo.org/getstarted" target="_BLANK" rel="nofollow">ScreenCast</a>
 				</li>
 				<li>
-					<a href="http://incubator.apache.org/openmeetings/svn.html" rel="nofollow">
+					<a href="http://incubator.apache.org/openmeetings/svn.html" >
 						browse SVN source
 					</a>
 				</li>
@@ -287,9 +291,18 @@
 				database everytime you did rebuild.
 			</p>
 			<p>
-				If you are sitting behind a proxy you might add some proxy settings
-				before starting the build process, see:
-				<a href="http://ant.apache.org/ivy/faq.html" rel="nofollow">http://ant.apache.org/ivy/faq.html
+				<b>Working behind a proxy:</b>
+				If you are sitting behind a proxy you should add some proxy settings
+				before starting the build process.
+				<br />
+				For Apache Ivy see:
+				<a href="http://ant.apache.org/ivy/faq.html" target="_BLANK" rel="nofollow">http://ant.apache.org/ivy/faq.html
+				</a>
+				<br />
+				For SVN Command Line Client (From CollabNet 1.7) see:
+				<a
+					href="https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html"
+					target="_BLANK" rel="nofollow">https://ctf6latest.collab.net/internal-help/index.jsp?topic=/teamforge610/faq/client_proxy_settings.html
 				</a>
 			</p>