Re: AttainGoal question

2003-12-10 Thread Peter Donald
attainGoal on a goal already completed it will be reprocessed BUT pregoals and postgoals will not be re-executed. Major PITA :) -- Cheers, Peter Donald "Never interrupt your enemy when he is making a mistake." - Napoleon Bonaparte (1769-1821) -

Re: JUnit Test Temp Directory

2003-11-03 Thread Peter Donald
final String pathname = base + File.separator + "target" + File.separator + "test-data"; final File dir = new File( pathname ); dir.mkdirs(); return dir; } -- Cheers, Peter Donald ---

Re: "src/java" or "src/main/java" ?

2003-10-30 Thread Peter Donald
> For a complete software examination, both white box and black box tests > are required. black box, functional, acceptance and integration tests are all important but they are not unit tests. -- Cheers, Peter Donald --- Murphy's law -

Re: "src/java" or "src/main/java" ?

2003-10-30 Thread Peter Donald
ler/ClassDescriptorCompilerTestCase.html#311 But I would recomend checking out qdox project if you want to see an extremely well put together test suite. > Note that it's also easier to reuse such data in other similar projects. That would be what some of us call a code smell ;) -- Cheers, P

Re: "src/java" or "src/main/java" ?

2003-10-30 Thread Peter Donald
configuration files - e.g. configuration of > logging mechanism (specially log4j needs it). I am sure you could always manually configure it by either passing in properties or xml representations of config or by directly manipulating the LogManager class or whatever

Re: "src/java" or "src/main/java" ?

2003-10-30 Thread Peter Donald
tests with other resources I now think it is a really bad idea. Can you give an example where there is a good reason to have resources associated with unit tests? (Integration tests are another thing entirely). -- Cheers, Peter Donald --- Murphy

Re: "src/java" or "src/main/java" ?

2003-10-29 Thread Peter Donald
with either src/main or src/java -- Cheers, Peter Donald ** |"the mother of idiots is always pregnant." | ** --

Re: Importing properties from specific file?

2003-03-24 Thread Peter Donald
ne. Anyone have ideas? > > -john > > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 3:04 AM > To: Turbine Maven Users List > Subject: Re: Importing properties from specific file? > > On Mon, 2003-03-03 at 04:06