From user-return-71137-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Nov 11 12:34:17 2010 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 32497 invoked from network); 11 Nov 2010 12:34:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Nov 2010 12:34:17 -0000 Received: (qmail 71203 invoked by uid 500); 11 Nov 2010 12:34:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 70940 invoked by uid 500); 11 Nov 2010 12:34:47 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 70930 invoked by uid 99); 11 Nov 2010 12:34:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 12:34:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of whaefelinger@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 12:34:41 +0000 Received: by qwf6 with SMTP id 6so1964163qwf.4 for ; Thu, 11 Nov 2010 04:34:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=sI8/8EWNL/jXJDAQvLOMDzncdz/OH6zAdWyyNbVW/Ts=; b=XgRDBcDeOwj6muIvctpPB0d69LiLRITjn8EbHy3iH8+uS90Z0wHOyvOagmQ6oQmD8x E+rg2wRyylBzM/gUk+KdbwQCCDJBoknPaQ1hik/hDO/iqtf5spP6jVvab62kVvrlxf+6 FkdJDXU1CEibTNvOaDZ3dGUY38stZDcv+cSKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=nnUXaViDjOCfid6J2jNcqCy34cWMr1A4qd5JTfm8T6up86H/RUT7rhyJLxPxWck7Ny SVD/NI9vOdx+B2vBsMnYhXVXU2datAw8rDEpwKfc0DvEEV59kQ3wybcIv7Iz08pxBVNl NocpUz5A59jSZfF5m4tYsuuAj9VBSrqVVB/Bc= MIME-Version: 1.0 Received: by 10.224.180.80 with SMTP id bt16mr743069qab.366.1289478860413; Thu, 11 Nov 2010 04:34:20 -0800 (PST) Received: by 10.220.190.202 with HTTP; Thu, 11 Nov 2010 04:34:20 -0800 (PST) Date: Thu, 11 Nov 2010 13:34:20 +0100 Message-ID: Subject: Installing PropertyHelper From: wolfgang haefelinger To: user@ant.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, I'm trying to install my own property helper class package org.example; public class MyPropertyHelper extends org.apache.tools.ant.PropertyHelper {= } as shown in [1] along with a property def before and some calls after the "switch" Turns out that all properties are .. gone! I would have expected that "existing" property stacks are attached to the project and therefore "shared" by nature. So, what is the recommended way to have a property helper sharing propertie= s? [1] http://ant.apache.org/manual/Tasks/propertyhelper.html Regards. --=20 Wolfgang H=E4felinger h=E4felinger IT - Applied Software Architecture http://www.haefelinger.it +31 648 27 61 59 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org