Re: JBoss Support

2007-02-14 Thread Thierry Lach
Can you email me your patch directly please (thierry dot lach at gmail dot com)? On 2/14/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/14/07, Tilman Rossmy [EMAIL PROTECTED] wrote: Hi Hilco! Can't find no jboss-web.xml in this post, but it's just what I need right now, so maybe you can post

Name transformation

2007-02-14 Thread Jochen Wiedmann
[Forwarding to [EMAIL PROTECTED], because I received no reply on [EMAIL PROTECTED] Hi, I currently have a patch for the xml-maven-plugin, which suggests the following: The plugin currently reads a set of files and transforms them. The result is stored in a different directoy. Currently there

Re: Name transformation

2007-02-14 Thread Raphaël Piéroni
Hi Joshen, the xml-maven-plugin is developped at mojo.codehaus.org The correct list should be: user@mojo.codehaus.org or dev@mojo.codehaus.org Had you though uploading your patch as a jira issue ? ( http://jira.codehaus.org/browse/MOJO) Raphaël 2007/2/14, Jochen Wiedmann [EMAIL PROTECTED]:

Re: Name transformation

2007-02-14 Thread Jochen Wiedmann
On 2/14/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: the xml-maven-plugin is developped at mojo.codehaus.org The correct list should be: user@mojo.codehaus.org or dev@mojo.codehaus.org Had you though uploading your patch as a jira issue ? ( http://jira.codehaus.org/browse/MOJO) Raphael, you

Re: License for POM files

2007-02-14 Thread Trygve Laugstøl
Deepak Bhole wrote: Hi, What license are the pom files in the maven2 repository (repo1.maven.org/maven2) under? We need to know if we are allowed to redistribute those poms with Fedora. They either have the license of the project in question (as they come from the project) or they're written

MRM-153 (archiva to handle relocation for maven1 clients)

2007-02-14 Thread nicolas de loof
I've reopened this issue as the DAV-based request (/repository/id) replacing the proxy-based request (/proxy/id) has broken this feature. As explained in Jira, the ProxiedDavServer doesn't use the result of the proxyRequestHandler.get() method invocation, that may have changed the target path.

Re: More control over what WARNING messages are displayed

2007-02-14 Thread Barrie Treloar
There is no config file, we set the threshold programmatically. New logger stuff in plexus will allow more domain like logging configuration. But not in 2.0.x. What logging system is used? Java Logging, Log4J, Apache? (I haven't got around to looking at the code yet) Is there a way to specify

Re: [VOTE] release maven-rar-plugin 2.2

2007-02-14 Thread Vincent Siveton
+1 Vincent 2007/2/14, Stephane Nicoll [EMAIL PROTECTED]: +1 Stéphane On 2/14/07, Jason Dillon [EMAIL PROTECTED] wrote: Hello, the 2.2 release of the maven-rar-plugin has been pending for many months now. There are a few key bugs fixed in this release: Release Notes - Maven 2.x Rar

Bug in compiler configuration, generated source root not passed on to compiler

2007-02-14 Thread Jörn Guy Süß
Hello, I am just trying to set up a fairly simple task, the POM is attached at the end. I have a parser gen (SableCC), which I run through ant to make generated sources. It runs in the appropriate phase and works. I would like to jar-package the result, which is the default. Here is the catch:

Re: MRM-153 (archiva to handle relocation for maven1 clients)

2007-02-14 Thread Joakim Erdfelt
Or refactor the repository conversion routines a bit to expose the path conversion routines. ;-) Archiva is undergoing a lot of work right now. Please keep us honest and get those jira's filed. - Joakim nicolas de loof wrote: I've reopened this issue as the DAV-based request (/repository/id)

Re: Name transformation

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 3:00 AM 14 Feb 07, Jochen Wiedmann wrote: [Forwarding to [EMAIL PROTECTED], because I received no reply on [EMAIL PROTECTED] Hi, I currently have a patch for the xml-maven-plugin, which suggests the following: The plugin currently reads a set of files and transforms them.

Re: More control over what WARNING messages are displayed

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 4:41 AM 14 Feb 07, Barrie Treloar wrote: There is no config file, we set the threshold programmatically. New logger stuff in plexus will allow more domain like logging configuration. But not in 2.0.x. What logging system is used? Java Logging, Log4J, Apache? (I haven't got

javamail 1.4 in central maven repo

2007-02-14 Thread tom.andersson
Hi. I'm not really sure if this is the correct place to contact regarding the maven repo contents but lets try. To me it looks like the javamail (javax.mail) 1.4 package in the central maven repository (http://repo1.maven.org/maven2) is missing the com.sun.mail.dsn package which should be part

AW: [VOTE] Release Maven 2.0.5 (take 2)

2007-02-14 Thread Marc Wilhelm
+1 Works fine on my projects Marc -Ursprüngliche Nachricht- Von: Jason van Zyl [mailto:[EMAIL PROTECTED] Gesendet: Montag, 12. Februar 2007 05:33 An: Maven Developers List Betreff: [VOTE] Release Maven 2.0.5 (take 2) Hi, The assemblies that people are interested in are staged here:

Re: Name transformation

2007-02-14 Thread Jochen Wiedmann
On 2/14/07, Jason van Zyl [EMAIL PROTECTED] wrote: What do you mean exactly by name transformation? Using finalName, or how things are named moving to the local and remote repository? The current use case is the xml-maven-plugin, which transforms a given set of files into another set of

Re: License for POM files

2007-02-14 Thread Dan Tran
I beleive all plexus poms, not even the root parent, contains the license element. According to Brett, I assume it is apache2 type license since it is in repo1. However a written statement is even better. -D On 2/14/07, Trygve Laugstøl [EMAIL PROTECTED] wrote: Deepak Bhole wrote: Hi,

Re: Filtering used by resources plugin

2007-02-14 Thread Daniel Kulp
On Wednesday 14 February 2007 00:52, Jason van Zyl wrote: On 13 Feb 07, at 11:14 PM 13 Feb 07, Jason Dillon wrote: Is the code used to filter w/properties used by the resources plugin easily accessible by other plugins? No. Brian Topping tried to separate out the logic into a component.

RE: More control over what WARNING messages are displayed

2007-02-14 Thread Brian E. Fox
I wrote this one eons ago that is related: http://jira.codehaus.org/browse/MNG-1974 -Original Message- From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason Dillon Sent: Tuesday, February 13, 2007 11:28 PM To: Maven Developers List Subject: Re: More control over what WARNING

Re: javamail 1.4 in central maven repo

2007-02-14 Thread Wayne Fay
Tom, this isn't really the right place for this (and I'm not even in the Maven Dev team), but I'll go ahead and respond all the same. Normally you might report these kinds of issues through JIRA, in the MEV (Maven Evangelism) component: http://jira.codehaus.org/browse/MEV The Maven team is only

How to customize the Snapshot pattern?

2007-02-14 Thread Alexis Midon
Hi all, Here is my problem: I would like to customize the Snapshot pattern. The reason is that my maven project is a small part of a bigger project. The global continious build generates a build-id I want to use as the snapshot identifier. So that my artifacts and all others external components

Re: JBoss Support

2007-02-14 Thread Tilman Rossmy
Hi Hilco! Can't find no jboss-web.xml in this post, but it's just what I need right now, so maybe you can post the xml? Thanx Tilman

Re: JBoss Support

2007-02-14 Thread Wendy Smoak
On 2/14/07, Tilman Rossmy [EMAIL PROTECTED] wrote: Hi Hilco! Can't find no jboss-web.xml in this post, but it's just what I need right now, so maybe you can post the xml? Thanx Tilman This might help... http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+JBoss Hilco, the list is

Re: javamail 1.4 in central maven repo

2007-02-14 Thread Carlos Sanchez
the rule of thumb is - if it's different to what they provide in their web page complain to US - if it's the same, complain to THEM On 2/14/07, Wayne Fay [EMAIL PROTECTED] wrote: Tom, this isn't really the right place for this (and I'm not even in the Maven Dev team), but I'll go ahead and

RE: JBoss Support

2007-02-14 Thread Tilman.Rossmy
Thanx Wendy...but doesn't really help...the exception I get depends on the JBoss version...with 4.0.1SP1 I get: ERROR: invalid console appender config detected, console stream is looping Found this in the JBoss Forum: Fixed it - my application was configuring log4j as well as Jboss. Removing my

Re: [VOTE] release maven-rar-plugin 2.2

2007-02-14 Thread Arnaud HERITIER
+1 Arnaud On 2/14/07, Vincent Siveton [EMAIL PROTECTED] wrote: +1 Vincent 2007/2/14, Stephane Nicoll [EMAIL PROTECTED]: +1 Stéphane On 2/14/07, Jason Dillon [EMAIL PROTECTED] wrote: Hello, the 2.2 release of the maven-rar-plugin has been pending for many months now. There are a

Re: Maven 2.0.5 Released

2007-02-14 Thread Jörg Schaible
Congrats! Really waited long for this. But I know the huge effort and work behind this - so a biig THANK YOU GUYS! - Jörg Jason van Zyl wrote: The Maven team would like to announce the release of Maven 2.0.5. You can find the roadmap for the release here:

Re: [continuum] BUILD ERROR: Maven Archiver

2007-02-14 Thread Brett Porter
I've removed this since it was deleted from SVN. On 15/02/2007, at 6:26 AM, [EMAIL PROTECTED] wrote: Online report : http://maven.zones.apache.org/continuum/ buildResult.action?buildId=7314projectId=239 Build statistics: State: Error Previous State: Ok Started at: Wed, 14 Feb 2007

Re: [continuum] BUILD ERROR: Maven Archiver

2007-02-14 Thread Jason van Zyl
Thanks. jason. On 14 Feb 07, at 6:32 PM 14 Feb 07, Brett Porter wrote: I've removed this since it was deleted from SVN. On 15/02/2007, at 6:26 AM, [EMAIL PROTECTED] wrote: Online report : http://maven.zones.apache.org/continuum/ buildResult.action?buildId=7314projectId=239 Build

Maven 2.0.5 Released

2007-02-14 Thread Jason van Zyl
The Maven team would like to announce the release of Maven 2.0.5. You can find the roadmap for the release here: http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=truepid=10500fixfor=12294sorter/field=issuekeysorter/ order=DESC The release notes can be found here:

Re: Maven 2.0.5 Released

2007-02-14 Thread Jason Dillon
Rejoice! --jason On Feb 14, 2007, at 1:53 PM, Jason van Zyl wrote: The Maven team would like to announce the release of Maven 2.0.5. You can find the roadmap for the release here: http://jira.codehaus.org/secure/IssueNavigator.jspa?

Re: JBoss Support

2007-02-14 Thread Hilco Wijbenga
On 2/14/07, Wendy Smoak [EMAIL PROTECTED] wrote: Hilco, the list is probably stripping attachments, so best thing to do is open a JIRA issue and attach your patch: http://jira.codehaus.org/browse/CONTINUUM http://jira.codehaus.org/browse/CONTINUUM-1167

Control of maven using prerequisites

2007-02-14 Thread Brian E. Fox
Now that 2.0.5 is out and more frequent releases are expected, I think that http://jira.codehaus.org/browse/MNG-2423 is even more important. Currently the prerequisites value is not inherited and thus we can't use it in a company super-pom to enforce a minimum Maven version. My workaround is to

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-02-14 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (41 issues) Subscriber: mavendevlist Key Summary MEV-499 Latest version of clover plugin in maven.metadata.xml http://jira.codehaus.org/browse/MEV-499 MEV-498 javax.xml.ws:jaxws-api:2.1 is bad

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2007-02-14 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (23 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1220Upload mx4j 3.0.2 http://jira.codehaus.org/browse/MAVENUPLOAD-1220 MAVENUPLOAD-1384Please upload JODConverter 2.1.1

Re: Control of maven using prerequisites

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 8:42 PM 14 Feb 07, Brian E. Fox wrote: Now that 2.0.5 is out and more frequent releases are expected, I think that http://jira.codehaus.org/browse/MNG-2423 is even more important. Currently the prerequisites value is not inherited and thus we can't use it in a company

RE: Control of maven using prerequisites

2007-02-14 Thread Brian E. Fox
So the initial feature list for the maven-enforcer-plugin is: OS, Maven Rev, Jdk Rev. Anything else that might be usefull from a Configuration Management standpoint? Most other things can already be controlled via pluginManagement/dependencyManagement...although it doesn't stop someone from

Re: License for POM files

2007-02-14 Thread Deepak Bhole
On Tue, 2007-02-13 at 12:21 -0800, Carlos Sanchez wrote: The license should be inside the pom licenses section, or in the maven1 repo in the .license files Very few of the poms I am seeing have licenses. For example, even the critical plexus ones don't have one:

Re: Control of maven using prerequisites

2007-02-14 Thread Jason van Zyl
On 14 Feb 07, at 10:28 PM 14 Feb 07, Brian E. Fox wrote: So the initial feature list for the maven-enforcer-plugin is: OS, Maven Rev, Jdk Rev. Anything else that might be usefull from a Configuration Management standpoint? Most other things can already be controlled via

Maven banner?

2007-02-14 Thread Jason Dillon
What happened to the banner when executing Maven? I'm glad its not there by default, but I'd like to turn it on for remote builds so that my logs capture what version of Maven was used. Maybe a '--banner' flag or something? Or maybe a new goal on the help plugin, to show maven version,

RE: Control of maven using prerequisites

2007-02-14 Thread Brian E. Fox
Actually I was talking about specifying other plugin/dependency plugins to be enforced but I see your point. How would we make it not possible to override in a child? Using a static value to store previously entered config? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED]

Re: Control of maven using prerequisites

2007-02-14 Thread Joakim Erdfelt
Check out the geronimo tools-maven-plugin Found at http://svn.apache.org/repos/asf/geronimo/genesis/trunk/plugins/tools-maven-plugin/ It is used by the current geronimo for enforcing various minimum aspects of the build environment. Example: (from

Re: Control of maven using prerequisites

2007-02-14 Thread Joakim Erdfelt
Plugins can not be removed from the build. However configuration portions can be overridden. If you have checks that must always run, hardcode it. Or use a resource from an URL or artifact to get the values. Just don't let someone use the plugin configuration to change the value. - Joakim Brian

Re: Control of maven using prerequisites

2007-02-14 Thread Jason Dillon
FYI, docs for that are here: http://geronimo.apache.org/maven/genesis/plugins/tools-maven- plugin/usage.html Was thinking of moving some of that to a plugin in the mojo project whenever I find some time... --jason On Feb 14, 2007, at 8:12 PM, Joakim Erdfelt wrote: Check out the

RE: Control of maven using prerequisites

2007-02-14 Thread Brian E. Fox
I was thinking about preventing someone from overriding the config in a child. If I'm setting something to be enforced in a super-pom, then I don't want someone coming along and turning it off down below. -Original Message- From: Joakim Erdfelt [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Resolving dependencies

2007-02-14 Thread Samuel Le Berrigaud
Hi all, I was trying to resolve dependencies from a plugin. I am not sure which part of the API I should use for that. What I want is to get all dependencies for a project and their transitive dependencies in Set. At the same time dependencies that are not present locally should be downloaded.

Re: Resolving dependencies

2007-02-14 Thread Franz Allan Valencia See
Good day to you, Samuel, Kindly take a look at the Creating and resolving an artifact and Resolving transitively sections of [1]. Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook On 2/14/07, Samuel Le Berrigaud [EMAIL PROTECTED] wrote: Hi all, I was

Re: Resolving dependencies

2007-02-14 Thread Samuel Le Berrigaud
Good to you as well Franz, And thanks for the links. Sorry for bothering everyone with something that IS documented... I will have a look and 'play' again... Thanks, SaM On 2/15/07, Franz Allan Valencia See [EMAIL PROTECTED] wrote: Good day to you, Samuel, Kindly take a look at the Creating

Re: License for POM files

2007-02-14 Thread Carlos Sanchez
you could check the parent pom. In this case not even the parent has license. Anything that should be done in the future to clarify the legal aspects? On 2/14/07, Deepak Bhole [EMAIL PROTECTED] wrote: On Tue, 2007-02-13 at 12:21 -0800, Carlos Sanchez wrote: The license should be inside the

JIRA ID for plugins run twice when parent defines execution?

2007-02-14 Thread Jason Dillon
Anyone know what the JIRA ID is for the bug where a child poms plugin executions get run twice because a parent plugin also defines executions for the same plugin? --jason - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: svn commit: r506479 - in /maven/continuum/trunk: continuum-api/src/main/java/org/apache/maven/continuum/ continuum-api/src/main/java/org/apache/maven/continuum/store/ continuum-core/src/main/java/

2007-02-14 Thread Trygve Laugstøl
[EMAIL PROTECTED] wrote: Author: evenisse Date: Mon Feb 12 07:19:35 2007 New Revision: 506479 URL: http://svn.apache.org/viewvc?view=revrev=506479 Log: Fix some jdo calls for performance improvment Modified: