Archive for the 'ant' Category

Dec 17 2006

Apache’s ANT inconsistencies

Published by pj under ant, java, opensource

build.xml:16: The type doesn’t support the “dst” attribute.

Fix: use ‘dest’ instead of ‘dst’. :-(

No responses yet