> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 13:57 > To: [EMAIL PROTECTED] > Subject: More on UnitTesting > > Hi, > just one more question on unit testing: > How can I force the MerlinTestCase to have it's repository somewhere else > than USER_HOME/.maven/repository with 3.3.0?
Short answer: no. Merlin-unit 3.3.0 is somewhat hard-wired in its assumptions concerning maven. Basically the maven repository is being set *after* properties are resolved. In merlin-unit 3.4.0 (svn trunk) the cache directory is supplied as the system property 'project.repository.cache.path' by the ant task that is running the unit test. This property can be overridden just like any normal ant property. Any problem with rolling up to 3.4.0 SNAPSHOT? Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]