Re: linking with CC task

2007-11-29 Thread fabien_pichard
. - -- fabien -- View this message in context: http://www.nabble.com/linking-with-CC-task-tf4878970.html#a14033245 Sent from the Ant - Users mailing list archive at Nabble.com. - To

Re: linking with CC task

2007-11-29 Thread Dominique Devienne
On Nov 26, 2007 6:30 PM, fabien_pichard <[EMAIL PROTECTED]> wrote: > I went to http://ant-contrib.sourceforge.net/cc.html to try to understand > how linking worked but I still cannot make it work at all... > > xmlns:cpptasks="antlib:org.sf.net.antcontrib.cpptasks" > xmlns:antcontrib="antlib:net.sf

linking with CC task

2007-11-26 Thread fabien_pichard
will compile and I will have an OBJ, but it won't link... and ANT does not fail anywhere... What am I doing wrong? Thanks -- fabien -- View this message in context: http://www.nabble.com/linking-with-CC-task-tf4878970.html#a13962292 Sent from the Ant - Users mailing list archive at Nabbl

AW: urgent : CC task compiles every time even .C is not changed

2005-08-02 Thread Jan.Materne
could you use a with nested selector? Jan >-Ursprüngliche Nachricht- >Von: Jeffrey E Care [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 3. August 2005 02:16 >An: Ant Users List >Betreff: Re: urgent : CC task compiles every time even .C is >not changed > >T

Re: urgent : CC task compiles every time even .C is not changed

2005-08-02 Thread Jeffrey E Care
This behavior has nothing to do with the Ant runtime and everything to do with the implementation of the cc task. I would suggest that you take this up with the antcontrib folks. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis

urgent : CC task compiles every time even .C is not changed

2005-08-02 Thread hiren patel
Hi, I am using CC task and it compiles prog.c to prog but it does it all the time regardless of prog.c has changed or not. ANT should not recompile when source .c has not changed. but it does.. do you know what is wrong? here is the code of build.xml: please provide suggestions ASAP

Re: CC task in ANT

2005-08-02 Thread Alexey Kakunin
hiren patel wrote: Hi, I want to compile .c file using ant. I have added cpptasks.jar and ant-contrib.jar from lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that compiles prog.c and header.h to an exe? T

CC task in ANT

2005-08-01 Thread hiren patel
Hi, I want to compile .c file using ant. I have added cpptasks.jar and ant-contrib.jar from lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that compiles prog.c and header.h to an exe? Thanks, hiren patel

how to use cc task in ANT?

2005-07-31 Thread hiren patel
HI, I want to compile .c file using ant. I have added cpptasks.jarand ant-contrib.jar from in lib directory. I dont know how to use cc task in build.xml. can anyody provide sample build.xml that compiles prog1.c and header1.h to an exe1 in the same directory? Thanks, hiren patel

Re: cc task(bis)

2005-06-09 Thread James Fuller
[EMAIL PROTECTED] wrote: >Thanks for the answer james. >And have you ever targeted mainframe environments for c builds for instance? > > yes, this can be quite an experience to get things right...if the mainframe is *just* a deployment target then life is made a mite easier, though everytime I h

RE: cc task(bis)

2005-06-09 Thread hind.lwahhabi
Thanks for the answer james. And have you ever targeted mainframe environments for c builds for instance? -Original Message- From: James Fuller [mailto:[EMAIL PROTECTED] Sent: Thu 6/9/2005 1:36 PM To: Ant Users List Subject: Re: cc task(bis) [EMAIL PROTECTED] wrote: >Hello gen

Re: cc task(bis)

2005-06-09 Thread James Fuller
[EMAIL PROTECTED] wrote: >Hello gentle people! >I just found out that there are c/c++ tasks in the ant-contrib project.(and by >the way is the sourceforge server down) >Is there another resource for such a task? > > ant-contrib c/c++ are the best I have used... gl, Jim Fuller ---

RE: cc task(bis)

2005-06-09 Thread hind.lwahhabi
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wed 6/8/2005 11:36 AM To: user@ant.apache.org Subject: cc task Hello gentle people! I just found out that there are c/c++ tasks in the ant-contrib project. Is there another resource for such a task? If someone already tried this non-java gymnastic

cc task

2005-06-08 Thread hind.lwahhabi
Hello gentle people! I just found out that there are c/c++ tasks in the ant-contrib project. Is there another resource for such a task? If someone already tried this non-java gymnastic please help. Many thanks. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wed

cc-task: how to fix /F /Y flags of msdev .net compiler options in ant

2005-02-02 Thread Nemana, Satya V
I am trying to port current windows builds into ANT, by copying the MSDEV .NET solution file (.sln) contents into ANT's build.xml file, using ant-utils and cc-task packages, as downloaded from sourceforge.net I could fix some trivial flags like /D but I could not fix flags like /F /Y Foll

Re: Ant-contrib workaround for CC task?

2003-06-02 Thread [EMAIL PROTECTED]
There is no trace indicating why it blocks. Even with the verbose option, Ant stops just after it prints the task name. Here are my system details : CC - Sun WorkShop C++ Compiler 5.0 located in /opt/SUNWspro/bin/CC Apache Ant version 1.5.1 compiled on October 2 2002 java -version java version "

Ant-contrib workaround for CC task?

2003-05-29 Thread [EMAIL PROTECTED]
I spent the last 2 days replacing my nasty Makefiles with lovely build.xml files to compile some native libraries, works wonders on Windows, Linux and Unix. However, some libs I need to link with are compiled using Sun's CC, so I had to change the default compiler to CC instead of gcc. There is a