Re: [Reporting] UI via JasperReports

2007-07-23 Thread Teody Cue Jr.
Hi Jo, I played around with JasperReports today. I found out that we can put hyperlinks in the reports using: hyperlinkReferenceExpression![CDATA[$F{VAR_NAME}]]/hyperlinkReferenceExpression Where VAR_NAME is some property from the action. Integrated jasperreports-maven-plugin to archiva

Question about pom versions

2007-07-23 Thread Maria Odea Ching
Hi Everyone, I have a question about the validation of the poms.. For example, I have an artifact artifactA-1.0-SNAPSHOT.pom but the in-pom version specified is 2.3-20061118.060205-2. Is this considered to be an invalid/corrupt pom? Thanks, Deng

Re: Question about pom versions

2007-07-23 Thread Brett Porter
is this the actual file on the filesystem that is -SNAPSHOT, or just the linked alias in the web interface? If the file is -SNAPSHOT and the version is a snapshot, I'd consider it inconsistent - yes. On 24/07/2007, at 12:42 PM, Maria Odea Ching wrote: Hi Everyone, I have a question

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

2007-07-23 Thread Emmanuel Venisse
How can I change them? They aren't files stored in Continuum svn. Emmanuel Wendy Smoak a écrit : On 7/19/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Hi, I'd like to do a release of the 1.1-beta-1 Can you please check the NOTICE files in both the Plexus app and the standalone webapp?

RE: JUnit tests in intellij

2007-07-23 Thread LAMY Olivier
I don't know how does it work on IntelliJ but on eclipse I had in my junit configuration this directory continuum-model/target/classes in the junit classpath. This directory includes META-INF/package.jdo. HTH, -- Olivier -Message d'origine- De : Erik Drolshammer [mailto:[EMAIL

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 Dennis Lundberg
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? [EMAIL PROTECTED] wrote: Author: vsiveton Date: Mon Jul 23 05:18:28 2007 New Revision: 558696 URL: http://svn.apache.org/viewvc?view=revrev=558696 Log:

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

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: 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

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

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

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: [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'

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

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, 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

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

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

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]