From user-return-36210-apmail-ant-user-archive=ant.apache.org@ant.apache.org Wed Aug 20 14:26:07 2003 Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 38668 invoked by uid 500); 20 Aug 2003 14:26:00 -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 38351 invoked from network); 20 Aug 2003 14:25:45 -0000 Received: from unknown (HELO mail.netrom.ro) (213.157.168.226) by daedalus.apache.org with SMTP; 20 Aug 2003 14:25:45 -0000 Received: from andrei (andrei.netrom.ro [194.102.98.235]) by mail.netrom.ro (8.11.0/8.9.3) with SMTP id h7KEPSC31669 for ; Wed, 20 Aug 2003 17:25:28 +0300 Message-ID: <00dc01c36726$d80377f0$eb6266c2@andrei> From: "Andrei" To: "Ant Users List" Subject: Nested Elements Date: Wed, 20 Aug 2003 17:25:02 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00D9_01C3673F.FD0464B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00D9_01C3673F.FD0464B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have a task called uni-d and here i use it: This task add's the values for attributes: appdir; definition; outputdir; spackage; template in the config section of a ini file. The problem is that i have to create = another section in the ini file named extra and add the values for the = parameters datasource and jndi in the extra section of ini file. For this purpose i must use the sintax in as you can se above: How can i do that? = Andrei ------=_NextPart_000_00D9_01C3673F.FD0464B0--