File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Ant, Maven and Other Build Tools and the fly likes New Article: Advanced Ant Techniques, Part I Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "New Article: Advanced Ant Techniques, Part I" Watch "New Article: Advanced Ant Techniques, Part I" New topic
Author

New Article: Advanced Ant Techniques, Part I

Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24054
    
  13

A rootin', tootin' new article entitled "Advanced Ant Technniques, Part I", written by Ajith Kallambella, appears in the latest issue of the JavaRanch Journal. You kin check out that there article here. Y'all have anything to say about it? Say it right in this thread!


[Jess in Action][AskingGoodQuestions]
Torsten Michelmann
Greenhorn

Joined: Apr 04, 2006
Posts: 1
I liked the article, just one remark:
To get the macrodef task running you have to use @ instead of $ for the substitution of the attributes.
Means you have to use
<jar destfile="lib/@{build.dir}.jar" basedir="@{build.dir}/classfiles"/>
instead of
<jar destfile="lib/${build.dir}.jar" basedir="${build.dir}/classfiles"/>.

I am eagerly waiting for the next article.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: New Article: Advanced Ant Techniques, Part I
 
Similar Threads
New Article: Evil Ant Build Properties
New Article: Evil Patterns
New Article: Generifying your Design Patterns -- Part I: The Visitor
New Article: Web Services Security
New Article: Advanced Ant Techniques, Part 2