Return-Path: Delivered-To: apmail-excalibur-dev-archive@www.apache.org Received: (qmail 57253 invoked from network); 14 Jun 2004 08:32:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jun 2004 08:32:52 -0000 Received: (qmail 88228 invoked by uid 500); 14 Jun 2004 08:32:52 -0000 Delivered-To: apmail-excalibur-dev-archive@excalibur.apache.org Received: (qmail 88090 invoked by uid 500); 14 Jun 2004 08:32:51 -0000 Mailing-List: contact dev-help@excalibur.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Excalibur Developers List" Reply-To: "Excalibur Developers List" Delivered-To: mailing list dev@excalibur.apache.org Received: (qmail 87947 invoked by uid 99); 14 Jun 2004 08:32:50 -0000 Received: from [130.89.1.88] (HELO netlx014.civ.utwente.nl) (130.89.1.88) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 14 Jun 2004 01:32:50 -0700 Received: from [130.89.169.128] (giraffe.student.utwente.nl [130.89.169.128]) by netlx014.civ.utwente.nl (8.11.7/HKD) with ESMTP id i5E8EiN04689 for ; Mon, 14 Jun 2004 10:14:44 +0200 Message-ID: <40CD5E74.8050300@jicarilla.org> Date: Mon, 14 Jun 2004 10:14:44 +0200 From: Leo Simons User-Agent: Mozilla Thunderbird 0.6 (X11/20040519) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@excalibur.apache.org Subject: More on SVN/CVS/gump/building excalibur Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: lsimons@jicarilla.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi gang! yes, we are using SVN! No, we are not using CVS! ASF infra has been trying to get more and more projects to use it; all of avalon completely moved to SVN a few weeks back. For us to start using svn was a simple matter of an svn copy executed after some permissions were set. Like I said earlier, some basic instructions are at http://excalibur.apache.org/svn.html Once you've done a checkout as described there, you build it like so: cd $directory_where_you_checked_out_trunk less README.txt # build instructions maven multiproject:install the following should work too (but doesn't atm): cd $directory_where_you_checked_out_trunk less README.txt # build instructions cd buildsystem/jbs less README.txt # more build instructions ant -buildfile install.xml cd ../.. ant this is not working because the installation of the jbs build system won't work because I screwed up a repository on sourceforge. I'll fix this today or tomorrow. Of particular note is a whole slew of failing test cases. These have been failing for months. Gump is not yet building excalibur from svn. Instead, it is building a stale copy from cvs. I plan to get that fixed today or tomorrow as well. cheers, - Leo --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@excalibur.apache.org For additional commands, e-mail: dev-help@excalibur.apache.org Apache Excalibur Project -- URL: http://excalibur.apache.org/