Re: [Maven2] Assigning an existing Maven1 local repo to Maven2 local repo

2006-10-30 Thread Jeffrey D. Brekke
. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.bloglines.com/blog/jbrekke [EMAIL PROTECTED

Re: Using Cactus with Maven 2

2006-10-29 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: surefire 2.2 + JUnit4?

2006-05-18 Thread Jeffrey D. Brekke
); } } -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] http

Re: [ANN] Maven 2.0 Release Now Available

2005-10-19 Thread Jeffrey D. Brekke
worked on this release to make it possible but this release would not have been possible without the incredible amount of work put in by Brett, John, Emmanuel and Trygve. Again, woo hoo! -- = Jeffrey D. Brekke

Re: 1.0.2 startup slow

2004-12-07 Thread Jeffrey D. Brekke
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: 1.0.2 startup slow

2004-12-07 Thread Jeffrey D. Brekke
, Chad Brandon [EMAIL PROTECTED] said: Strange, what OS are you running on? I'm on an XP 3.2 ghz with 2 gigs of memory. Chad -Original Message- From: Jeffrey D. Brekke [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 11:15 AM To: Maven Users List Subject: Re: 1.0.2 startup

Re: Use of maven.test.skip

2004-08-10 Thread Jeffrey D. Brekke
of going about it. Can anyone suggest a better approach? I think you may be onto something here. If they are so long, maybe they aren't unit tests and should be moved. -- = Jeffrey D. Brekke [EMAIL

Re: Use of maven.test.skip

2004-08-10 Thread Jeffrey D. Brekke
. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Multiproject:site OutOfMemory

2004-06-17 Thread Jeffrey D. Brekke
and others. Rafal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

Re: Maven and Integration Test

2004-05-20 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: build.properties project.xml inheritence

2004-04-27 Thread Jeffrey D. Brekke
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: Query on current approach to integration tests

2004-04-26 Thread Jeffrey D. Brekke
on this e-mail or its contents - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

Re: Using Maven for development and production builds.

2004-02-22 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: handling cyclic dependencies

2004-02-04 Thread Jeffrey D. Brekke
tests, and restrict unit tests to single components by using mocks or whatnot. Yes, this is what I attempt to do also. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: User input for Continuum

2004-01-16 Thread Jeffrey D. Brekke
sense. -- Buddha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

Re: Is it possible to keep unit tests in the same directories as production classes?

2003-12-09 Thread Jeffrey D. Brekke
, and in emacs I just change src/java to src/test/java ( and vice-versa ) in the path when opening another file. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

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

2003-10-30 Thread Jeffrey D. Brekke
? ( Maybe this is another thread starting up ). How do you handle integration testing, and their potential test resources, using Maven? -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

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

2003-10-30 Thread Jeffrey D. Brekke
] said: Jeffrey D. Brekke wrote: Yes, I agree 100% with this school of thought. I want the tests to be fast and no external dependencies, even files. I treat the need to fall back on external resources in programmer tests as a potential code/design smell. Same with extensive/complex fixture