Re: [continuum] BUILD ERROR: Maven Plugins

2006-08-15 Thread Dennis Lundberg
It seems that Continuum does not have a snapshot repo defined, where it can find the new snapshot of the parent pom. -- Dennis Lundberg Continuum Build Server wrote: Online report : http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/32/buildId

[Fwd: Re: [qdox-dev] Questions about the future development of QDox]

2006-08-15 Thread Dennis Lundberg
Below is a message I sent to the QDox dev-list along with the answer I got from Joe. Then, early this morning in my timezone, he released QDox 1.6. So, we now have the possibility to upgrade from QDox 1.5 to 1.6, which has lots of improvements to the handling of Java 1.5 code. There is also a

Re: Archiva mailing lists created

2006-08-15 Thread Brett Porter
For the record, those subscription addresses are: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks, Brett On 16/08/2006 12:21 PM, Brett Porter wrote: Hi, The following lists have been created. Please subscribe if you are interested: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROT

Request for review of wiki notes on patching maven plugins

2006-08-15 Thread Barrie Treloar
http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins I've written up my notes on what I have done to patch maven plugins that describes how to build the trunk of a plugin, apply patches, and deploy the plugin to an internal company repository. I could not find anything like this in

Archiva mailing lists created

2006-08-15 Thread Brett Porter
Hi, The following lists have been created. Please subscribe if you are interested: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] I've subscribed all the current committers to repository-manager already: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROT

Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

2006-08-15 Thread Brett Porter
Since it's an action URL, I strong suggest using ww:url instead. - Brett On 16/08/2006 12:04 PM, Carlos Sanchez wrote: i've seen this problem with tomcat. Works fine with jetty. Please add a jira to put back the right url composition, your changes won't work in some cases (we just moved all ur

Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

2006-08-15 Thread Carlos Sanchez
i've seen this problem with tomcat. Works fine with jetty. Please add a jira to put back the right url composition, your changes won't work in some cases (we just moved all url composition to use c:url) On 8/15/06, Brett Porter <[EMAIL PROTECTED]> wrote: There are two versions of c: - core, and

Re: svn commit: r431764 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/summary.jsp

2006-08-15 Thread Brett Porter
There are two versions of c: - core, and core_rt. If you are including a TLD in the webapp, make sure you have the right one. I usually just omit the tlds in the webapp and use: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> (note this is JSTL 1.1, the URL is different for JST

[result] Re: [VOTE] Rename repository manager

2006-08-15 Thread Brett Porter
Ok, this has gone on long enough. After the various negative revelations about Curators in other countries I also change my vote to Archiva, so we have: * Curator Vincent Siveton (P) Brian Fox (C) Allan Ramirez (C) Maria Odea Ching (C) Milos Kleint (C) Dennis Lundberg (C) Wendell Beckwith Steph

The Maven PMC welcomes Vincent Siveton

2006-08-15 Thread Brett Porter
Hi all, The Maven PMC has voted to add a second Vincent to it's rank. Please join me in welcoming him! Cheers, Brett -- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://library.mergere.com/ - To unsu

Re: anyone interested in working on the csharp support?

2006-08-15 Thread Brett Porter
the standard thing for something in the sandbox: - find people to help (currently, only one author) - finish it - document it - promote it to plugins - release it James Carpenter has submitted a number of patches and is interested, so I'm looking for a developer interested/knowledgable in the a

Re: anyone interested in working on the csharp support?

2006-08-15 Thread Alan D. Cabrera
Brett Porter wrote: I think the subject says it all :) What all needs to be done? I'm not volunteering. I'm just curious. Regards, Alan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: svn commit: r431626 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

2006-08-15 Thread Brett Porter
This seems like a bad thing. Can we work around it? - Brett On 16/08/2006 1:52 AM, [EMAIL PROTECTED] wrote: Author: fgiust Date: Tue Aug 15 08:52:38 2006 New Revision: 431626 URL: http://svn.apache.org/viewvc?rev=431626&view=rev Log: dependencies report doesn't work properly on maven 2.0.4 du

anyone interested in working on the csharp support?

2006-08-15 Thread Brett Porter
I think the subject says it all :) -- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://library.mergere.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn diff and new files

2006-08-15 Thread Joakim Erdfelt
Using "svn add foo" "svn diff" - Works with new text files. If you add binary files (images, archives, datafiles) you'll need to use something else (tar.gz, zip) to get those files into the patch. - Joakim Vincent Siveton wrote: Hi Bernd, You need to add new files in your working dir before

Re: svn diff and new files

2006-08-15 Thread Franz Allan Valencia See
Good day to you, Bernd, I don't know if what I'm doing is the preferred way, but you can add new files using svn add. And if you're using Windows, you may want to try TortoiseSVN to ease some SVN tasks (I'm not sure if there is a version for other platforms). I usually just use svn for diff, upd

Re: svn diff and new files

2006-08-15 Thread Vincent Siveton
Hi Bernd, You need to add new files in your working dir before the patch [1], something like the following: svn add path/to/foo.txt svn diff > my.diff Cheers, Vincent [1] http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.add.html 2006/8/15, berndq <[EMAIL PROTECTED]>: Hi, as svn diff doe

svn diff and new files

2006-08-15 Thread berndq
Hi, as svn diff does not include new files (AFAIK), what is the preferred way to upload a patch that contains new files? Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How make my projects pom.xml SVN independent?

2006-08-15 Thread Markus Wahl
I fell I should like to specify: --...I would like to give the url "svn: https://daHost/repository/trunk/framework/CRM/EJB/pom.xml"; to ...- So that Continuum knows I am talking about svn. That information is necessary to give to continuum, but I don't think it should be necessary to write that

How make my projects pom.xml SVN independent?

2006-08-15 Thread Markus . Wahl
I am attempting Continuum for a maven2 pom.xml that specifies a scm that points out a subversion repository where the other project files reside. And it works. But the pom.xml contains the full reference to the subversion server and the trunk of the repository: scm:svn:https://daHost/reposi

Re: [maven2 build branches/maven-2.0.x - FAILED - update] Tue Aug 15 13:45:00 GMT 2006

2006-08-15 Thread Brett Porter
John, is this related to your assembly plugin changes at all? On 15/08/2006 11:47 PM, [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060815.134500.txt -- Apache Maven - http://maven.apache.org/ Better Builds with Maven - http://lib

Re: maven repository

2006-08-15 Thread Milos Kleint
I think the local repository index (meaning an index over the local repository at the user's computer) should be kept separate from the indices that are downloaded from remote repositories. And since the only thing downloaded are basically lucene documents, we should be fine most of the time unles

Re: maven repository

2006-08-15 Thread Joakim Erdfelt
If we are going to be encouraging index downloading, we need to setup some metadata to ensure that the index (file) and the indexers (code) are kept in sync. So if a 1.0 indexer code attempts to 'refresh' the index from a remote, and sees that the stored index (file) is for indexer (code) v1.1

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-15 Thread Christian Andersson
I guess it is to late to vote, and I'm don't even know if I can vote as a "normal user" but I would go for Archiva and not Curator +1 Archiva For me (even when I know curator means) curator is to close with the swedish word Kurator, which for most people is a person that you goes to if you need s