Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52141 invoked from network); 10 Sep 2007 16:40:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 16:40:48 -0000 Received: (qmail 81583 invoked by uid 500); 10 Sep 2007 16:40:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 81554 invoked by uid 500); 10 Sep 2007 16:40:36 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 81539 invoked by uid 99); 10 Sep 2007 16:40:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 09:40:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [200.68.121.201] (HELO azazel.oficina) (200.68.121.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 16:42:07 +0000 Received: from localhost (localhost [127.0.0.1]) by azazel.oficina (8.14.1/8.13.8) with ESMTP id l8AGeFfK028134 for ; Mon, 10 Sep 2007 13:40:15 -0300 (ART) (envelope-from rafael@akyasociados.com.ar) X-Virus-Scanned: amavisd-new at akyasociados.com.ar Received: from azazel.oficina ([127.0.0.1]) by localhost (azazel.akyasociados.com.ar [127.0.0.1]) (amavisd-new, port 10024) with LMTP id L89toE6Z27jR for ; Mon, 10 Sep 2007 13:40:12 -0300 (ART) Received: from [192.168.1.229] (nikita.oficina [192.168.1.229]) (authenticated bits=0) by azazel.oficina (8.14.1/8.13.8) with ESMTP id l8AGeCJN028131 for ; Mon, 10 Sep 2007 13:40:12 -0300 (ART) (envelope-from rafael@akyasociados.com.ar) Message-ID: <46E5736A.4010307@akyasociados.com.ar> Date: Mon, 10 Sep 2007 13:40:10 -0300 From: Rafael Barrera Oro User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: user@ant.apache.org Subject: How to deploy a project's depenencies Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello i am working with two differente projects with separate build files. My intention is to build project A and make a JAR out of it (they are Java projects), then include it in project B and finally, deploy project B in a tomcat server. The thing is i can not manage to deploy project B with all its dependencies, it seems like whenever i deploy something ends missing on the deployment. Judging by the errors i get, the problem is the absence of several dependencies, not just project A but a lot of JAR referenced by project B. Thanks in advance, any help would be very appreciated. Rafael PD: I hope i made myself clear, if not, feel free to point out. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org