|
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
CJP (Certifiable Java Programmer), AMSE (Anti-Microsoft Software Engineer)
Author of Posts in the Saloon
Originally posted by Daniel Ng:
Hi,
Can you tell us a little about what Ant is and what it is used for? I am new to Java and have not heard of it before.
Thanx!
Matthew Phillips
Originally posted by Raj Birru:
Why Should someone use ant if they can instead use make?
Matthew Phillips
Co-author of Lucene in Action
Regards,
Pho
Originally posted by Raj Birru:
Erik/Steve ,
What differentiates your book from others that are in the market, say Ant: The Definitive Guide.
Originally posted by Pho Tek:
Hi,
I have two questions:
a) Does ant integrate with cvs e.g. automated checkouts ?
b) When an IDE proclaims that it supports ant
integration, what does that mean exactly ?
I am used to running ant from the command line.
Thanks
Pho
Originally posted by Raj Birru:
Why Should someone use ant if they can instead use make?
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Originally posted by Marilyn de Queiroz:
Please start a new thread if you have a question to ask.
Originally posted by Rishi Singh:
It would be nice if you guys explain us as to where exactly should we use Ant.
What purpose does it solves in development and
production stage
Originally posted by Rishi Singh:
Welcome Eric ans Steve,
It would be nice if you guys explain us as to where exactly should we use Ant.
What purpose does it solves in development and
production stage
Rishi
Co-author of Lucene in Action
Originally posted by Rishi Singh:
Welcome Eric ans Steve,
It would be nice if you guys explain us as to where exactly should we use Ant.
What purpose does it solves in development and
production stage
Rishi
Originally posted by Steve Loughran:
I should warn you: Ant does make automated deployment possible, but it can be hard work getting it right. Even with our book, it is hard, because production systems are often managed by operations people who dont trust engineers.
best wishes <br />Dmitry Kachaev<p>MCP, MCP+I, MCSE, MCSD<br />Sun Certified Programmer for Java 2 Platform<br />IBM Certified Developer - XML and Related Technologies<br />Brainbench Master XML, Master XSLT (World Top)
Co-author of Lucene in Action
Originally posted by Steve Loughran:
good q. When ours hits the bookshops you can flick through them side by side and see for yourself, but a glance
-we both have introductions to ant for new users, about 8 chapters each.
-we then add 10 chapters on how to use ant in big projects, web services, EJB, web apps, native apps, continuous integration and so on.
-we are up to date with ant1.5. ant:tdg only covers ant 1.4, which came out last september. There has been a lot of changes since then.
-As erik and I are committers on the project, we know a lot of the details and why things are as they are.
-we end up with 550 pages of content, plus a task quick reference, ant:tdg is more about 120 pages of content, plus 130 of detailed task reference.
Like I said, if you can compare them in the book shop; that is still my favourite way of buying books, and I am confident you will go for ours.
The other 'competitor' is the ant documentation itself. We actually view that as invaluable and a good adjunct to our book; it is still the most accurate listing of all ant tasks, with examples, and a great example of how open source projects can benefit from submitted documentation.
If you have the ant docs to hand, locate Ant in Anger in the documentation directory and you'll get an idea of what the second section of the book will be like -Some of the stuff I write about in ant in anger gets expanded in much detail in the book.
Also, go to manning.com/antbook
and you can see some of the example chapters... there are also still some earlier drafts of other chapters up on CoderCoop, which is a work-in-progress site run by the publisher (registration required).
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
Originally posted by Doug Wang:
Seems that your book is intended to put ant into practice. That's great! Another similar book in the market is "Java Tools for XP".
Hope your book top amazon.com list just like JTFXP!
Co-author of Lucene in Action
Sun Certified Java Programmer for the Java2(tm) Platform<br />IBM Certified Solution Developer, WebSphere 3.5
Originally posted by chris coleman:
Here is a question for Erik and Steve.
Let's say you wanted to use ant to help with ejb development.
Would it be possible to write up an ant script to instantiate a bean, test its methods, then once the bean passes the tests, the script could hot deploy the bean into the container. What way would you do this to make it the most feasible, in your opinion?
Co-author of Lucene in Action
Regards,
Pho
Originally posted by Erik Hatcher:
And in case its relevant: I contributed to Java Tools for Extreme Programming. Rick and Nick are good buddies of mine, and I used to work with them when they were writing that book.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
Co-author of Lucene in Action
Originally posted by Pho Tek:
Erik,
Cactus offers two options in testing - MockObjects or in-container testing. I run my
MockObjects junit testing from ant without any
problems e.g. simulating a servlet environment
for example.
Co-author of Lucene in Action
Originally posted by Doug Wang:
Its more and more interesting to me. Seems that these two books have many in common. I wonder whats the difference between them?
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|