Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 44536 invoked from network); 15 Apr 2003 08:29:49 -0000 Received: from smtp1.zpar1.sopragroup.com (HELO sopragroup.com) (213.223.36.98) by daedalus.apache.org with SMTP; 15 Apr 2003 08:29:49 -0000 Received: (qmail 1107 invoked from network); 15 Apr 2003 08:21:47 -0000 Received: from Antivirus (HELO Antivirus) (Antivirus@Antivirus) by smtp1.sopragroup.com with SMTP; 15 Apr 2003 08:21:47 -0000 Reply-To: From: "Samuel Blanchet" To: "'Ant Users List'" Subject: Pb with exec and unix Date: Tue, 15 Apr 2003 10:21:41 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0192_01C30338.D14B49D0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0192_01C30338.D14B49D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I would like to run this script with ant : . But the result code is : Batch: Get task exec +Task: exec [exec] Current OS is HP-UX [exec] Output redirected to /plinteg/users/blanchet/exploitation/log/TESTTELNET_20030414164149.log [exec] Setting environment variable: APPPATH=../exploitation [exec] Setting environment variable: OID_BATCH=BB462612C0C107D0E03400306E3935AE [exec] Executing 'sh' with arguments: [exec] '/plinteg/users/blanchet/batch/test' [exec] [exec] The ' characters around the executable and arguments are [exec] not part of the command. Execute:Java13CommandLauncher: Executing 'sh' with arguments: '/plinteg/users/blanchet/batch/test' The ' characters around the executable and arguments are not part of the command. BUILD SUCCESSFUL Total time: 0 seconds Could you help me. Thanks Sam ------=_NextPart_000_0192_01C30338.D14B49D0--