RE: conditional testing based on compiling

2003-10-03 Thread Anderson, Kajsa
depends on jar) [deploy] Good luck :) -Original Message- From: Dan Perik [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 3:39 PM To: Ant Users List Subject: RE: conditional testing based on compiling I think the "uptodate" target is what I need. I think I'll

RE: conditional testing based on compiling

2003-10-03 Thread Dan Perik
I think the "uptodate" target is what I need. I think I'll have that set a property whether anything needs compiled or not. I can use that same property to determine whether the tests need rerun, and whether the jar file needs rebuilt. Thanks! FYI my build.xml file is something like this:

RE: conditional testing based on compiling

2003-10-03 Thread Anderson, Kajsa
What are the other dependencies of "deploy"? From your description, it sounds like your build file looks something like this: ... ... ... If that's the case, and "junit" runs when you execute "deploy", it sounds like something else that "deploy" depends on has a dependency on "junit". You might