Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 58135 invoked from network); 30 Nov 2004 14:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Nov 2004 14:24:55 -0000 Received: (qmail 80897 invoked by uid 500); 30 Nov 2004 14:24:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 80857 invoked by uid 500); 30 Nov 2004 14:24:14 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 80841 invoked by uid 99); 30 Nov 2004 14:24:13 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_50_60,HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from dnsinet.rzf-nrw.de (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 30 Nov 2004 06:24:11 -0800 Received: from z011100.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id iAUEO17l014070 for ; Tue, 30 Nov 2004 15:24:01 +0100 Received: from z011104.bk.fin.local ([130.11.7.104]) by z011100.bk.fin.local with Microsoft SMTPSVC(6.0.3790.0); Tue, 30 Nov 2004 15:24:03 +0100 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Tue, 30 Nov 2004 15:24:03 +0100 Message-ID: <879A5AD5DD0ED511891F0003473A9B560E23F913@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: AW: build dependent projects Date: Tue, 30 Nov 2004 15:24:03 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4D6E8.3DC369B0" X-OriginalArrivalTime: 30 Nov 2004 14:24:03.0498 (UTC) FILETIME=[3E0C80A0:01C4D6E8] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4D6E8.3DC369B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Simply let Ant build the two jars. It should only work if the JARs = needs to=20 be updated. Jan > -----Urspr=FCngliche Nachricht----- > Von: Mikael Petterson (KI/EAB) [mailto:mikael.petterson@ericsson.com] > Gesendet am: Dienstag, 30. November 2004 15:20 > An: user@ant.apache.org > Betreff: build dependent projects >=20 > Hi! >=20 > In order to build a specific java project I use proj1.jar=20 > and proj2.jar in classpath. >=20 > But these projects could be uncompiled at the time we are=20 > building our project. >=20 > I am thinking of doing the following: >=20 > * check if the dependant jars exists. > * If jars does not exist, then we compile the source and=20 > create a jar of the class files. > * If jar exist then check if it is up-to-date ( is it=20 > possible to do that??). >=20 > Is there another way to do this? >=20 > Regards, >=20 > //Mikael >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >=20 ------_=_NextPart_001_01C4D6E8.3DC369B0--