Re: More DefaultArtifactCollector queries

2007-07-23 Thread Brett Porter
IIRC, it switched to the other dependency because the alternate scope is going to modify the subtree under that dependency. Does that make sense? On 14/07/2007, at 2:18 AM, Mark Hobson wrote: On 04/07/07, Mark Hobson <[EMAIL PROTECTED]> wrote: On 21/06/07, Mark Hobson <[EMAIL PROTECTED]> w

Re: Surefire classpath ordering

2007-07-23 Thread Brett Porter
I'll take a look - thanks! - Brett On 24/07/2007, at 8:44 AM, Paul Gier wrote: Hi Everyone, I wanted to bring up a couple of Jira issues related to the surefire classpath, and see if someone can get the patches included in upcoming releases. The first has to do with the testClassPath that

Surefire classpath ordering

2007-07-23 Thread Paul Gier
Hi Everyone, I wanted to bring up a couple of Jira issues related to the surefire classpath, and see if someone can get the patches included in upcoming releases. The first has to do with the testClassPath that is created in MavenProject.java. http://jira.codehaus.org/browse/MNG-3118 It seem

Re: [vote] release continuum 1.1-beta-1

2007-07-23 Thread Wendy Smoak
On 7/23/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: How can I change them? They aren't files stored in Continuum svn. They're created by the remote resources plugin. I think it's working okay in Archiva, you might compare the pom configuration there. The 0.9 branch is closer to Continuum

JUnit tests in intellij

2007-07-23 Thread Erik Drolshammer
Hi! I'm having problems running junit tests in IntelliJ. Almost all tests fail in IntelliJ, while only three fail when run in console with mvn -Denv=test test. Is there anything special I need to setup to get this to work? (Junit tests run cleanly in another project...) I'd really appreciate

Re: [vote] release continuum 1.1-beta-1

2007-07-23 Thread Wendy Smoak
On 7/23/07, McNaught, Duncan <[EMAIL PROTECTED]> wrote: I'm getting log errors with the 1.1-beta-1: 4965 [WrapperSimpleAppMain] WARN JPOX.RDBMS - Error initialising derby schema : Schema 'SA' does not exist ERROR 42Y07: Schema 'SA' does not exist 5091 [WrapperSimpleAppMain] WARN JPOX.RDBMS

RE: [vote] release continuum 1.1-beta-1

2007-07-23 Thread McNaught, Duncan
I'm getting log errors with the 1.1-beta-1: 4965 [WrapperSimpleAppMain] WARN JPOX.RDBMS - Error initialising derby schema : Schema 'SA' does not exist ERROR 42Y07: Schema 'SA' does not exist 5091 [WrapperSimpleAppMain] WARN JPOX.RDBMS - Error initialising derby schema : 'DROP FUNCTION' cannot

Julia Antonova/Tumlare is out of the office.

2007-07-23 Thread Julia Antonova
I will be out of the office starting 18-07-2007 and will not return until 01-08-2007. I will respond to your message when I return. Pls. forward all messages to [EMAIL PROTECTED]

Re: Attached artifacts collection

2007-07-23 Thread Paul Gier
Sorry for the slow reply on this: Here is the issue: http://jira.codehaus.org/browse/MNG-3119 Brett Porter wrote: Paul, Yep, throwing an exception sounds reasonable. Can you file an issue for this? Thanks, Brett On 04/07/2007, at 12:14 AM, Paul Gier wrote: Hi Everyone, I noticed that two

Re: [vote] release continuum 1.1-beta-1

2007-07-23 Thread Maria Odea Ching
+1, tested the standalone version :) -Deng Emmanuel Venisse wrote: Hi, I'd like to do a release of the 1.1-beta-1 This version is very stable and usable in production. Highlights are: - Continuum Profiles definition linked to build definitions. - multi-builddefinitions on a project Releas

Re: svn commit: r558696 - in /maven/doxia/site: ./ src/site/ src/site/apt/ src/site/apt/developers/ src/site/apt/macros/ src/site/apt/modules/ src/site/apt/references/ src/site/fml/ src/site/resources

2007-07-23 Thread Jason van Zyl
On 23 Jul 07, at 5:50 AM 23 Jul 07, Dennis Lundberg wrote: This is excellent stuff Vincent! I'm only missing one thing, that have been puzzling me since I got involved with Doxia: What is a Sink? Parser -> emission of Doxia events -> Sink A Sink consumes Doxia events in a resultant o

Julia Antonova/Tumlare is out of the office.

2007-07-23 Thread Julia Antonova
I will be out of the office starting 18-07-2007 and will not return until 01-08-2007. I will respond to your message when I return. Pls. forward all messages to [EMAIL PROTECTED]

Execute Plugin on Build Failure or Success

2007-07-23 Thread Ruben Gutierrez
Hi, I'm developing a plugin for Maven and I'll need it to execute only if the build has failed (or maybe if it succeeded). So I'd like to know if there's a way to do this conditional execution. Thanks, -- Ruben Gutierrez - To