Return-Path: Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 60088 invoked by uid 500); 31 Mar 2003 14:21:24 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 60030 invoked from network); 31 Mar 2003 14:21:24 -0000 Received: from unknown (HELO smtpauth3.wanadoo.es) (62.37.236.137) by daedalus.apache.org with SMTP; 31 Mar 2003 14:21:24 -0000 Received: from opentechnet.com (80-25-199-242.uc.nombres.ttd.es [80.25.199.242]) (authenticated (0 bits)) by smtpauth3.wanadoo.es (8.12.8/8.11.3) with ESMTP id h2VDUeTi007552 for ; Mon, 31 Mar 2003 15:30:40 +0200 (MEST) Message-ID: <3E884EE2.8030208@opentechnet.com> Date: Mon, 31 Mar 2003 16:21:22 +0200 From: Jose Gonzalez Gomez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030326 X-Accept-Language: es-es, es, ca, en-us, en MIME-Version: 1.0 To: Maven Users List Subject: Newbie questions - from ant to maven Content-Type: multipart/alternative; boundary="------------020601000808060007040203" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------020601000808060007040203 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm just beggining to use Maven, and I have a few questions: 1. Does maven "deprecate" ant, or does maven use ant? Must I have ant installed in order to use maven? 2. I have an already started project that I build using ant. What is the preferred way to "mavenize" this project? The project is a whole j2ee application, with two ejb jars and one war. Should I translate build.xml to maven.xml? Regards Jose --------------020601000808060007040203--