You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/07/07 19:49:00 UTC

svn commit: r209625 - /maven/continuum/trunk/README.txt

Author: evenisse
Date: Thu Jul  7 10:49:00 2005
New Revision: 209625

URL: http://svn.apache.org/viewcvs?rev=209625&view=rev
Log:
Add some notes for windows.

Modified:
    maven/continuum/trunk/README.txt

Modified: maven/continuum/trunk/README.txt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/README.txt?rev=209625&r1=209624&r2=209625&view=diff
==============================================================================
--- maven/continuum/trunk/README.txt (original)
+++ maven/continuum/trunk/README.txt Thu Jul  7 10:49:00 2005
@@ -1,7 +1,7 @@
-Building
---------
+Building on Unix
+----------------
 
-Run:
+Run :
 
  $ sh build.sh
 
@@ -9,9 +9,30 @@
 
 To start continuum:
 
- $ cd continuum-web/generated-runtime
+ $ cd continuum-plexus-application/target/plexus-test-runtime
  $ ./bin/plexus.sh
 
-To access continuum's web site, go to:
+Building on Windows
+-------------------
 
-  http://localhost:8080/continuumweb/servlet/continuum
+NOTE: You need to have the source tree at the root of your disk because continuum build use very long path
+and Windows doesn't support path length greater than 250 characters.
+
+Run :
+
+ $ build.bat
+
+The output of the build will be in build.log.
+
+To start continuum:
+
+ $ cd continuum-plexus-application\target\plexus-test-runtime
+ $ .\bin\plexus.bat
+
+
+Access continuum's web site
+---------------------------
+
+Go to:
+
+  http://localhost:8080/continuum/servlet/continuum