Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56410 invoked from network); 25 Jul 2005 22:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2005 22:53:50 -0000 Received: (qmail 19929 invoked by uid 500); 25 Jul 2005 22:53:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 19748 invoked by uid 500); 25 Jul 2005 22:53:42 -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 19735 invoked by uid 99); 25 Jul 2005 22:53:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2005 15:53:42 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.162.240.130] (HELO vulcan.rsasecurity.com) (216.162.240.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jul 2005 15:53:36 -0700 Received: from ebola.securitydynamics.com by vulcan.rsasecurity.com via smtpd (for asf.osuosl.org [140.211.166.49]) with ESMTP; Mon, 25 Jul 2005 18:53:40 -0400 Received: from sdtihq24.securid.com (localhost [127.0.0.1]) by ebola.securitydynamics.com (8.12.10/NULL) with ESMTP id j6PMpEJX021712 for ; Mon, 25 Jul 2005 18:51:14 -0400 (EDT) Received: from rsana-ex-hq1.NA.RSA.NET (e2k.rsa.net [10.100.8.50]) by sdtihq24.securid.com (8.12.10/8.12.9) with ESMTP id j6PMrYV5025765 for ; Mon, 25 Jul 2005 18:53:37 -0400 (EDT) Received: from rsana-ex-sm1.NA.RSA.NET ([10.80.211.17]) by rsana-ex-hq1.NA.RSA.NET with Microsoft SMTPSVC(6.0.3790.211); Mon, 25 Jul 2005 18:53:34 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: creating -projecthelp default help target Date: Mon, 25 Jul 2005 15:53:16 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: creating -projecthelp default help target Thread-Index: AcWRXlN2iYqOzyzSRNmWav5jICAPkAADEgzg From: "Dewey, John" To: "Ant Users List" X-OriginalArrivalTime: 25 Jul 2005 22:53:34.0084 (UTC) FILETIME=[AF707C40:01C5916B] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I'm trying to get ant help to printout a small message and then the ant -projecthelp listing, but I keep getting the following error: C:\Documents and Settings\jdewey\Desktop\zz\build.xml:11: Execute failed: java.io.IOException: CreateProcess: ant -projecthelp error=3D2 Any ideas? The build file I am using follows: ***************** usage ***************** Blah blah blah -projecthelp prints the custom menu for this build file The version of ant I am using is: Apache Ant version 1.6.5 compiled on June 2 2005 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org