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
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
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
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
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
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
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
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.
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
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
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
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
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
-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
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
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
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
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
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
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
20 matches
Mail list logo