I just use ant install to rebuild (it runs tests). I also you ant site to build the site, including running Clover. I use ant fast-site if I've just updated manual documentation. Ocassionaly, I have to use ant clean after refactoring (because old .class files, generated by the Ant build, may screw things up for JUnit).
On Thu, 9 Sep 2004 18:19:28 +0200, Knut Wannheden <[EMAIL PROTECTED]> wrote: > Howard, > > I've committed the changes now. I think the test code could be > refactored quite a bit, now that we don't have to integration test > RegistryBuilder and DescriptorParser anymore, as you mentioned. I > already started to do this in TestDependency where I construct > ModuleDescriptors in Java and inject them into the constructed > Registry using a custom ModuleProvider. Is that worthwile? > > Further I will write a test class for XmlModuleProvider. > > Btw, how, when and what Ant targets do you as you develop and before > you commit code? > > --knut > > > > On Thu, 9 Sep 2004 11:12:06 -0400, Howard Lewis Ship <[EMAIL PROTECTED]> > wrote: > > If you have tests, commit today. HiveMind 1.1 is in alpha, so it's no > > big deal if we change our mind a few times along the way, and keep the > > tests updated. We just want to get it sorted out before we transition > > to beta. > > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
