Re: Ant help for c compiler

2006-07-11 Thread Steve Loughran
Ivan "Rambius" Ivanov wrote: Steve, Is it possible to publish the chapters that are in the first edition but will be excluded from the second edition on the book's site? Regards Ivan Unless the publishers stop me, this is my exact plan. http://antbook.org/ incidentally.

Re: Ant help for c compiler

2006-07-11 Thread Steve Loughran
Peter Reilly wrote: On 6/29/06, Steve Loughran <[EMAIL PROTECTED]> wrote: I should point out that the first edition of Java Development with Ant has a chapter on building C/C++ under ant. It also covers how to set up a build environment and taskdef/typedef matters. The C++ coverage will *not

Re: Ant help for c compiler

2006-07-11 Thread Ivan \"Rambius\" Ivanov
Steve, Is it possible to publish the chapters that are in the first edition but will be excluded from the second edition on the book's site? Regards Ivan --- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 6/29/06, Steve Loughran <[EMAIL PROTECTED]> > wrote: > > > > > > > > I should point out that

Re: Ant help for c compiler

2006-07-11 Thread Dominique Devienne
That's OK, Steve can just "donate" it to the community and put it up somewhere online, or check it in to Ant's docs dir ;-) --DD On 7/11/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 6/29/06, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > I should point out that the first edition of Java Dev

Re: Ant help for c compiler

2006-07-11 Thread Peter Reilly
On 6/29/06, Steve Loughran <[EMAIL PROTECTED]> wrote: I should point out that the first edition of Java Development with Ant has a chapter on building C/C++ under ant. It also covers how to set up a build environment and taskdef/typedef matters. The C++ coverage will *not* be in the second edi

Re: Ant help for c compiler

2006-06-29 Thread Steve Loughran
Sayed, Irfan (Irfan) wrote: Hi All, I have been assign a task of migrating our build environment from make file base system to ant base system. Our code base has code of java, C and cpp. With Make file we are able to compile and generate the code. To migrate I have downloaded sample makefile

Re: Ant help for c compiler

2006-06-29 Thread Steve Loughran
-Original Message- From: Sayed, Irfan (Irfan) Sent: Thursday, June 29, 2006 12:10 PM To: [EMAIL PROTECTED] Cc: Ant Users List Subject: RE: Ant help for c compiler Hi, I have added CC task in build .xml but it's not working I request you to please look into the file attached and l

RE: Ant help for c compiler

2006-06-29 Thread Sayed, Irfan \(Irfan\)
rom: Sayed, Irfan (Irfan) Sent: Thursday, June 29, 2006 12:10 PM To: [EMAIL PROTECTED] Cc: Ant Users List Subject: RE: Ant help for c compiler Hi, I have added CC task in build .xml but it's not working I request you to please look into the file attached and let me know what I am doing wrong

RE: Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
user@ant.apache.org Subject: RE: Ant help for c compiler Download the " ant-contrib.jar" file from the URL provided by Jan, put this jar file to the lib folder of ANT and first try to run a simple cpp pr

Re: Ant help for c compiler

2006-06-28 Thread Martin Gainty
Wow what a task! Keep in mind your ANT environment's interactions are thru the JVM/JDK (which are configured by jvm.args and jvm.opts) This is platform-agnostic separate environment from interactions with native binaries which is the situation you have now I would look at manipulations of the

RE: Ant help for c compiler

2006-06-28 Thread pritesh.saharey
Download the " ant-contrib.jar" file from the URL provided by Jan, put this jar file to the lib folder of ANT and first try to run a simple cpp program like this: After this you can go for more compl

RE: Ant help for c compiler

2006-06-28 Thread Sayed, Irfan \(Irfan\)
Can you please give me actual syntax to use this CC task in build.xml so that I can compile cpp files Regards irfan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 4:34 PM To: user@ant.apache.org Subject: AW: Ant help for c compiler