[continuum build - SUCCESS - update] Wed Aug 24 20:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20050824.20.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050824.20.txt

[M2] Proposal for filtering of resources

2005-08-24 Thread Carsten Ziegeler
In my opinion the current configuration of resources wrt filtering is a little bit too complicated and not as user friendly as it could be :) I think the most natural way is to configure the filters directly on the resources. This allows to easily configure different resource sets with different

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Brett Porter
I think this is reasonable, but I'd like to allow multiple sources (properties, and multiple files). The existence of the filtering element can be used to trigger it. filtering filterTokens tokenvalue/token /filterTokens filterFiles filterFilefoo.properties/filterFile

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Carsten Ziegeler
Brett Porter wrote: I think this is reasonable, but I'd like to allow multiple sources (properties, and multiple files). The existence of the filtering element can be used to trigger it. filtering filterTokens tokenvalue/token /filterTokens filterFiles

[jira] Created: (MAVEN-1672) about warning last-modified not specified an 0k donwloaded

2005-08-24 Thread Stephan Hartmann (JIRA)
about warning last-modified not specified an 0k donwloaded -- Key: MAVEN-1672 URL: http://jira.codehaus.org/browse/MAVEN-1672 Project: Maven Type: Bug Reporter: Stephan Hartmann This is maybe not a maven

[jira] Commented: (MNG-710) Add ability to fork the maven-compiler-plugin

2005-08-24 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-710?page=comments#action_45100 ] Trygve Laugstol commented on MNG-710: - Hm, woops, must've missed that part. I'll fix that asap. Add ability to fork the maven-compiler-plugin

[jira] Created: (MNG-782) Filtering fails when filtered file contains $P{ReportTitle}

2005-08-24 Thread Tony Steele (JIRA)
Filtering fails when filtered file contains $P{ReportTitle} Key: MNG-782 URL: http://jira.codehaus.org/browse/MNG-782 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-alpha-3

[jira] Commented: (MPXDOC-108) setting maven.xdoc.jsl does not work with multiproject

2005-08-24 Thread Ignacio G. Mac Dowell (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-108?page=comments#action_45102 ] Ignacio G. Mac Dowell commented on MPXDOC-108: -- Don't worry! Maybe you could close it? ;-) setting maven.xdoc.jsl does not work with multiproject

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Kenney Westerhof
On Wed, 24 Aug 2005, Brett Porter wrote: I think this is reasonable, but I'd like to allow multiple sources (properties, and multiple files). The existence of the filtering element can be used to trigger it. I don't think it's a good idea to specify the filter files at the resource level

[jira] Closed: (MPXDOC-108) setting maven.xdoc.jsl does not work with multiproject

2005-08-24 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-108?page=all ] Joerg Schaible closed MPXDOC-108: - Resolution: Fixed Fix Version: 1.8 Works for urls with explicit file:// protocol. setting maven.xdoc.jsl does not work with multiproject

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Carsten Ziegeler
Kenney Westerhof wrote: On Wed, 24 Aug 2005, Brett Porter wrote: I think this is reasonable, but I'd like to allow multiple sources (properties, and multiple files). The existence of the filtering element can be used to trigger it. I don't think it's a good idea to specify the filter files

[M2] Compilation problems with latest from SVN

2005-08-24 Thread Carsten Ziegeler
After updating from alpha-3 to the latest from SVN I can't compile Cocoon anymore. I think the problem is related to classloading or handling of classes. As one dependency we have the xml-apis-1.3.02 implementing DOM level 3 interfaces. Although we have declared this dependency in the POM and the

[jira] Updated: (MPXDOC-150) maven.xdoc.date.format does not seem to have any effect?

2005-08-24 Thread Ignacio G. Mac Dowell (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-150?page=all ] Ignacio G. Mac Dowell updated MPXDOC-150: - Attachment: MPXDOC-150.patch IMO this bug was introduced with i18n. This patch solves the issue. If a date pattern is specified then the date is

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Kenney Westerhof
On Wed, 24 Aug 2005, Carsten Ziegeler wrote: The difference is that you only define the _tokens_ in the pom, not their values. This indicates which tokens are used by the resource files. Specifying both key and value pairs in the pom doesn't allow for users of the project to specify their own

[jira] Commented: (MPXDOC-23) Provide a way to exclude some XML files from xdoc transformation

2005-08-24 Thread Ignacio G. Mac Dowell (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-23?page=comments#action_45106 ] Ignacio G. Mac Dowell commented on MPXDOC-23: - You can do that putting in your project.properties file the following: maven.xdoc.xml.copy=[COMMA SEPARATED ANT PATTERNS TO

svn commit: r239596 - /maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

2005-08-24 Thread trygvis
Author: trygvis Date: Wed Aug 24 03:27:28 2005 New Revision: 239596 URL: http://svn.apache.org/viewcvs?rev=239596view=rev Log: o Adding a missing part of Rod's last patch. Modified:

RE: Automate testing

2005-08-24 Thread Vincent Siveton
Hi Brett, This looks good. My thoughts: - can you put more of the inspecifics into the abstract test case (eg the setup)? Sure. - I think the projects should be under src/test/projects, not src/test/resources (like eclipse does). Agree. Used resources dir because projects dir already

[jira] Created: (MAVENUPLOAD-491) Please upload HtmlUnit-1.7

2005-08-24 Thread Mike Bowler (JIRA)
Please upload HtmlUnit-1.7 -- Key: MAVENUPLOAD-491 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-491 Project: maven-upload-requests Type: Task Reporter: Mike Bowler http://htmlunit.sourceforge.net/htmlunit-1.7-bundle.jar

[jira] Commented: (MNG-710) Add ability to fork the maven-compiler-plugin

2005-08-24 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-710?page=comments#action_45107 ] Trygve Laugstol commented on MNG-710: - This should have been fixed now. Add ability to fork the maven-compiler-plugin - Key:

[maven2 build - SUCCESS - update] Wed Aug 24 10:30:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.103000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.103000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Carsten Ziegeler
Kenney Westerhof wrote: On Wed, 24 Aug 2005, Carsten Ziegeler wrote: The difference is that you only define the _tokens_ in the pom, not their values. This indicates which tokens are used by the resource files. Ah, sorry, I didn't notice this detail in your previous post. Ok, now I get it.

[jira] Commented: (MNG-782) Filtering fails when filtered file contains $P{ReportTitle}

2005-08-24 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-782?page=comments#action_45108 ] Kenney Westerhof commented on MNG-782: -- I cannot reproduce this. The stacktrace indicates InterpolationFilterReader.java:251, but on that line there's only a opening brace, so I

svn commit: r239599 - /maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java

2005-08-24 Thread vsiveton
Author: vsiveton Date: Wed Aug 24 03:56:50 2005 New Revision: 239599 URL: http://svn.apache.org/viewcvs?rev=239599view=rev Log: MNG-754: Added artifact information in the exception Modified:

[jira] Closed: (MNG-754) Exception thrown building site

2005-08-24 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=all ] Vincent Siveton closed MNG-754: --- Resolution: Fixed Added artifact information in the Exception. If you can't replicate it, I close it :) Exception thrown building site

[jira] Updated: (CONTINUUM-287) use updated design for project summary

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-287?page=all ] Emmanuel Venisse updated CONTINUUM-287: --- Component: continuum-web use updated design for project summary -- Key: CONTINUUM-287

[maven2 build - SUCCESS - update] Wed Aug 24 11:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.11.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.11.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Assigned: (CONTINUUM-287) use updated design for project summary

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-287?page=all ] Emmanuel Venisse reassigned CONTINUUM-287: -- Assign To: Emmanuel Venisse use updated design for project summary -- Key: CONTINUUM-287

svn commit: r239601 - /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-08-24 Thread trygvis
Author: trygvis Date: Wed Aug 24 04:12:26 2005 New Revision: 239601 URL: http://svn.apache.org/viewcvs?rev=239601view=rev Log: o Cleaning up the code style a bit: - removing usage of this. as a prefix for referencing local variables - renaming public_, private_ and protected_ to showPublic,

[jira] Created: (CONTINUUM-297) use updated design for maven project add

2005-08-24 Thread Emmanuel Venisse (JIRA)
use updated design for maven project add Key: CONTINUUM-297 URL: http://jira.codehaus.org/browse/CONTINUUM-297 Project: Continuum Type: Task Components: continuum-web Reporter: Emmanuel Venisse Assigned to: Emmanuel

[jira] Updated: (CONTINUUM-297) use updated design for maven project add

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-297?page=all ] Emmanuel Venisse updated CONTINUUM-297: --- Remaining Estimate: 2 hours, 30 minutes (was: 2 hours) Original Estimate: 9000 (was: 7200) use updated design for maven project add

[maven2 build - SUCCESS - update] Wed Aug 24 11:15:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.111500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.111500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [continuum build - SUCCESS - update] Tue Aug 23 22:30:00 GMT 2005

2005-08-24 Thread Rinku
Hi, What platform are Continuum builds succeeding on? I am using XP and update and build M2 prior to updating and building Continuum, but never get a successful build :-( Anyone building on XP ? or is it known that build still has errors on XP. Cheers, Rahul - Original Message -

Re: [continuum build - SUCCESS - update] Tue Aug 23 22:30:00 GMT 2005

2005-08-24 Thread Brett Porter
Works for me. I assume it is the integration tests that fail? Make sure you have Ant, Maven and M2 installed, with ANT_HOME, MAVEN_HOME and M2_HOME set. - Brett Rinku wrote: Hi, What platform are Continuum builds succeeding on? I am using XP and update and build M2 prior to updating and

Re: [continuum build - SUCCESS - update] Tue Aug 23 22:30:00 GMT 2005

2005-08-24 Thread Emmanuel Venisse
Works too for me. Emmanuel Brett Porter wrote: Works for me. I assume it is the integration tests that fail? Make sure you have Ant, Maven and M2 installed, with ANT_HOME, MAVEN_HOME and M2_HOME set. - Brett Rinku wrote: Hi, What platform are Continuum builds succeeding on? I am using

[jira] Closed: (CONTINUUM-297) use updated design for maven project add

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-297?page=all ] Emmanuel Venisse closed CONTINUUM-297: -- Resolution: Fixed Done. use updated design for maven project add Key: CONTINUUM-297

[jira] Closed: (CONTINUUM-279) align template with white site

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-279?page=all ] Emmanuel Venisse closed CONTINUUM-279: -- Resolution: Fixed Done. align template with white site -- Key: CONTINUUM-279 URL:

[jira] Commented: (MNG-710) Add ability to fork the maven-compiler-plugin

2005-08-24 Thread Rod Coffin (JIRA)
[ http://jira.codehaus.org/browse/MNG-710?page=comments#action_45116 ] Rod Coffin commented on MNG-710: Works great now, thanks Trygve! Add ability to fork the maven-compiler-plugin - Key: MNG-710

svn commit: r239660 - in /maven/components/trunk/maven-artifact-ant: ./ src/main/java/org/apache/maven/artifact/ant/ src/main/resources/META-INF/plexus/ src/main/resources/org/apache/maven/artifact/ant/

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 06:34:50 2005 New Revision: 239660 URL: http://svn.apache.org/viewcvs?rev=239660view=rev Log: PR: MNG-586 o update ant tasks to latest artifact library changes o allow addition of extra wagons o remove wagon-ssh and wagon-scm from depoloyed jar Added:

[jira] Closed: (MNG-586) Do not include the third party Jsch libraries

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-586?page=all ] Brett Porter closed MNG-586: Resolution: Fixed Do not include the third party Jsch libraries -- Key: MNG-586 URL:

Re: [M2] Compilation problems with latest from SVN

2005-08-24 Thread Carsten Ziegeler
I think I picked up a wrong subject, of course I don't mean that I have problems compiling m2 itself. I have problems while using m2 to compile my own project. Carsten Carsten Ziegeler wrote: After updating from alpha-3 to the latest from SVN I can't compile Cocoon anymore. I think the problem

[jira] Created: (MNG-783) resource/testResource dir same as source/testSource dir produces invalid .classpath

2005-08-24 Thread Mark Hobson (JIRA)
resource/testResource dir same as source/testSource dir produces invalid .classpath --- Key: MNG-783 URL: http://jira.codehaus.org/browse/MNG-783 Project: Maven 2 Type: Bug

svn commit: r239663 - /maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 06:50:09 2005 New Revision: 239663 URL: http://svn.apache.org/viewcvs?rev=239663view=rev Log: add optional logging Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java Modified:

Re: [M2] Compilation problems with latest from SVN

2005-08-24 Thread Brett Porter
This be related to the compiler changes that have been going on. Carsten - can you svn up with th elogging I just added and check the library is passed in? Thanks, Brett Carsten Ziegeler wrote: I think I picked up a wrong subject, of course I don't mean that I have problems compiling m2

[maven2 build - SUCCESS - update] Wed Aug 24 13:45:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.134500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.134500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Updated: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-24 Thread Graham Triggs (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=all ] Graham Triggs updated MPIDEA-30: Attachment: module.jelly Updated the module creation, so that when you link dependencies to the JARs in the repository instead of other modules, it generates the

[jira] Commented: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-24 Thread Graham Triggs (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=comments#action_45120 ] Graham Triggs commented on MPIDEA-30: - ** Note that it is the 11 Kb module.jelly file that was uploaded on the 24th August that contains the additional fix to attach source

[maven2 build - SUCCESS - update] Wed Aug 24 14:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.14.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.14.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[jira] Commented: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=comments#action_45122 ] Brett Porter commented on MPIDEA-30: please create these as a patch against the original, not copies of the modified files. Allow multiproject processing that optionally doesn't

Re: [M2] Compilation problems with latest from SVN

2005-08-24 Thread Carsten Ziegeler
Brett Porter schrieb: This be related to the compiler changes that have been going on. Carsten - can you svn up with th elogging I just added and check the library is passed in? Sure, I can't at the moment, but I'll try tonight and report back tomorrow. Carsten -- Carsten Ziegeler - Open

[jira] Updated: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-24 Thread Graham Triggs (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=all ] Graham Triggs updated MPIDEA-30: Attachment: ideapatch.txt OK, I've uploaded a patch file. Note that I've barely used Subversion (we use a commercial SCM), so I have no idea if this is OK - let me

[jira] Commented: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-24 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=comments#action_45125 ] Trygve Laugstol commented on MPIDEA-30: --- For information on how to create patches for Maven please read this: http://maven.apache.org/maven2/developers/development-guide.html

svn commit: r239670 - /maven/components/trunk/maven-site/src/site/fml/general.fml

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 07:37:11 2005 New Revision: 239670 URL: http://svn.apache.org/viewcvs?rev=239670view=rev Log: fix typo in href Modified: maven/components/trunk/maven-site/src/site/fml/general.fml Modified: maven/components/trunk/maven-site/src/site/fml/general.fml URL:

[maven2 build - SUCCESS - update] Wed Aug 24 14:45:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.144500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.144500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

svn commit: r239674 - /maven/components/trunk/maven-plugins/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

2005-08-24 Thread jdcasey
Author: jdcasey Date: Wed Aug 24 07:54:33 2005 New Revision: 239674 URL: http://svn.apache.org/viewcvs?rev=239674view=rev Log: Fixing String.replace(..) problems in AbstractCompilerMojo.java Modified:

[jira] Closed: (MNG-634) Scope needs to be taken into account when providing dependencies by ant tasks

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-634?page=all ] Brett Porter closed MNG-634: Resolution: Fixed Scope needs to be taken into account when providing dependencies by ant tasks

svn commit: r239682 - in /maven/components/trunk: maven-artifact-ant/ maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/resolver/ maven-artifact/src/main/java/org/apache/maven...

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 08:06:54 2005 New Revision: 239682 URL: http://svn.apache.org/viewcvs?rev=239682view=rev Log: PR: MNG-634 add a useScope attribute to the dependencies task so that you can determine what dependency set you want Modified:

[maven2 build - SUCCESS - update] Wed Aug 24 15:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.15.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.15.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[maven2 build - SUCCESS - update] Wed Aug 24 15:15:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.151500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.151500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [M2] Compilation problems with latest from SVN

2005-08-24 Thread Incze Lajos
On Wed, Aug 24, 2005 at 12:03:55PM +0200, Carsten Ziegeler wrote: After updating from alpha-3 to the latest from SVN I can't compile Cocoon anymore. I think the problem is related to classloading or handling of classes. As one dependency we have the xml-apis-1.3.02 implementing DOM level 3

M2 and pom-less files

2005-08-24 Thread Steve Loughran
if you are getting stuff from a legacy repository, e.g. http://cvs.apache.org/repository/, you are going to find that a lot of the stuff doesnt have any matching pom file. why doesnt the repository element have a pomPolicy alongside a checksumPolicy, letting us switch from fail to warn in

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Incze Lajos
On Wed, Aug 24, 2005 at 04:21:58PM +1000, Brett Porter wrote: I think this is reasonable, but I'd like to allow multiple sources (properties, and multiple files). The existence of the filtering element can be used to trigger it. filtering filterTokens tokenvalue/token

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Kenney Westerhof
On Wed, 24 Aug 2005, Incze Lajos wrote: And what if you use something like this (in resource): resource ... filteringprofile-reference/filtering /resource where the profile id references a filter specification along the above line augmented with an context name, which can be

[continuum build - SUCCESS - update] Wed Aug 24 18:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20050824.18.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050824.18.txt

[jira] Commented: (MPSCM-37) can't change read-only project.xml

2005-08-24 Thread David Jackman (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-37?page=comments#action_45133 ] David Jackman commented on MPSCM-37: At the very least, the scm:prepare-release goal should fail in this case. Currently, the build succeeds but it didn't really work. This is a

[jira] Created: (MPSCM-64) Unable to change project.xml file that contains xsd information

2005-08-24 Thread David Jackman (JIRA)
Unable to change project.xml file that contains xsd information --- Key: MPSCM-64 URL: http://jira.codehaus.org/browse/MPSCM-64 Project: maven-scm-plugin Type: Bug Versions: 1.4 Reporter: David

[jira] Closed: (CONTINUUM-287) use updated design for project summary

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-287?page=all ] Emmanuel Venisse closed CONTINUUM-287: -- Resolution: Fixed Done. use updated design for project summary -- Key: CONTINUUM-287

[jira] Closed: (CONTINUUM-295) Update modello file for jdo generation and remove continuum-store project

2005-08-24 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-295?page=all ] Emmanuel Venisse closed CONTINUUM-295: -- Resolution: Fixed For the moment, we generate only package.jdo and we keep continuum-store Update modello file for jdo generation and remove

[m2]: Problem with m2-bootstrap-all.bat -- IT0031 failed -- maven-modello-plugin

2005-08-24 Thread eric . starr
I have just downloaded the components module using svn and tried to build it using the m2-bootstrap-all.bat file. OS: Win2000 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) IT0031 failed Error resolving version for 'org.apache.maven.plugins:maven-modello-plugin': Failed

svn commit: r239914 - /maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

2005-08-24 Thread aheritier
Author: aheritier Date: Wed Aug 24 13:11:52 2005 New Revision: 239914 URL: http://svn.apache.org/viewcvs?rev=239914view=rev Log: (empty) Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml URL:

[jira] Closed: (MNG-773) profiles applied to POM inheritance hierarchy will pollute child POMs with modules from parents

2005-08-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-773?page=all ] John Casey closed MNG-773: -- Resolution: Fixed see it0058 profiles applied to POM inheritance hierarchy will pollute child POMs with modules from parents

[jira] Updated: (MNG-781) NPE in maven-eclipse-plugin when binds maven-compiler-plugin in initialize phase

2005-08-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-781?page=all ] John Casey updated MNG-781: --- Priority: Major (was: Blocker) Description: When I bind maven-compiler-plugin in initialize phase, eclispe plugin throws NPE. When I remove the binding. It is ok Note

[maven2 build - SUCCESS - update] Wed Aug 24 20:30:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050824.203000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050824.203000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: svn commit: r239417 - in /maven/maven-1/core/trunk: ./ src/java/org/apache/maven/repository/ src/java/org/apache/maven/verifier/ src/test/touchstone-build/ xdocs/reference/

2005-08-24 Thread Arnaud HERITIER
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 août 2005 16:44 À : [EMAIL PROTECTED] Objet : svn commit: r239417 - in /maven/maven-1/core/trunk: ./ src/java/org/apache/maven/repository/ src/java/org/apache/maven/verifier/ src/test/touchstone-build/ xdocs/reference/

svn commit: r239936 - /maven/maven-1/core/trunk/src/java/org/apache/maven/repository/AbstractArtifact.java

2005-08-24 Thread aheritier
Author: aheritier Date: Wed Aug 24 14:35:53 2005 New Revision: 239936 URL: http://svn.apache.org/viewcvs?rev=239936view=rev Log: Fix URL path for artifacts Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/repository/AbstractArtifact.java Modified:

svn commit: r239948 - /maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml

2005-08-24 Thread carlos
Author: carlos Date: Wed Aug 24 15:05:34 2005 New Revision: 239948 URL: http://svn.apache.org/viewcvs?rev=239948view=rev Log: Fixed version 1.8 to 1.8-SNAPSHOT Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml

[jira] Commented: (MNG-781) NPE in maven-eclipse-plugin when binds maven-compiler-plugin in initialize phase

2005-08-24 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-781?page=comments#action_45148 ] Kenney Westerhof commented on MNG-781: -- The problem is indeed that the plugin configuration is null when the configuration is specified in an execution element. When it's specified

[jira] Closed: (MNG-780) Deploying snapshot project results in exception

2005-08-24 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-780?page=all ] Kenney Westerhof closed MNG-780: Resolution: Duplicate Duplicate of MNG-734 (or 761?) Brett: you closed 731 because it was a duplicate of 761, but if 761 still is 731, then shouldn't it be

[maven2 build - SUCCESS - update] Thu Aug 25 00:00:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050825.00.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050825.00.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[maven2 build - SUCCESS - checkout] Thu Aug 25 00:15:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050825.001500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050825.001500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[continuum build - SKIPPED - checkout] Thu Aug 25 00:30:00 GMT 2005

2005-08-24 Thread continuum
ci_continuum.sh already running... exiting continuu 6001 5996 0 00:30:00 ? 0:00 /bin/sh /export/home/continuum/ci_continuum.sh checkout

[jira] Commented: (MNG-780) Deploying snapshot project results in exception

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-780?page=comments#action_45152 ] Brett Porter commented on MNG-780: -- please link instead. if I find 2 I keep the one with better information already in it so the dupe doesn't have to be referred to. Deploying

[Maven Wiki] Trivial Update of FrontPage by Moober

2005-08-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by Moober: http://wiki.apache.org/maven/FrontPage The comment on the change is: added a searchable archive. feel free to move it, i don't know where to

svn commit: r239975 - /maven/components/trunk/maven-site/src/site/xdoc/index.xml

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 18:49:19 2005 New Revision: 239975 URL: http://svn.apache.org/viewcvs?rev=239975view=rev Log: fix bad link Modified: maven/components/trunk/maven-site/src/site/xdoc/index.xml Modified: maven/components/trunk/maven-site/src/site/xdoc/index.xml URL:

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2005-08-24 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (32 issues) Subscriber: mavendevlist Project: Maven Evangelism Resolution: Unresolved Key Summary MEV-65 dependencies not set inside ibiblio repository. http://jira.codehaus.org/browse/MEV-65

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2005-08-24 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (5 issues) Subscriber: mavendevlist Project: maven-upload-requests Resolution: Unresolved Key Summary MAVENUPLOAD-491Please upload HtmlUnit-1.7 http://jira.codehaus.org/browse/MAVENUPLOAD-491

[jira] Updated: (MNG-735) Assembly plugin to support 'directory' archive type

2005-08-24 Thread Daniel Krisher (JIRA)
[ http://jira.codehaus.org/browse/MNG-735?page=all ] Daniel Krisher updated MNG-735: --- Attachment: descriptor.mdo.diff AssemblyMojo.java.diff Attached new patch for AssemblyMojo.java and descriptor.mdo to deal with the fact that the

[maven2 build - SUCCESS - update] Thu Aug 25 02:15:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050825.021500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050825.021500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

svn commit: r239978 - in /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync: synchronize-codehaus-to-ibiblio-m2.sh synchronize-codehaus-to-ibiblio.sh synchronize-ibiblio-to-codehaus.sh

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 19:37:55 2005 New Revision: 239978 URL: http://svn.apache.org/viewcvs?rev=239978view=rev Log: preserve permissions so that changes only need to be made on the source side. Don't want to preserve owner, group though. Modified:

svn commit: r239979 - in /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync: synchronize-codehaus-to-ibiblio-m2.sh synchronize-codehaus-to-ibiblio.sh

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 19:41:01 2005 New Revision: 239979 URL: http://svn.apache.org/viewcvs?rev=239979view=rev Log: updates from the server Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio-m2.sh

svn commit: r239980 - /maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh

2005-08-24 Thread brett
Author: brett Date: Wed Aug 24 19:42:25 2005 New Revision: 239980 URL: http://svn.apache.org/viewcvs?rev=239980view=rev Log: no distributions to exclude in maven2 Modified: maven/components/trunk/maven-meeper/src/bin/ibiblio-sync/synchronize-codehaus-to-ibiblio.sh Modified:

[maven2 build - SUCCESS - update] Thu Aug 25 02:45:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050825.024500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050825.024500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

svn commit: r239981 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0059/ maven-core-it/it0059/src/ maven-core-it/it0059/src/main/ maven-core-it/it0059/src/main/java/ maven-core-it/it0059/src/main/java/org/ maven-core-it/it0059/src/main/ja...

2005-08-24 Thread jdcasey
Author: jdcasey Date: Wed Aug 24 20:08:10 2005 New Revision: 239981 URL: http://svn.apache.org/viewcvs?rev=239981view=rev Log: Resolving: MNG-666 If a v3 POM is encountered (or any POM where modelVersion is != '4.0.0'), an InvalidModelException is thrown. This exception extends

[jira] Closed: (MNG-666) need to be able to operate on a Maven 1 repository

2005-08-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-666?page=all ] John Casey closed MNG-666: -- Resolution: Fixed see it0059 need to be able to operate on a Maven 1 repository -- Key: MNG-666 URL:

[jira] Updated: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-24 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=all ] John Casey updated MNG-732: --- Remaining Estimate: 8 hours (was: 1 day) Original Estimate: 28800 (was: 86400) Improve plugin configuration property merge algorithm

Re: M2 and pom-less files

2005-08-24 Thread Brett Porter
Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett Steve Loughran wrote: if you are getting stuff from a legacy repository, e.g. http://cvs.apache.org/repository/, you are going to find that a lot of the stuff doesnt have any matching pom file. why doesnt the

[maven2 build - SUCCESS - update] Thu Aug 25 03:15:00 GMT 2005

2005-08-24 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050825.031500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050825.031500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: ability to figure out mojo's groupid, artifactid, execution id

2005-08-24 Thread Brett Porter
There isn't anything to determine the execution Id at present. I guess we could have it passed through as an expression. However, the execution Id isn't meant to be anything significant - just a way to ensure inherited executions merge properly. - Brett dan tran wrote: Hello all, In my case

[jira] Updated: (MNG-779) JavadocReport throws NPE

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-779?page=all ] Brett Porter updated MNG-779: - Fix Version: 2.0-beta-2 JavadocReport throws NPE Key: MNG-779 URL: http://jira.codehaus.org/browse/MNG-779 Project:

[jira] Updated: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=all ] Brett Porter updated CONTINUUM-258: --- Fix Version: (was: 1.0-beta-1) 1.0-alpha-4 bringing forward since there is a patch https:// doesn't seem to be a supported mechanism

[jira] Updated: (MAVEN-1656) Doco that explains the protocols required to allow maven.xml or any plugin.jelly to inject values into or retrieve values from another plugin

2005-08-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1656?page=all ] Brett Porter updated MAVEN-1656: Fix Version: (was: 1.1-beta-2) 1.1-rc1 Andy, sorry I missed this from a while back. If you want a disucssion, it might be easier on te mailing

  1   2   >