You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by sc...@excalibur.apache.org on 2004/07/02 12:40:07 UTC

[Excalibur Wiki] Updated: FrequentlyAskedQuestions

   Date: 2004-07-02T03:40:07
   Editor: LeoSimons <le...@apache.org>
   Wiki: Excalibur Wiki
   Page: FrequentlyAskedQuestions
   URL: http://wiki.apache.org/excalibur/FrequentlyAskedQuestions

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -15,29 +15,7 @@
 }}}
 == How do I build Excalibur? ==
 
-In a unix environment with ant 1.6.1, svn 1.0 and maven 1.0-rc1, the following should work:
-{{{
-     mkdir -p ~/svn/excalibur
-     cd ~/svn/excalibur
-     svn checkout https://svn.apache.org/repos/asf/excalibur/trunk/
-     cd trunk/buildsystem/jbs/install
-     ant -q
-     scp -r minotaur.apache.org:~leosimons/.jbs/private-repository/* \
-       ~/.jbs/repository/
-     cd ../../..
-     ant -q
-}}}
-should build all of excalibur using ant. Whereas
-{{{
-     mkdir -p ~/svn/excalibur
-     cd ~/svn/excalibur
-     svn checkout https://svn.apache.org/repos/asf/excalibur/trunk/
-     cd trunk
-     scp -r minotaur.apache.org:~leosimons/.jbs/private-repository/* \
-       ~/.maven/repository/
-     maven multiproject:install
-}}}
-should build all of excalibur using maven.
+See the BuildProcess page.
 
 == How do I make changes to the website? ==
 

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org