Re: nontrivial dependencies

2005-05-18 Thread Jon Jagger
Michael Cepek wrote: [snip] Our team needs to be able to use the following Ant targets from within ANY of the top-level java package directories (xxx = one of these package names: admin, db, controller, and util): [snip] We also need these targets: build-all, test-all, javadoc-all, and clean-all.

Re: if junit batchtest is skipped also skip junitreport?

2005-03-01 Thread Jon Jagger
Thanks to those whose suggested approaches. I have thought about it and decided that the most elegant solution is to unask the question. Viz I have decided not to run junitreport after each junit. Instead I'll have a separate task that reports on all existing TEST-*.xml files. I was using the i

if junit batchtest is skipped also skip junitreport?

2005-02-28 Thread Jon Jagger
I have a package based ant setup which uses the following... ... ... ... ... ... ... Many thanks Jon - To unsubs

dependent target names - one per line?

2004-11-08 Thread Jon Jagger
Suppose I have a target naming two or more dependent targets. ... is there any way to name the dependent target names other than in a comma separate list? I'd prefer it if I could somehow name them one per line. Thanks Jon J

slight duplication because target name is not available

2004-11-08 Thread Jon Jagger
ent: >ant a.b.c I could use something along the lines of: >ant -Dpackage=a.b.c run-test However I can't see how to do this and retain the explicit package-level dependencies. Any ideas? Thanks Jon Jagger - To unsubs