Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 3440 invoked from network); 25 May 2004 08:01:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 May 2004 08:01:48 -0000 Received: (qmail 27762 invoked by uid 500); 25 May 2004 08:02:11 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 27545 invoked by uid 500); 25 May 2004 08:02:10 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 27479 invoked by uid 98); 25 May 2004 08:02:09 -0000 Received: from Jan.Materne@rzf.fin-nrw.de by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(193.109.238.66):. Processed in 1.026776 secs); 25 May 2004 08:02:09 -0000 X-Qmail-Scanner-Mail-From: Jan.Materne@rzf.fin-nrw.de via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(193.109.238.66):. Processed in 1.026776 secs) Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by hermes.apache.org with SMTP; 25 May 2004 08:02:08 -0000 Received: from z011104.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 i4P81BZY027552 for ; Tue, 25 May 2004 10:01:11 +0200 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Tue, 25 May 2004 09:59:49 +0200 Message-ID: <879A5AD5DD0ED511891F0003473A9B560E23F17B@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: dev@ant.apache.org Subject: RE: cvs commit: ant/src/main/org/apache/tools/ant DynamicConfigur atorNS.java Date: Tue, 25 May 2004 10:01:10 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4422E.70EF0D20" X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4422E.70EF0D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Don=B4t forget to remove Stefans workaround :-) Modified: src/main/org/apache/tools/ant IntrospectionHelper.java src/main/org/apache/tools/ant/util XMLFragment.java Log: temporary fix until Peter adds DynamicConfiguratorNS =20 Jan > -----Original Message----- > From: peterreilly@apache.org [mailto:peterreilly@apache.org] > Sent: Tuesday, May 25, 2004 9:48 AM > To: ant-cvs@apache.org > Subject: cvs commit: ant/src/main/org/apache/tools/ant > DynamicConfiguratorNS.java >=20 >=20 > peterreilly 2004/05/25 00:48:17 >=20 > Added: src/main/org/apache/tools/ant=20 > DynamicConfiguratorNS.java > Log: > Opps, forgot to add DynamicConfiguratorNS > =20 > Revision Changes Path > 1.1 =20 > ant/src/main/org/apache/tools/ant/DynamicConfiguratorNS.java > =20 > Index: DynamicConfiguratorNS.java > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > /* > * Copyright 2004 The Apache Software Foundation > * > * Licensed under the Apache License, Version 2.0 (the "License"); > * you may not use this file except in compliance with the = License. > * You may obtain a copy of the License at > * > * http://www.apache.org/licenses/LICENSE-2.0 > * > * Unless required by applicable law or agreed to in=20 > writing, software > * distributed under the License is distributed on an "AS=20 > IS" BASIS, > * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either=20 > express or implied. > * See the License for the specific language governing=20 > permissions and > * limitations under the License. > * > */ > package org.apache.tools.ant; > =20 > /** > * Enables a task to control unknown attributes and elements. > * > * @since Ant 1.7 > */ > public interface DynamicConfiguratorNS { > =20 > /** > * Set a named attribute to the given value > * > * @param uri The namespace uri for this attribute, "" is > * used if there is no namespace uri. > * @param localName The localname of this attribute. > * @param qName The qualified name for this attribute > * @param value The value of this attribute. > * @throws BuildException when any error occurs > */ > void setDynamicAttribute( > String uri, String localName, String qName, String value) > throws BuildException; > =20 > /** > * Create an element with the given name > * > * @param uri The namespace uri for this attribute. > * @param localName The localname of this attribute. > * @param qName The qualified name for this element. > * @throws BuildException when any error occurs > * @return the element created for this element. > */ > Object createDynamicElement( > String uri, String localName, String qName) throws=20 > BuildException; > } > =20 > =20 > =20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org >=20 ------_=_NextPart_001_01C4422E.70EF0D20--