Re: Maven 2.0.8 - any updates?

2007-10-17 Thread James William Dumay
I discovered a binary compatibility issue with the Reporting API. http://jira.codehaus.org/browse/MNG-3245 Patch included. James On Tue, 2007-10-16 at 10:01 +0200, Jörg Schaible wrote: > Folks, > > are there any updates for Maven 2.0.8? What's left to finalize the release? > We're still stuc

RE: Maven 2.0.8 - any updates?

2007-10-17 Thread James William Dumay
http://jira.codehaus.org/browse/MNG-3244 Updated the issue with the fix and the test cases. Thanks James On Wed, 2007-10-17 at 21:12 -0400, Brian E. Fox wrote: > With an IT and some unit tests, I think the chances are good. > > -Original Message- > From: James William Dumay [mailto:[EM

RE: Maven 2.0.8 - any updates?

2007-10-17 Thread Brian E. Fox
With an IT and some unit tests, I think the chances are good. -Original Message- From: James William Dumay [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 8:23 PM To: Maven Developers List Subject: Re: Maven 2.0.8 - any updates? Hello, http://jira.codehaus.org/browse/MSITE-14

Re: Maven 2.0.8 - any updates?

2007-10-17 Thread James William Dumay
Hello, http://jira.codehaus.org/browse/MSITE-144 is a bit of a blocker for me. At the moment this bug seems to be filed under the wrong project. If I could produce a patch with some testcases, could this please be part of the 2.0.8 release? Thanks, James On Tue, 2007-10-16 at 10:01 +0200, Jörg

Re: [VOTE] Release maven-changes-plugin 2.0-beta-3 (take 2)

2007-10-17 Thread Stephane Nicoll
Thanks Dennis! +1 Stéphane On 10/17/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to release maven-changes-plugin 2.0-beta-3. On the last try, > some issues with missing dependencies were found. These have now been > solved. > > Over 20 issues have been resolved for this rele

[VOTE] Release maven-changes-plugin 2.0-beta-3 (take 2)

2007-10-17 Thread Dennis Lundberg
Hi, I'd like to release maven-changes-plugin 2.0-beta-3. On the last try, some issues with missing dependencies were found. These have now been solved. Over 20 issues have been resolved for this release. The last release was made about a year ago. Release Notes: http://jira.codehaus.org/s

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
According to http://maven.apache.org/guides/mini/guide-maven-classloading.html, using an extension should work... I'll investigtate more tomorow. 2007/10/17, nicolas de loof <[EMAIL PROTECTED]>: > > My first plugin defines some custom components, shored with other plugins. > It is used from other

Re: Patching maven-jar-plugin

2007-10-17 Thread Mark_E
Robert, I just did this today to take advantage of the excludes fix that is in the patched version. What I did was the following: 1) In your .m2 folder, locate the settings.xml. You need to add the repository link into it to tell Maven where to get the plugin from. Per the instructions I fou

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
My first plugin defines some custom components, shored with other plugins. It is used from other projects as a maven extension. My second plugin uses this component My main project uses the 2d plugin and has the 1rst one set as extension. The second plugin cannot initialize (classloader issue). S

Re: Improvement

2007-10-17 Thread Emmanuel Venisse
Olivier already fixed it with the end time but I think it would be good to add the build def description too so users will know which build def was the latest to run Emmanuel Christophe Lechenne a écrit : Hi all, For CONTINUUM-703, I can put startTime or EndTime, I think endTime is better. w

Plugin Resolution Bug?

2007-10-17 Thread Jan Nielsen
I have configured our local repository as a single repository, mirroring all repository requests, and I have configured the plugin groups to use "triemax": triemax internal-repository Maven Repository Manager http://it.access.dev/repository * Howe

Re: Improvement

2007-10-17 Thread Christophe Lechenne
Hi all, For CONTINUUM-703, I can put startTime or EndTime, I think endTime is better. wdyt ? 2007/10/15, olivier lamy <[EMAIL PROTECTED]>: > > Hi, > I think there are some related/similar issues to this (CONTINUUM-703, > CONTINUUM-1332). > And fixing this is not really complicated. > > Others :

Re: plexus classloader issue ?

2007-10-17 Thread Andrew Williams
Why are you trying to load the dependencies of another plugin instead of specifying them yourself? Andy On 17 Oct 2007, at 16:31, nicolas de loof wrote: Not sure to understand what you would like me to see in the dependency plugin. I get my unarchiver using plexus dependency mecanism :

Re: plexus classloader issue ?

2007-10-17 Thread nicolas de loof
Not sure to understand what you would like me to see in the dependency plugin. I get my unarchiver using plexus dependency mecanism : /** * @parameter expression="${ component.org.codehaus.plexus.archiver.UnArchiver#jsar}" * @required */ private UnArchiver archiver; With m

RE: plexus classloader issue ?

2007-10-17 Thread Brian E. Fox
Take a look at the dependency plugin for use of the unarchiver. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:33 AM To: Maven Developers List Subject: plexus classloader issue ? Hello, I've created a plugin that requires a plexus

Re: Archiva Consumers question

2007-10-17 Thread Wendy Smoak
On 10/17/07, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: > Everything in the UI uses the database. > A full scan from disk to database take *FAR* too long. > > This was setup as a tiered effort. > First step. get the real, valid, useful content off of disk and into the > database into a usable form.

Re: Archiva Consumers question

2007-10-17 Thread Joakim Erdfelt
Brett Porter wrote: Well, since you asked :) On 17/10/2007, at 2:10 PM, Joakim Erdfelt wrote: ArchivaArtifactConsumer is an abstract-dealing-with-artifacts consumer. RepositoryContentConsumer is for files. A file that isn't an artifact can be *.xml, *.sha1, *.md5, maven-metadata.xml, bad con

plexus classloader issue ?

2007-10-17 Thread nicolas de loof
Hello, I've created a plugin that requires a plexus UnArchiver as @component. The expected Unarchiver is declared by another plugin, configured as an extensions. All works fine when unit-testing the plugin using maven-test-harness, but when I try to use it from another project (it test) I get thi

Re: Archiva Consumers question

2007-10-17 Thread Joakim Erdfelt
Everything in the UI uses the database. A full scan from disk to database take *FAR* too long. This was setup as a tiered effort. First step. get the real, valid, useful content off of disk and into the database into a usable form. Second step. expand the data in the database fully. The first

Re: Version ranges and snapshots

2007-10-17 Thread dhoffer
...be sure to cast your ballot for MNG-3092:) ossi petz-2 wrote: > > hallo > > i would like to add one vote to exclude snapshots from version ranges > that do not declare them. > > we encounter two problematic situations: > > when using the release plugin we need to clean the local reposit

Re: Version ranges and snapshots

2007-10-17 Thread ossi petz
hallo i would like to add one vote to exclude snapshots from version ranges that do not declare them. we encounter two problematic situations: when using the release plugin we need to clean the local repository from snapshots to make sure no snapshots end up in the build or any assembly. t