srcdir attribute and element in the javac task

2005-05-31 Thread glenn . h . brown
My impression from reading the docs was that the srcdir attribute and the element were interchangable when using the javac task. However when I execute the code given below I get the message that srcdir attribute must be set. NOTE: The reason that I need to have the fileset set up the way I do i

Antcall Vs. macrodef

2005-05-25 Thread glenn . h . brown
Hi folks, I am writing a common build script for 2 departments that build similar products but have some slightly different requirements in terms of build structure. My plan was to have modular independent functions so that the common functionality could be used by both teams and the different f