Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 93768 invoked from network); 17 May 2002 19:29:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 May 2002 19:29:19 -0000 Received: (qmail 25206 invoked by uid 97); 17 May 2002 19:29:21 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 25190 invoked by uid 97); 17 May 2002 19:29:21 -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 25174 invoked by uid 98); 17 May 2002 19:29:21 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Authentication-Warning: costinm.sfo.covalent.net: costin owned process doing -bs Date: Fri, 17 May 2002 12:27:08 -0700 (PDT) From: costinm@covalent.net X-X-Sender: costin@costinm.sfo.covalent.net To: Ant Developers List Subject: Task.setRuntimeConfigurableWrapper() In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N setRuntimeConfigurableWrapper() is currently protected, and used from RuntimeConfigurable which is in the same packet. Using a class that extends RuntimeConfigurable allows a ProjectHelper to use SAX2 or extend the property replacement alghoritm or do any other fancy thing with the parsing. Unfortunately that won't work unless the method is made public, or the extended RuntimeConfigurable is put in the same package ( which will brake Sealing and is ugly ). Is it ok to change it to public ? Do you have any better sugestion that would avoid that call ? ( I'll check in a modified ProjectHeloper2 using RuntimeConfigurable2 to better show how I would like to use it ) Costin -- To unsubscribe, e-mail: For additional commands, e-mail: