svn commit: r165464 - /maven/maven-1/core/trunk/bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 23:43:44 2005 New Revision: 165464 URL: http://svn.apache.org/viewcvs?rev=165464&view=rev Log: fix script for cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL: http://svn.apache.org/viewcvs/maven/maven-

svn commit: r165461 - /maven/maven-1/core/trunk/bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 23:40:06 2005 New Revision: 165461 URL: http://svn.apache.org/viewcvs?rev=165461&view=rev Log: fix script for non-cygwin Modified: maven/maven-1/core/trunk/bootstrap.sh Modified: maven/maven-1/core/trunk/bootstrap.sh URL: http://svn.apache.org/viewcvs/maven/ma

testers needed for ClearCase, perforce, starteam SCM providers

2005-04-30 Thread Brett Porter
Hi, I was wondering if anyone using Maven is also using ClearCase, Perform or StarTeam in their environment on a regular basis, and would be interested in helping to test out releases of the SCM plugin and Changlog plugin. I would like to revisit this in about 2 weeks. Please don't CC both lists

svn commit: r165458 - in /maven/maven-1/core/trunk: ./ bootstrap.sh

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 21:43:31 2005 New Revision: 165458 URL: http://svn.apache.org/viewcvs?rev=165458&view=rev Log: add a simple script to bootstrap with, wrapping ant Added: maven/maven-1/core/trunk/bootstrap.sh (with props) Modified: maven/maven-1/core/trunk/ (props change

svn commit: r165457 - /maven/maven-1/core/trunk/project.xml

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 21:42:05 2005 New Revision: 165457 URL: http://svn.apache.org/viewcvs?rev=165457&view=rev Log: upgrade to dom4j 1.6, jaxen 1.1-beta-6 Modified: maven/maven-1/core/trunk/project.xml Modified: maven/maven-1/core/trunk/project.xml URL: http://svn.apache.org/viewc

svn commit: r165456 - /maven/maven-1/core/trunk/src/bin/maven.bat

2005-04-30 Thread brett
Author: brett Date: Sat Apr 30 21:41:46 2005 New Revision: 165456 URL: http://svn.apache.org/viewcvs?rev=165456&view=rev Log: propogate error codes from windows batch file Modified: maven/maven-1/core/trunk/src/bin/maven.bat Modified: maven/maven-1/core/trunk/src/bin/maven.bat URL: http://s

Re: Releasing issues

2005-04-30 Thread Brett Porter
Maven 1.1 will only support JDK 1.4. I say we bit the bullet all round. 1.3 has started EOL anyway. You obviously got by - I see you got the JARs up to ibiblio. If you feel additions to the documentation is needed - go ahead and make them :) I have an additional problem with this release - I can'

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools

Releasing issues

2005-04-30 Thread Felipe Leme
Hi all, I've been trying to release maven-ejb-plugin 1.6 (which is a requirement for the upcoming Cactus 1.7.1), but been facing a lot of issues. I've already managed to install the proper versions of site and scm plugins, but now I got an error regarding JCE: Deploying to repository: apache JCE

[jira] Created: (MNG-364) Ant remote repository conflicts with pom definition

2005-04-30 Thread Brett Porter (JIRA)
Ant remote repository conflicts with pom definition --- Key: MNG-364 URL: http://jira.codehaus.org/browse/MNG-364 Project: m2 Type: Bug Components: maven-model, maven-artifact-ant Versions: 2.0-alpha-1 R

[jira] Commented: (MPWAR-30) [PATCH] Option to pack project classes inside a JAR into WEB-INF/lib

2005-04-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-30?page=comments#action_38371 ] Brett Porter commented on MPWAR-30: --- I'm still not particularly enamored with this, probably because of the use cases I've seen quoted in here to produce two things from a project

[jira] Commented: (MNG-325) Do something about interpolated values in dependencies

2005-04-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-325?page=comments#action_38370 ] Brett Porter commented on MNG-325: -- Dan, sorry I wasn't totally clear about my intentions. I think we might be doing additional work in this space in relation to a full repository a

[jira] Commented: (MNG-250) make aggregation feasible

2005-04-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-250?page=comments#action_38369 ] Brett Porter commented on MNG-250: -- in this case, a coupld of other features need to be implemented: - the code from DefaultMaven that does the project aggregation should be moved i

svn commit: r165444 - in /maven/maven-1/plugins/tags/MAVEN_EJB_1_6: ./ project.xml

2005-04-30 Thread felipeal
Author: felipeal Date: Sat Apr 30 18:21:10 2005 New Revision: 165444 URL: http://svn.apache.org/viewcvs?rev=165444&view=rev Log: [maven-scm] copy for tag MAVEN_EJB_1_6 Added: maven/maven-1/plugins/tags/MAVEN_EJB_1_6/ - copied from r165442, maven/maven-1/plugins/trunk/ejb/ maven/mave

svn commit: r165443 - /maven/maven-1/plugins/trunk/ejb/project.xml

2005-04-30 Thread felipeal
Author: felipeal Date: Sat Apr 30 18:21:01 2005 New Revision: 165443 URL: http://svn.apache.org/viewcvs?rev=165443&view=rev Log: [maven-scm-plugin] prepare release 1.6 Modified: maven/maven-1/plugins/trunk/ejb/project.xml Modified: maven/maven-1/plugins/trunk/ejb/project.xml URL: http://svn

Re: M1 : I18N for xdoc

2005-04-30 Thread Brett Porter
If it isn't backwards compatible, then I think the best solution would be to put it in the sandbox as a prototype, and use the ideas to incorporate directly into the Maven2 site plugin. This can now render pages almost identically to the m1 version, so I'd like to start working it in as v2.0 of t

Re: [M2] collectedProjects not set in DefaulMavenProjectBuilder

2005-04-30 Thread Brett Porter
For now, you can set the collected projects in your unit test yourself after building them all individually. You are right, though - the proper solution should be to add a new method to the project builder that will build a project and its declared modules, moving that functionality from the Defau

Re: [Maven1] linkcheck plugin

2005-04-30 Thread Brett Porter
Quoting Vincent Siveton <[EMAIL PROTECTED]>: > It's coming from Jakarta Commons and AFAIK, Maven uses the version 2.0. > I found a similar bug report at Jira: > http://jira.codehaus.org/browse/MAVEN-1353 > but without explication or comment about the solution! This fix was made on the Maven core,

[M2] collectedProjects not set in DefaulMavenProjectBuilder

2005-04-30 Thread Mauro Botelho
I am working on the eclipse plugin again, and while trying to run some tests, I noticed that when running the plugin from the command line I got the expected behavior, but not when running the unit test. What I am trying to do is to create a monster eclipse project with all the modules included, s

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools

[jira] Created: (MAVEN-1602) Directory structure for xdocs inconsistent in ten-minute-test.xml

2005-04-30 Thread Michael Hinterseher (JIRA)
Directory structure for xdocs inconsistent in ten-minute-test.xml - Key: MAVEN-1602 URL: http://jira.codehaus.org/browse/MAVEN-1602 Project: maven Type: Task Components: documentation Versions: 1

RE: [Maven1] linkcheck plugin

2005-04-30 Thread Arnaud HERITIER
I think that we must wait for an httpClient 3.0 final release to upgrade it. The RC2 is actually available and we can hope that the final release will be available soon. Arnaud > > Hi there, > > Regarding the linkcheck plugin under Maven 1.0.2, I've got > this following > exception: > Checkin

M1 : I18N for xdoc

2005-04-30 Thread Arnaud HERITIER
Hi guys, With Vincent Siveton, we are trying to make some tests to internationalize the current xdoc plugin for M1. Because I don't want to break the current one if we want to release the 1.9 for maven 1.1, I see two options : - create a branch (can I do it without to create a br

[jira] Created: (MAVENUPLOAD-371) Please upload the JGoodies Forms 1.0.5 library to the Maven repository

2005-04-30 Thread Arik Kfir (JIRA)
Please upload the JGoodies Forms 1.0.5 library to the Maven repository -- Key: MAVENUPLOAD-371 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-371 Project: maven-upload-requests Type: Task Repor

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools

[Maven1] linkcheck plugin

2005-04-30 Thread Vincent Siveton
Hi there, Regarding the linkcheck plugin under Maven 1.0.2, I've got this following exception: Checking link http://www.google.com Error getting URI host org.apache.commons.httpclient.HttpException: Redirect from host www.google.com to www.google.ca is not supported at org.apache.commons.h

[jira] Assigned: (CONTINUUM-93) setup a public demo site

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-93?page=all ] Jason van Zyl reassigned CONTINUUM-93: -- Assign To: Jason van Zyl > setup a public demo site > > > Key: CONTINUUM-93 > URL: http://jira.codehaus.org/

[jira] Assigned: (CONTINUUM-105) better input for SCM URL

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-105?page=all ] Jason van Zyl reassigned CONTINUUM-105: --- Assign To: Jason van Zyl (was: Trygve Laugstol) > better input for SCM URL > > > Key: CONTINUUM-105 > UR

[jira] Assigned: (CONTINUUM-106) don't allow a project to be added identically more than once

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-106?page=all ] Jason van Zyl reassigned CONTINUUM-106: --- Assign To: Jason van Zyl > don't allow a project to be added identically more than once > --

[jira] Assigned: (CONTINUUM-95) need some additional differentiation between names

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-95?page=all ] Jason van Zyl reassigned CONTINUUM-95: -- Assign To: Jason van Zyl > need some additional differentiation between names > -- > > Key: CO

[jira] Assigned: (CONTINUUM-97) cope with different m1 scm url format

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-97?page=all ] Jason van Zyl reassigned CONTINUUM-97: -- Assign To: Jason van Zyl > cope with different m1 scm url format > - > > Key: CONTINUUM-97 > URL:

[jira] Assigned: (CONTINUUM-109) providing a bad POM URL to add dumps an ugly NPE

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-109?page=all ] Jason van Zyl reassigned CONTINUUM-109: --- Assign To: Jason van Zyl > providing a bad POM URL to add dumps an ugly NPE > > > Key: CON

[jira] Assigned: (CONTINUUM-94) don't show "Result" if building is in progress

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-94?page=all ] Jason van Zyl reassigned CONTINUUM-94: -- Assign To: Jason van Zyl > don't show "Result" if building is in progress > -- > > Key: CONTINUUM-

[jira] Assigned: (CONTINUUM-101) When pressing "build" in the web interface a build should be forced

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-101?page=all ] Jason van Zyl reassigned CONTINUUM-101: --- Assign To: Jason van Zyl > When pressing "build" in the web interface a build should be forced > ---

[jira] Assigned: (CONTINUUM-110) do not add a build result when no build occurs

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-110?page=all ] Jason van Zyl reassigned CONTINUUM-110: --- Assign To: Trygve Laugstol > do not add a build result when no build occurs > -- > > Key: CONTI

[jira] Assigned: (CONTINUUM-19) Deal with signalled projects on startup

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-19?page=all ] Jason van Zyl reassigned CONTINUUM-19: -- Assign To: Trygve Laugstol > Deal with signalled projects on startup > --- > > Key: CONTINUUM-19 >

[jira] Assigned: (CONTINUUM-2) Add mail type info to the project descriptor.

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-2?page=all ] Jason van Zyl reassigned CONTINUUM-2: - Assign To: Trygve Laugstol > Add mail type info to the project descriptor. > - > > Key: CONTINUUM-2 >

[jira] Assigned: (CONTINUUM-25) Add the possibility to define a branch/tag for a build.

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-25?page=all ] Jason van Zyl reassigned CONTINUUM-25: -- Assign To: Trygve Laugstol > Add the possibility to define a branch/tag for a build. > --- > >

[jira] Assigned: (CONTINUUM-87) Create XmlRpc integration tests that utilize the addXProject methods

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-87?page=all ] Jason van Zyl reassigned CONTINUUM-87: -- Assign To: Trygve Laugstol > Create XmlRpc integration tests that utilize the addXProject methods > ---

[jira] Assigned: (CONTINUUM-73) Put sensible defaults into maven-settings.xml

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-73?page=all ] Jason van Zyl reassigned CONTINUUM-73: -- Assign To: Trygve Laugstol > Put sensible defaults into maven-settings.xml > - > > Key: CONTINUUM-

[jira] Assigned: (CONTINUUM-86) Use constants in addXProject methods

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-86?page=all ] Jason van Zyl reassigned CONTINUUM-86: -- Assign To: Trygve Laugstol > Use constants in addXProject methods > > > Key: CONTINUUM-86 > URL:

[jira] Assigned: (CONTINUUM-89) Get rid of the use of configurations (properties) in the type specific project subclasses

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-89?page=all ] Jason van Zyl reassigned CONTINUUM-89: -- Assign To: Trygve Laugstol > Get rid of the use of configurations (properties) in the type specific > project subclasses > ---

[jira] Assigned: (CONTINUUM-88) Most of the add python scripts don't work

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-88?page=all ] Jason van Zyl reassigned CONTINUUM-88: -- Assign To: Trygve Laugstol > Most of the add python scripts don't work > - > > Key: CONTINUUM-88 >

[jira] Assigned: (CONTINUUM-62) logs are obscure

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-62?page=all ] Jason van Zyl reassigned CONTINUUM-62: -- Assign To: Trygve Laugstol > logs are obscure > > > Key: CONTINUUM-62 > URL: http://jira.codehaus.org/browse/CONTINU

[jira] Assigned: (CONTINUUM-66) m2 install should work for continuum-plexus-application

2005-04-30 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-66?page=all ] Jason van Zyl reassigned CONTINUUM-66: -- Assign To: Trygve Laugstol > m2 install should work for continuum-plexus-application > --- > >

[jira] Commented: (MNG-338) provide some hand holding for dependencies on non-distributable jars

2005-04-30 Thread Ryan Sonnek (JIRA)
[ http://jira.codehaus.org/browse/MNG-338?page=comments#action_38361 ] Ryan Sonnek commented on MNG-338: - as an example, geronimo has an implementation of the java transaction api, so i could use that AS the jdbc jar. any timeline on this? > provide s

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools

[jira] Commented: (MPDASHBOARD-23) Dashboard history

2005-04-30 Thread Morten Kristiansen (JIRA)
[ http://jira.codehaus.org/browse/MPDASHBOARD-23?page=comments#action_38351 ] Morten Kristiansen commented on MPDASHBOARD-23: --- I actually have another plugin (that's were we started) that plots history pr project. I used the dashboard agg

results of synchronize

2005-04-30 Thread maven
Syncing Apache Software Foundation Syncing Codehaus Syncing Maven Plugins @ SourceForge Syncing Mortbay Consulting Syncing Open Symphony Syncing OS Java mypath: /home/projects/maven/repository-tools/repoclean/repoclean.sh Setting mydir based on mypath... mydir: /home/projects/maven/repository-tools