Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 90733 invoked from network); 10 Aug 2007 02:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 02:49:53 -0000 Received: (qmail 87455 invoked by uid 500); 10 Aug 2007 02:49:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 87434 invoked by uid 500); 10 Aug 2007 02:49:50 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 87420 invoked by uid 99); 10 Aug 2007 02:49:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 19:49:50 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oscarpicasso@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 02:49:48 +0000 Received: by py-out-1112.google.com with SMTP id f31so1284796pyh for ; Thu, 09 Aug 2007 19:49:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=sMT6Gb1LIFBcPKf2T6BQv851eJ/OrZOFWzQcYeZNWViSc4DV8wuflO6mvb8XVHkwJB3ACK9wQnsWPI2tbBha9Aa1HeBt1oDt36qT7QYnQTS8xw+KH1N1wR4niBuH5cPBPfKuJSbxxA5D1x+rC1n5HdeeP5y3SjIWMn3xnbhV1LE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=W9KE9SCGFCQNt26g3o386zPvb3GfZuJI13RtYJZ7F34DA1tsnrho1icGiwzq0XSobjN4YHjW9sG42g0Y74VBfBhQLl+Hzkl4CAsZpwk8asiaAw92hXkGEoAselYGWMuFuxKkY05L3WSLc0GBjLaAamJofaSi8MGumogbnnNYkto= Received: by 10.65.233.16 with SMTP id k16mr4141452qbr.1186714167255; Thu, 09 Aug 2007 19:49:27 -0700 (PDT) Received: by 10.65.214.10 with HTTP; Thu, 9 Aug 2007 19:49:27 -0700 (PDT) Message-ID: Date: Thu, 9 Aug 2007 22:49:27 -0400 From: "Oscar Picasso" To: continuum-users@maven.apache.org Subject: Hiding arguments MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9903_26536947.1186714167219" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_9903_26536947.1186714167219 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I use continuum 1.0.3 to build some ant projects. The project scripts require a password as an argument but I don't this password to be seen by guest users. Is there a mean to hide parts or all of the arguments to the guest user? If currently it's not possible I could write some code to do that. But could someone give me some pointer where to start? Thanks. ------=_Part_9903_26536947.1186714167219--