| Author |
New Article: Advanced Ant Techniques, Part I
|
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
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.
|
 |
 |
|
|
subject: New Article: Advanced Ant Techniques, Part I
|
|
|