Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 94055 invoked from network); 29 Dec 2002 06:06:34 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 29 Dec 2002 06:06:34 -0000 Received: (qmail 12573 invoked by uid 97); 29 Dec 2002 06:07:56 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 12557 invoked by uid 97); 29 Dec 2002 06:07:55 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 12546 invoked by uid 97); 29 Dec 2002 06:07:55 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 29 Dec 2002 06:06:27 -0000 Message-ID: <20021229060627.71237.qmail@icarus.apache.org> From: costin@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/proposal/embed build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N costin 2002/12/28 22:06:27 Modified: proposal/embed build.xml Log: Changed the build system. embed-optional will build optiona-dynprop.jar containing the dynamic properties and XMLDOM. Main will just display a message - the hooks are not needed with ant1.6, only for ant1.5. ( the component helper is not yet in 1.6, but it's easier ) Revision Changes Path 1.8 +7 -0 jakarta-ant/proposal/embed/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/embed/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 21 Nov 2002 22:29:48 -0000 1.7 +++ build.xml 29 Dec 2002 06:06:27 -0000 1.8 @@ -27,6 +27,11 @@ + Embed is no longer supported with ant1.6. It is only used with ant1.5 ! The dynamic properties work with both, use embed-optional target + + + @@ -49,6 +54,7 @@ debug="${debug}" destdir="${embed.build}/classes" > + @@ -66,6 +72,7 @@ + -- To unsubscribe, e-mail: For additional commands, e-mail: