What does simply typing gcc at the command prompt do? Will the application execute? Do you perhaps need the full path for gcc provided in your apply task?

----Original Message Follows----
From: "Yves Willems" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List" <user@ant.apache.org>
To: <user@ant.apache.org>
Subject: build successfull but apply did nothing
Date: Tue, 18 Oct 2005 17:31:43 +0200
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by mc5-f34.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 18 Oct 2005 08:31:47 -0700
Received: (qmail 72794 invoked by uid 500); 18 Oct 2005 15:31:35 -0000
Received: (qmail 72753 invoked by uid 99); 18 Oct 2005 15:31:34 -0000
Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 08:31:34 -0700
Received: pass (asf.osuosl.org: local policy)
Received: from [213.193.139.10] (HELO mail.maia-scientific.com) (213.193.139.10) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 08:30:42 -0700 Received: from localhost (localhost.localdomain [127.0.0.1])by mail.maia-scientific.com (Postfix) with ESMTP id C72D8228944for <user@ant.apache.org>; Tue, 18 Oct 2005 17:30:18 +0200 (CEST) Received: from mail.maia-scientific.com ([127.0.0.1]) by localhost (hermes [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07656-01 for <user@ant.apache.org>; Tue, 18 Oct 2005 17:30:17 +0200 (CEST) Received: from maiaywillems (unknown [192.168.0.162])by mail.maia-scientific.com (Postfix) with ESMTP id 2AE00228910for <user@ant.apache.org>; Tue, 18 Oct 2005 17:30:17 +0200 (CEST)
X-Message-Info: 6sSXyD95QpW8o1KGOstsh75JuHmyuJuuArR/lE0Uw2s=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@ant.apache.org>
List-Id: "Ant Users List" <user.ant.apache.org>
Delivered-To: mailing list user@ant.apache.org
X-ASF-Spam-Status: No, hits=0.0 required=10.0tests=HTML_MESSAGE
X-Spam-Check-By: apache.org
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcXT+QsgQRe7Vyg9T+al6NhjYHogiA==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Virus-Scanned: amavisd-new at hermes.maia-scientific.com
X-Virus-Checked: Checked by ClamAV on apache.org
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Oct 2005 15:31:50.0885 (UTC) FILETIME=[0F6A0150:01C5D3F9]

Hi all,





I'm trying to get a gcc apply task running but found out that it simply
doesn't execute the executable I specify.

I can put in rubbish and still it tells me that it ran successfully. This is
the command syntax:



    <apply executable="gcc" failonerror="true" verbose="true"

           dest="." dir=".">

      <arg line="-c" />

      <arg line="${INCLUDEDIR}" />

      <arg line="-o" />

      <targetfile/>

      <srcfile/>

      <filelist

           id="srcfiles"

           dir="."

           files="foo.c"/>

      <mapper type="glob" from="*.c" to="*.o"/>

    </apply>



If anyone has an idea, you are more than welcome.



Yves



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to