Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 21897 invoked by uid 500); 17 Sep 2001 22:28:25 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 21876 invoked from network); 17 Sep 2001 22:28:24 -0000 Message-ID: <653B19A8EE66D4118FF800B0D0490D335C50BA@FRICK> From: "Pugh, Eric" To: "'ant-user@jakarta.apache.org'" Subject: Passing in parameters Date: Mon, 17 Sep 2001 18:17:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is it possible to pass in parameters to ant? Or is that completely against the philosphy? I want to be able to pass in an enviroment parameter that does require the use of -Denviroment=stage. Instead I want to be able to do: ant myproject stage or ant myproject live and so forth.... I didn't seem to find anything directly related in the mail archives.... ERic Pguh