Re: Fix missing POM files

2008-01-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, | Heh, so you are willing to trade "build reproducibility" (for all | projects linked to central repo) for "care about the community"? o.O | | Hrm, please put that on a vote before you do it! | | IF you are talking about putting up "dummy"

Re: Assembly Plugin Status

2008-01-30 Thread Sejal Patel
Sure thing I understand. I'll try to have the tests for you tomorrow. I ran into them when making an extension to that plugin and so I'll have to come up with a nice clean way to exploit this error and then show that the patch fixes it. To do that I'll probably have to spend a little time studying

Re: [Discussion] Continuum 2.0 Roadmap

2008-01-30 Thread Wendy Smoak
On Jan 30, 2008 12:34 PM, Jesse McConnell <[EMAIL PROTECTED]> wrote: > How important is the database really to things in continuum? > > To me it has always seemed somewhat of an annoyance to have to manage and > maintain when so much of things could just be some xml files on disk. Like the General

Re: Assembly Plugin Status

2008-01-30 Thread John Casey
the point of the tests is not to prove to me that there is a problem, it's to help us safeguard against reintroducing that problem later. If I have a ready-made test that I can incorporate, it'll save me a lot of time and make it more likely that I'll be able to get your fix in. -john On Jan 30,

Re: Assembly Plugin Status

2008-01-30 Thread Sejal Patel
I've updated 277 with a patch. Not sure that you really need proof to see that a chunk of code that says "project.getBaseDir()" followed by a "if (project == null)" is a bad thing that should be reversed. issue 278 I can provide the patch but i think there is confusion since there was a proposed s

Re: [Discussion] Continuum 2.0 Roadmap

2008-01-30 Thread Gordon Yorke
JPA fully supports 'lazy' loading of relationships. --Gordon jmcconnell wrote: > > How important is the database really to things in continuum? > > but if we are going to stick with the database then I think the api needs > to > definitely take into account a more distributed nature where mult

Re: Version ranges and snapshots

2008-01-30 Thread Michael McCallum
On Thu, 31 Jan 2008 01:56:09 Mark Hobson wrote: > On 30/01/2008, Mark Hobson <[EMAIL PROTECTED]> wrote: > > I don't think that linking this level of artifact resolution > > uncertainty to its source repository is a good idea. How version > > ranges are resolved should be completely deterministic a

test failure MavenProjectInfoReportsPluginDependencyGraphTest

2008-01-30 Thread nicolas de loof
I get a test failure on MavenProjectInfoReportsPluginDependencyGraphTest This test use maven-project-info-reports-plugin:2.1-SNAPSHOT to test dependency graph : unit.framework.AssertionFailedError: (Extra Actual) org.codehaus.plexus:plexus-utils:1.0.4::jar (Extra Actual) org.codehaus.plexus:pl

Re: Please comment: 2.1 Lifecycle Features on MAVEN Confluence space

2008-01-30 Thread Jesse McConnell
well, when your working with something that will try and predetermine how and when plugins will run and you have something like build context/state in play then plugins will be able to turn themselves off depending on build state based on the context of the build up to that point...which kinda inte

Re: Assembly Plugin Status

2008-01-30 Thread John Casey
Patches would be a big help, particularly if they include tests that exhibit the failure behavior, as this can take some time to replicate (even if they are small fixes, you're familiar with the problem, while I'm not). Thanks, -john On Jan 30, 2008, at 12:04 PM, Sejal Patel wrote: My su

Re: Please comment: 2.1 Lifecycle Features on MAVEN Confluence space

2008-01-30 Thread John Casey
How do you see that impacting the lifecycle stuff, out of curiosity? I did put the build context into trunk, but wound up taking it back out because it wasn't implemented very well, and was leading to a proliferation of separate, threadlocal-driven storage classes. I've been thinking for aw

Re: [Discussion] Continuum 2.0 Roadmap

2008-01-30 Thread Jesse McConnell
How important is the database really to things in continuum? To me it has always seemed somewhat of an annoyance to have to manage and maintain when so much of things could just be some xml files on disk. There isn't a great amount of search functionality in continuum that in my mind begs a solut

Re: Document Template

2008-01-30 Thread Jesse McConnell
it is certainly a good place to start :) without looking through those continuum issues, I would say that your best bet is to dig into the code a bit, come up with a gameplan on what you think ought to be modified where, maybe a patch or three to th dev list and give us an idea what your thinking.

Re: Please comment: 2.1 Lifecycle Features on MAVEN Confluence space

2008-01-30 Thread Jesse McConnell
Do you think this will also include the build context mechanics we talked about a long time ago? Where mojo's can communicate to each other a map of either status or configuration settings through some third party mechanism, perhaps the build plan this talks about. I seem to remember you putting s

Re: Assembly Plugin Status

2008-01-30 Thread John Casey
Hi Paul, I'll take a look at the remaining tasks for beta-2, plus those you've mentioned below, today. I'm making a note of this now so I can come back to it this evening or so. -john On Jan 30, 2008, at 9:32 AM, Paul Gier wrote: Hey Everyone, I noticed that the assembly plugin has not b

Re: Assembly Plugin Status

2008-01-30 Thread Sejal Patel
My suggestion is before releasing 2.2-beta-2, that the following issues be addressed (simple 1 liner fixes) http://jira.codehaus.org/browse/MASSEMBLY-277 (null pointer exception) http://jira.codehaus.org/browse/MASSEMBLY-278 (config to not fail out on missing descriptor) If you like, I can even g

Jira really slow when using "all" tab

2008-01-30 Thread Paul Gier
Anyone else notice how slow jira is if you click on the "all" tab or the "fisheye" tab of an issue? Is there anything that can be done to improve the performance of this? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

jpox repository ?

2008-01-30 Thread nicolas de loof
Is there a good reason to declare jpox-repository in archiva main pom ? The jpox pom.xml is a maven1 pom, and the requested artifact is available in central. Nico.

Assembly Plugin Status

2008-01-30 Thread Paul Gier
Hey Everyone, I noticed that the assembly plugin has not been released in a while (since last april) and it seems like there are a lot of useful fixes in the current trunk. I also noticed some issues that can probably be resolved easily: http://jira.codehaus.org/browse/MASSEMBLY-188 (this is a

Document Template

2008-01-30 Thread Richard Slide
Hello Everyone, I'd like to contribute to continuum community and I'll like to start work on: CONTINUUM-1344 CONTINUUM-1593 CONTINUUM-1549 In continuum road map 2.0 i read that it's necessary to have template, If yes could please tell me where I can find it. Is this the 'right' way to start to

Re: Version ranges and snapshots

2008-01-30 Thread Stephen Connolly
IMHO I think a vote with the two positions clearly identified (perhaps with pros and cons for both if the pair of ye can agree on the pros and cons). (unless somebody else has a third position) -Stephen. On Jan 30, 2008 12:56 PM, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 30/01/2008, Mark Hobs

Re: Version ranges and snapshots

2008-01-30 Thread Mark Hobson
On 30/01/2008, Mark Hobson <[EMAIL PROTECTED]> wrote: > I don't think that linking this level of artifact resolution > uncertainty to its source repository is a good idea. How version > ranges are resolved should be completely deterministic and independent > from where the artifact was actually do

Re: svn commit: r609944 - in /maven/components/branches/maven-2.0.x/maven-core/src: main/java/org/apache/maven/cli/MavenCli.java test/java/org/apache/maven/cli/MavenCliTest.java

2008-01-30 Thread Vincent Siveton
We are aware on this. FYI the issue MNG-2848 is still open. Cheers, Vincent 2008/1/30, Tom Huybrechts <[EMAIL PROTECTED]>: > While using a 2.0.9 snapshot, I noticed that my plugins no longer see -D... > cli arguments as system properties. > Probably because System.setProperty(...) was removed in

Re: [Vote] Promote LinkCheck tool and plugin out of the sandbox

2008-01-30 Thread Vincent Siveton
Hi Lukas, 2008/1/30, Lukas Theussl <[EMAIL PROTECTED]>: > +1 > > Tested on maven and doxia sites, works great. Thanks for pushing this! > > However, I'd like to propose a more appropriate name for the target > directory, since link checking is not directly a doxia-related task. I > first thought t

Re: Version ranges and snapshots

2008-01-30 Thread Mark Hobson
On 29/01/2008, Michael McCallum <[EMAIL PROTECTED]> wrote: > How about for MNG-3092 we make it configurable per repository whether the > metadata resolution includes snapshots in ranges... you could even default to > false to keep Dave and yourself happy and I can turn it on where i need it. > > I'

Re: svn commit: r609944 - in /maven/components/branches/maven-2.0.x/maven-core/src: main/java/org/apache/maven/cli/MavenCli.java test/java/org/apache/maven/cli/MavenCliTest.java

2008-01-30 Thread Tom Huybrechts
While using a 2.0.9 snapshot, I noticed that my plugins no longer see -D... cli arguments as system properties. Probably because System.setProperty(...) was removed in this revision. Why was this necessary ? Tom On Jan 8, 2008 1:03 PM, <[EMAIL PROTECTED]> wrote: > Author: vsiveton > Date: Tue J

Re: [VOTE] Release Archiva 1.0.1 (Take 2)

2008-01-30 Thread Maria Odea Ching
Here's my +1 :) Had it running the whole day today and it's working quite nicely.. Thanks, Deng On Jan 29, 2008 7:11 PM, Maria Odea Ching <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > The Archiva 1.0.1 release candidate has been prepared. JPOX was upgraded > from 1.1.7 to 1.1.9 to fix an issue t