Torsten Michelmann

Greenhorn
+ Follow
since Apr 04, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Torsten Michelmann

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.
17 years ago