-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > We have two cases: > > a) task takes a single file (or directory) as an argument, > and the user wants to specify it directly. > b) the task takes a list of files which is build from a directory > and > constrained by include/exclude pattern. > > Thus we have two major options: > 1. "Strict-typing" > a) <task file="file.dat" .... /> > b) <task dir="dir" .... includes="*.dat" /> > > 2. "Dynamic-typing" > a) <task src="file.dat" .... /> > b) <task src="dir" .... includes="*.dat" /> > >
+1 for dynamic typing. ADK -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.2 for non-commercial use <http://www.pgp.com> iQA/AwUBOS0WdtDEY7hlrDuMEQLfzACfasOeDr0TajHBQhLB3i8kK4ZzzQoAoLfS zqRbDMIUKASdQicxk48BbKdy =1VnT -----END PGP SIGNATURE-----
