RE: aggregates (javadoc) break release

2009-01-09 Thread Brian E. Fox
Hi Paul, Have you tried with javadoc 2.4? I raised this on the dev list last week, that I think the way 2.4 works is the most correct and consider the change to 2.5 a regression. -Original Message- From: Sundling, Paul [mailto:paul.sundl...@smss.sony.com] Sent: Friday, January 09, 2009 10

aggregates (javadoc) break release

2009-01-09 Thread Sundling, Paul
After spending 2 whole workdays on it (this time), it's clearly time for help. Let's rewind to the core problem. I want to run javadoc and jxr reports with aggregates/non-aggregates and still be able to do release builds. Back in 2007 I opened a bug and even provided a zip file so it could b

Re: Maven 3.x: Dependency Management

2009-01-09 Thread Ralph Goers
I think I may need a concrete example to make sure I understand the issue properly. However, in my opinion dependency management specifications should be used for anything not explicitly specified. For example, parent foo 1.0.0 runtime parent ch

RE: CI Grid, Windows and Paths

2009-01-09 Thread Jamie Whitehouse
On Tue, 2008-12-23 at 21:16 -0500, Brian E. Fox wrote: > It is slightly unnatural but unfortunately Hudson only launches the > slaves as a process, they don't run as persistent servers. Coming to this thread a bit late, but as of Hudson 1.255 you can install slaves as a windows service, see Kohsu

Re: Maven 3.x: Dependency Management

2009-01-09 Thread Shane Isbell
On Fri, Jan 9, 2009 at 10:35 AM, Oleg Gusakov wrote: > > Shane Isbell wrote: > >> I've run into an issue where the current behavior of building a project >> model in Maven 2.0.x seems wrong. In the case of inheritance of dependency >> scope, there is a default value of "compile". This default will

Re: Maven 3.x: Dependency Management

2009-01-09 Thread Oleg Gusakov
Shane Isbell wrote: I've run into an issue where the current behavior of building a project model in Maven 2.0.x seems wrong. In the case of inheritance of dependency scope, there is a default value of "compile". This default will override the parent scope. This part is correct. But if the depen

Maven 3.x: Dependency Management

2009-01-09 Thread Shane Isbell
I've run into an issue where the current behavior of building a project model in Maven 2.0.x seems wrong. In the case of inheritance of dependency scope, there is a default value of "compile". This default will override the parent scope. This part is correct. But if the dependency scope is not spec

Re: Recruitment : migration from Maven1.0.2 to Maven 2.0.x

2009-01-09 Thread Jason van Zyl
Please do not advertise for jobs on this mailing list. Use j...@apache.org . On 9-Jan-09, at 10:56 AM, carlos.dam...@bnpparibas.com wrote: Bonjour Au sein d'un projet international chez BP2S (BNP Paribas Securities Services) à Paris 13eme, nous recherchons une personne ayant les connaissances

Recruitment : migration from Maven1.0.2 to Maven 2.0.x

2009-01-09 Thread carlos . damota
Bonjour Au sein d'un projet international chez BP2S (BNP Paribas Securities Services) à Paris 13eme, nous recherchons une personne ayant les connaissances requises pour une mission nous permettant d'effectuer la migration de Maven 1 vers Maven 2. Nous utilisons Maven 1.0.2 pour notre build cont

Re: MNG-2605

2009-01-09 Thread John Casey
Is it possible that the only profiles which are ever fed through this code are those that have been selected as active in the settings? If that's not the case, it's possible that this code originally expected those conditions, since originally the only profiles brought in from settings were tho

Re: How do I add all the jars in a directory in junit test exeicution classpath

2009-01-09 Thread Wendy Smoak
On Fri, Jan 9, 2009 at 6:48 AM, Nimbkar, Mandar wrote: > I have few junit test cases to be executed using Maven build. ... I replied on the users list and copied you. Please follow up on that list instead; this one is for discussing the development of Maven itself. Thanks! -- Wendy

Proposed fix for SCM-432

2009-01-09 Thread Dan Tran
Please give comments on the proposed fix for http://jira.codehaus.org/browse/SCM-432 Thanks -Dan -- Forwarded message -- From: Dan Tran (JIRA) Date: Fri, Jan 9, 2009 at 5:41 AM Subject: [jira] Commented: (SCM-432) Goal scm:export does not work for Subversion repository To: iss

Re: svn commit: r732929 - in /maven/components/trunk: maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/artifact/resolver/filter/ maven-core/src/main/ja

2009-01-09 Thread Jason van Zyl
Sure, I can give you mine. Contegix wired in the MAC to the grid so I didn't actually look at the specs but I doubt it's as up-to-date as my machine here. I'll send the contents along. On 9-Jan-09, at 5:34 AM, Benjamin Bentmann wrote: Hi Jason, Author: jvanzyl Date: Thu Jan 8 21:34:14 20

How do I add all the jars in a directory in junit test exeicution classpath

2009-01-09 Thread Nimbkar, Mandar
Hi, I have few junit test cases to be executed using Maven build. My test classes require all the jars located a directory (say %JBOSS_HOME%\server\default\lib dir) in the classpath. How do I add them in the classpath. I don't want to add them one by one using "dependency", it'd be too huge lis

Re: Maven SCM - SVN provider

2009-01-09 Thread Dan Tran
On Fri, Jan 9, 2009 at 5:28 AM, Nord, James wrote: > It seems like a bug in SvnScmProviderRepository.parseURL() > > On windows the url passed in is a file url file://X:/path/to/directory > The protocol is set to file:// and then url gets translated into > protocol + urlpath which results in the or

RE: Maven SCM - SVN provider

2009-01-09 Thread Nord, James
It seems like a bug in SvnScmProviderRepository.parseURL() On windows the url passed in is a file url file://X:/path/to/directory The protocol is set to file:// and then url gets translated into protocol + urlpath which results in the original file://X:/path/to/directory which the svn command line

Re: Maven SCM - SVN provider

2009-01-09 Thread Dan Tran
You are right, and i am not really understand the rational behind why the command works directory with remote url rather local file. so you may need to go ehead with your own implemtation. I also filed SCM-433 to allow me at least run "svn info" on a local directory, so that i can get rid of buil

RE: Maven SCM - SVN provider

2009-01-09 Thread Nord, James
The SVN provider does support the info command - it just seems to only work on remote repository URLs as the maven scm rejects the local path as a repo even though the code inside the svn provider can deal with it. The Build-number still sufferes the same issues as it needs an ScmRepository which

Re: svn commit: r732929 - in /maven/components/trunk: maven-compat/src/main/java/org/apache/maven/artifact/ maven-compat/src/main/java/org/apache/maven/artifact/resolver/filter/ maven-core/src/main/ja

2009-01-09 Thread Benjamin Bentmann
Hi Jason, Author: jvanzyl Date: Thu Jan 8 21:34:14 2009 New Revision: 732929 URL: http://svn.apache.org/viewvc?rev=732929&view=rev Log: MNG-3586: system scope is working again, the IT does not appear to work on OS/X. Both 2.0.9 and this snapshot fail the first test of the IT. I just fired a