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
---Original Message- > From: Dan Perik [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 2:35 PM > To: [EMAIL PROTECTED] > Subject: conditional testing based on compiling > > Hello, > > I have a build file which uses JUnit to run tests on my code after it

RE: conditional testing based on compiling

2003-10-03 Thread Anderson, Kajsa
ds on has a dependency on "junit". You might also look at using a property set by the to conditionally run "junit". -Original Message- From: Dan Perik [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 2:35 PM To: [EMAIL PROTECTED] Subject: conditional testing ba

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