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