RE: conditional testing based on compiling

2003-10-03 Thread Dan Perik
e case, and "junit" runs when you execute "deploy", it sounds > like something else that "deploy" depends on has a dependency on "junit". > > You might also look at using a property set by the to > conditionally run "junit". > > --

conditional testing based on compiling

2003-10-03 Thread Dan Perik
Hello, I have a build file which uses JUnit to run tests on my code after it compiles (it depends on "compile"). The build file also has a deploy target, etc., which also depends on "compile". These unit test are time consuming. There are times when it doesn't need to "compile" to "deploy". B