Re: Ant help

2007-07-23 Thread Steve Loughran
Wayne Cannon wrote: I'll second that recommendation. It's an excellent tutorial and very well indexed so it also serves as an excellent reference. --Wayne Why thank you. It is always best to hear the opinions of unbiased readers. Incidentally, in the articles section i'm going to add some

Re: Ant help

2007-07-23 Thread Wayne Cannon
I'll second that recommendation. It's an excellent tutorial and very well indexed so it also serves as an excellent reference. --Wayne Steve Loughran wrote: Sayed, Irfan (Irfan) wrote: Hi All, I am very new to the Ant world. Really want to learn ant scripting (build.xml) from scratch. I al

RE: Ant help

2007-07-23 Thread Pushkar Prasad
www.kasamba.com/Pushkar -Original Message- From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 6:03 PM To: user@ant.apache.org Subject: Ant help Hi All, I am very new to the Ant world. Really want to learn ant scripting (build.xml) from scratch. I already v

Re: Ant help

2007-07-23 Thread Steve Loughran
Sayed, Irfan (Irfan) wrote: Hi All, I am very new to the Ant world. Really want to learn ant scripting (build.xml) from scratch. I already visited to ant.apache.org but never find any procedure to write small scripts or basics about writing script.It's a very high level description. Can some

Re: Ant help

2007-07-23 Thread Roman Ivashin
Hello! Try http://ant.apache.org/manual/index.html Click "Using Ant" in menu on the left pane, then "Writing a Simple Buildfile". >>> Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> Monday, July 23, 2007, 7:33:20 PM >>> wrote: SII> Hi All, SII> I am very new to the Ant world. Really want to learn a

RE: Ant help

2007-06-27 Thread Anderson, Rob (Global Trade)
Does the build succeed, or does it fail? -Rob A > -Original Message- > From: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 27, 2007 6:48 AM > To: user@ant.apache.org > Subject: Ant help > > Hi All, > > I am getting one error while running build.xml file. > F

Re: Ant help

2007-06-27 Thread Scot P. Floess
You may need to set your JAVA_HOME to a JDK install - not a JRE install... Sayed, Irfan (Irfan) wrote: Hi All, I am getting one error while running build.xml file. Following is the error. D:\Irfan>ant dist Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.6. 0_0

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

Re: ANT Help

2004-12-09 Thread Matt Benson
This type of query should go to the list whose archives you were querying... specifically [EMAIL PROTECTED] . Anyway, there are different ways you could load such list from a file into an Ant property. Then you might use ant-contrib's task to iterate over the list. HTH, Matt --- Rek Quiksilver