--- Justin Lawler <[EMAIL PROTECTED]> wrote: > when im compiling my project i want to have a number of differnet levels > of code, each level only depending on all packages compiled before it. i > dont want code in one package referencing code in a second package and > code in the second package referencing code in the first. with makefiles > you could enforce it by compiling all packages in a predefined order so > any circular references would through a build error.
See the nested <include>/<exclude> elements. > also i would like to add ant command line options, such as logging and > debug options to the build file rather than have to type them all in > each time im executing ant. i couldnt find anything in the manual. You can put these into $ANT_ARGS -- but it's only available in the scripts in CVS until 1.5 comes out (but picking up the scripts would be trivial, so you might want to go for it). Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
