Re: svn commit: r420933 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources: commons-logging.properties log4j.properties

2006-07-19 Thread Martin van den Bemt
Isn't the core problem here that continuum plexus don't have any usefull documentation, be it in the javadoc / source comments or external docs ? It would be nice to see continuum being a best practice example of the maven promoted best practices. The way I see it is that maven best practices

Re: svn commit: r420933 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources: commons-logging.properties log4j.properties

2006-07-19 Thread Carlos Sanchez
it's not that I just ignore it, I thought that was the way to do it. On 7/19/06, Trygve Laugstøl [EMAIL PROTECTED] wrote: Carlos Sanchez wrote: I don't know how to configure commons-logging and log4j through plexus for Acegi Then you should ask instead of just ignoring the issue. I just saw

Moving Doxia site out of trunk

2006-07-19 Thread Trygve Laugstøl
Hi Does anyone have any objections to moving the Doxia site out of trunk/ ? -- Trygve

Re: Moving Doxia site out of trunk

2006-07-19 Thread Emmanuel Venisse
oh, I misread your previous mail. +1 Emmanuel Trygve Laugstøl a écrit : Emmanuel Venisse wrote: trunk or trunks? trunk/ Doxia is only in trunks/ as an external module. Why do you want to move it? For the same reasons as everything else is not under the main build. The site is not

Re: Review for maven-rar-plugin

2006-07-19 Thread Allan Ramirez
done.. Thanks staging site: http://people.apache.org/~aramirez/maven-rar-plugin/ -allan Vincent Siveton wrote: Hi Allan, I was thinking about this: http://java.sun.com/j2ee/connector/ (Main page) Agree with Denis proposal for the faq. Moreover, maybe we could provide a sample ra.xml file

Re: Review of install plugin

2006-07-19 Thread Allan Ramirez
done.. Thanks http://people.apache.org/~aramirez/maven-install-plugin/ -allan Vincent Siveton wrote: Hi Allan, Other comments: index.html (~/.m2/repository) = italic usage.html install:install = italic FAQ add a link to the maven-deploy-plugin. Good work. Thanks. Vincent 2006/7/18,

Re: Maven 2.x Resource Plugin Documentation needs Reviewing

2006-07-19 Thread FA Valencia See
Good day, The patch (MRESOURCES-23-maven-resource-plugin-2.2.patch) I submitted to the MRESOUCES-23 jira issue http://jira.codehaus.org/browse/MRESOURCES-23 for maven-resources-pluginhttp://svn.apache.org/repos/asf/maven/plugins/trunk/maven-resources-plugin/have just been applied. Also, the

Re: Please review maven source plugin documentation

2006-07-19 Thread Maria Odea Ching
Hi, I've revised the documentation for the source plugin. A staging site is now available at http://people.apache.org/~oching/maven-source-plugin http://people.apache.org/%7Eoching/maven-source-plugin. Thanks, Odea Maria Odea Ching wrote: Ok, thanks for the comments :) Will post it on

[m2] ArtifactHandler and Artifacts.

2006-07-19 Thread Barrie Treloar
The DefaultArtifactHandler has no way to set addedToClasspath, yet MavenArchiver requires this to be true for getRuntimeArtifacts() to return anything. I've been trawling to find where Artifacts are resolved and I'm not having too much luck. Is anyone able to point me to where an Artifact is

Re: [m2] ArtifactHandler and Artifacts.

2006-07-19 Thread Brett Porter
the plugin manager calls ArtifactResolver (see maven-artifact and maven-artifact-manager for DefaultArtifactResolver I think). This uses the ArtifactCollector to find all the artifacts and they'd be created by an ArtifactFactory. The addedToClasspath field is probably set on the standard

Re: svn commit: r422904 - in /maven/continuum/trunk/continuum-webapp/src/main/resources: log4j.xml validators.xml

2006-07-19 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Author: kenney Date: Mon Jul 17 15:31:54 2006 New Revision: 422904 URL: http://svn.apache.org/viewvc?rev=422904view=rev Log: Added a log4j.xml configuration file because JPOX needs it - nice to see some output for that if something goes wrong. Plexus is handling

Re: svn commit: r420933 - in /maven/continuum/branches/continuum-acegi/continuum-webapp/src/main/resources: commons-logging.properties log4j.properties

2006-07-19 Thread Trygve Laugstøl
Carlos Sanchez wrote: I don't know how to configure commons-logging and log4j through plexus for Acegi Then you should ask instead of just ignoring the issue. I just saw that Kenney did the same thing, I hope that he'll fix it once and for all now. -- Trygve

Re: Please review maven-compiler-plugin

2006-07-19 Thread Edwin Punzalan
Done, thanks. Staging site updated. Dennis Lundberg wrote: Edwin Punzalan wrote: Hi, I've just created the staging site for this plugin: http://people.apache.org/~epunzalan/maven-compiler-plugin/ and would appreciate your feedback/comments. Thanks in advance. Here's my review,

Re: Please review maven-eclipse-plugin

2006-07-19 Thread Edwin Punzalan
Updates applied. Staging site, updated. Thanks. ^_^ Dennis Lundberg wrote: Edwin Punzalan wrote: Ooopps! I sent the other one to the user list... :( Here are the changes I've made: - created three sample usages: - attaching library sources - preventing module references -

Maven1 project converter

2006-07-19 Thread Emmanuel Venisse
Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin configuration converter loading. Dennis, do you work actually on maven-maven1-plugin? Emmanuel

Re: Please review site plugin documentation

2006-07-19 Thread Vincent Siveton
Hi Maria, Thanks for your work! Here is my comments: usage.html note = Bold font add a link to the Jetty server: http://jetty.mortbay.org/jetty/index.html sitedescriptor.html For more references of the site descriptor, here's a link http://maven.apache.org/site.html; should be in the

Re: Review for maven-rar-plugin

2006-07-19 Thread Vincent Siveton
Hi Allan, Other comment (standardization): in the index.html, introduction should be replaced by Maven Rar Plugin How to Use by Usage Cheers, Vincent 2006/7/19, Allan Ramirez [EMAIL PROTECTED]: done.. Thanks staging site: http://people.apache.org/~aramirez/maven-rar-plugin/ -allan Vincent

Re: Review of install plugin

2006-07-19 Thread Vincent Siveton
Hi Allan, Standardization: in the index.html, introduction should be replaced by Maven Install Plugin Cheers, Vincent 2006/7/19, Allan Ramirez [EMAIL PROTECTED]: done.. Thanks http://people.apache.org/~aramirez/maven-install-plugin/ -allan Vincent Siveton wrote: Hi Allan, Other

Re: Please review maven-compiler-plugin

2006-07-19 Thread Vincent Siveton
Hi Edwin, A small standardization comment: remove introduction word in Maven Compiler Plugin: Introduction (index.html) Cheers, Vincent 2006/7/19, Edwin Punzalan [EMAIL PROTECTED]: Done, thanks. Staging site updated. Dennis Lundberg wrote: Edwin Punzalan wrote: Hi, I've just created

Re: whither jar 2.1?

2006-07-19 Thread Brett Porter
It looks ready - it just needs someone to call a vote! (I'm notoriously bad at having open ended votes recently, so I'll leave it for someone that has the time to do the release...) Thanks, Brett On 19/07/2006 2:02 PM, Mike Perham wrote: What's holding up jar plugin 2.1? There's a huge

Revision number displaying in Changes

2006-07-19 Thread Heikki Rauhala
Hi, We're using continuum 1.0.3 with subversion and Maven 2 projects set up as shell projects (because of the project name changing bug in 1.0.3). It would be very useful to see the revision numbers of files in the Changes table on build results page, and also per build # if the SCM system

OutOfMemoryError when compiling with javac

2006-07-19 Thread Graham Leggett
Hi all, I have a maven 1 configuration that builds the IFX and ACORD schemas using xmlbeans. This step works, however the second step - compiling the generated code - fails with an OutOfMemoryError. I tried setting the MAVEN_OPTS environment variable to jack up the -Xmx to 2GB of RAM, but

Maven2 site generation for module builds with flat directory layout

2006-07-19 Thread Alexander Rau
Hi all, I've sent this mail to the users list but did not receive any reply. Therefore I'm asking here: I've had this problem for several weeks now. Anyone has an idea if this can be worked around or if it's just a bug in the site plugin. Use case: flat multi module project layout (due to

Re: Maven1 project converter

2006-07-19 Thread Dennis Lundberg
Emmanuel Venisse wrote: Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin configuration converter loading. Dennis, do you work actually on maven-maven1-plugin? Yes, it's pretty much completed. It

Re: whither jar 2.1?

2006-07-19 Thread Dennis Lundberg
Mike Perham wrote: What's holding up jar plugin 2.1? There's a huge number of fixes/improvements and the documentation is light-years better. I went through JIRA the other day with the intention of asking the very same question :) There are 15 unscheduled issues, with 6 bugs, so mostly

Re: Continuum Security design

2006-07-19 Thread Jesse McConnell
There was some discussion on irc about the security model so I wrote up this description for review by everyone. http://docs.codehaus.org/display/CONTINUUM/Straight+Role+Based+Access+Control It doesn't have implementation details in it, it is just an attempt at drawing together the different

Re: Maven1 project converter

2006-07-19 Thread Dennis Lundberg
Emmanuel Venisse wrote: Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin configuration converter loading. Dennis, do you work actually on maven-maven1-plugin? Oh sorry Emmanuel, I misread your mail

Re: Maven1 project converter

2006-07-19 Thread Emmanuel Venisse
Dennis Lundberg a écrit : Emmanuel Venisse wrote: Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin configuration converter loading. Dennis, do you work actually on maven-maven1-plugin? Oh sorry

Re: [m2] ArtifactHandler and Artifacts.

2006-07-19 Thread Barrie Treloar
On 7/19/06, Brett Porter [EMAIL PROTECTED] wrote: the plugin manager calls ArtifactResolver (see maven-artifact and maven-artifact-manager for DefaultArtifactResolver I think). This uses the ArtifactCollector to find all the artifacts and they'd be created by an ArtifactFactory. The

Re: OutOfMemoryError when compiling with javac

2006-07-19 Thread Brett Porter
On 20/07/2006 5:20 AM, Graham Leggett wrote: - Does adding -Xmx2048M to MAVEN_OPTS affect the amount of RAM available to javac when it is called by maven, or is there a different option that should be used? Does MAVEN_OPTS have any effect on javac at all? Depends on whether javac is forked.

Re: Maven1 project converter

2006-07-19 Thread Dion Gillard
Guys, what does the plugin do? On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Dennis Lundberg a écrit : Emmanuel Venisse wrote: Hi, I'm starting to migrate all the code from sandbox/plugins/maven-maven1-plugin to maven-model-converter with some modifications on plugin

Re: [maven2 build trunk - FAILED - update] Thu Jul 20 01:00:00 GMT 2006

2006-07-19 Thread Brett Porter
Jason - this is because of a missing DOAP plugin. Can you take a look? - Brett On 20/07/2006 11:08 AM, [EMAIL PROTECTED] wrote: Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060720.010001.txt -- Apache Maven - http://maven.apache.org/ Better Builds with Maven -

Re: Please review site plugin documentation

2006-07-19 Thread Maria Odea Ching
Hi Vincent, Thanks for the review :) I'll post your comments on jira and revise the docs. Odea Vincent Siveton wrote: Hi Maria, Thanks for your work! Here is my comments: usage.html note = Bold font add a link to the Jetty server: http://jetty.mortbay.org/jetty/index.html

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-07-19 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (27 issues) Subscriber: mavendevlist Key Summary MEV-426 Quartz 1.5.2 missing pom and jar. Has source. http://jira.codehaus.org/browse/MEV-426 MEV-425 plexus-container-default, junit scope

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-07-19 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (7 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-997Upload PJL Compression Servlet Filter http://jira.codehaus.org/browse/MAVENUPLOAD-997 MAVENUPLOAD-989squashfs-0.9-beta