You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by rg...@apache.org on 2011/08/07 01:56:54 UTC

svn commit: r1154623 - /incubator/rave/site/trunk/content/rave/source.mdtext

Author: rgardler
Date: Sat Aug  6 23:56:54 2011
New Revision: 1154623

URL: http://svn.apache.org/viewvc?rev=1154623&view=rev
Log:
Add a link through to IDE page

Modified:
    incubator/rave/site/trunk/content/rave/source.mdtext

Modified: incubator/rave/site/trunk/content/rave/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/source.mdtext?rev=1154623&r1=1154622&r2=1154623&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/source.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/source.mdtext Sat Aug  6 23:56:54 2011
@@ -21,6 +21,8 @@ repository][2] in your web browser.
 
 ## Getting the source code
 
+The instructions on this page will help you get started using command line tools. If you prefer to work in an IDE then we have [separate instructions][3] for you.
+
 ### Anonymous access
 
     svn co http://svn.apache.org/repos/asf/incubator/rave/trunk rave
@@ -35,7 +37,7 @@ To build from source code:
 
 ### Requirements:
  * Sources compilation require Java SE 6 or higher.
- * The project is built with Apache Maven 3+ (suggested is 3.0.3) [Download][3] and [install][4]
+ * The project is built with Apache Maven 3+ (suggested is 3.0.3) [Download][4] and [install][5]
 
 ### Rave Master Project
 The Rave project depends on the separate Rave Master project which defines general and global settings
@@ -80,7 +82,8 @@ Once the server is running:
     * OpenID: http://rave2011.myopenid.com/ (password rave2011)
 
 
-[1]: http://subversion.apache.org
-[2]: http://svn.apache.org/viewvc/incubator/rave/
-[3]: http://maven.apache.org/download.html
-[4]: http://maven.apache.org/download.html#Installation
\ No newline at end of file
+  [1]: http://subversion.apache.org
+  [2]: http://svn.apache.org/viewvc/incubator/rave/
+  [3]: ide-settings-and-debugging.html
+  [4]: http://maven.apache.org/download.html
+  [5]: http://maven.apache.org/download.html#Installation
\ No newline at end of file