Return-Path: X-Original-To: apmail-labs-commits-archive@minotaur.apache.org Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A40E5E27A for ; Mon, 17 Dec 2012 16:18:48 +0000 (UTC) Received: (qmail 42481 invoked by uid 500); 17 Dec 2012 16:18:48 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 42409 invoked by uid 500); 17 Dec 2012 16:18:48 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 42402 invoked by uid 99); 17 Dec 2012 16:18:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 16:18:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 16:18:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 91BF723888E4; Mon, 17 Dec 2012 16:18:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1423004 - /labs/mavibot/README.txt Date: Mon, 17 Dec 2012 16:18:25 -0000 To: commits@labs.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121217161825.91BF723888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon Dec 17 16:18:24 2012 New Revision: 1423004 URL: http://svn.apache.org/viewvc?rev=1423004&view=rev Log: Added informations about how to build the project Modified: labs/mavibot/README.txt Modified: labs/mavibot/README.txt URL: http://svn.apache.org/viewvc/labs/mavibot/README.txt?rev=1423004&r1=1423003&r2=1423004&view=diff ============================================================================== --- labs/mavibot/README.txt (original) +++ labs/mavibot/README.txt Mon Dec 17 16:18:24 2012 @@ -37,6 +37,22 @@ Then we will provide an implementtaion b The seelcted langage is Java, in version 6 or higher. + How do I build it ? + ------------------- + +This is quite easy : you just need Maven 3 installed locally, and the source code in a directory. + +You can download the source code by checking it out with this command : + +$ svn co http://svn.apache.org/repos/asf/labs/mavibot/trunk/ + +and to buid the code, type the following command : + +$ cd trunk +$ mvn clean install + +That's it ! + how do I try it? ---------------- --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org