Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread nicolas de loof
Can't reproduce this with neither 2.0.7 nor 2.0.6. I was convinced this was possible ... will have to double check some of my builds ! So this can be added to the allready long list of "profile activation" improvement requests ! Sorry for the noise. Nico. 2008/3/4, John Casey <[EMAIL PROTECTED]

Re: Documentation for import scope

2008-03-04 Thread Ralph Goers
There is a test in maven-project under imports. Is this not sufficient? Brian E. Fox wrote: Ralph: can we get some Its for this too? We want to make 2.0.9 final this week. -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 8:32 PM To: Mave

Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread John Casey
If you're suggesting that you used to control which profile was activated via the section of the POM, I'd be very interested in seeing a test case that is broken for 2.0.8. If it ever worked, it must have been some unplanned side effect of intermingling POM properties and system properties

Re: svn commit: r616127 - in /maven/site/trunk/src/site: ./ apt/developers/release/ apt/guides/introduction/ apt/guides/mini/ apt/guides/plugin/ apt/plugin-developers/ apt/proposals/incubator/ xdoc/

2008-03-04 Thread Vincent Siveton
2008/3/4, Jason van Zyl <[EMAIL PROTECTED]>: > Didn't someone write a linkchecker plugin? :-) Hehe! It seems that linkchecker was unhappy for some links started with / Cheers, Vincent > > On 4-Mar-08, at 11:43 AM, Dennis Lundberg wrote: > > > This change seems to have broken many links on the

Re: svn commit: r616127 - in /maven/site/trunk/src/site: ./ apt/developers/release/ apt/guides/introduction/ apt/guides/mini/ apt/guides/plugin/ apt/plugin-developers/ apt/proposals/incubator/ xdoc/

2008-03-04 Thread Vincent Siveton
Hi Dennis, 2008/3/4, Dennis Lundberg <[EMAIL PROTECTED]>: > This change seems to have broken many links on the site. The ones that > broke previously started with a /, but that was removed in this commit. > Why was that? > > This page is one example of that, where most links now return a 404: >

RE: Documentation for import scope

2008-03-04 Thread Brian E. Fox
Ralph: can we get some Its for this too? We want to make 2.0.9 final this week. -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 8:32 PM To: Maven Developers List Subject: Re: Documentation for import scope http://marc.info/?l=turbine-maven

Re: svn commit: r616127 - in /maven/site/trunk/src/site: ./ apt/developers/release/ apt/guides/introduction/ apt/guides/mini/ apt/guides/plugin/ apt/plugin-developers/ apt/proposals/incubator/ xdoc/

2008-03-04 Thread Jason van Zyl
Didn't someone write a linkchecker plugin? :-) On 4-Mar-08, at 11:43 AM, Dennis Lundberg wrote: This change seems to have broken many links on the site. The ones that broke previously started with a /, but that was removed in this commit. Why was that? This page is one example of that, whe

Re: svn commit: r616127 - in /maven/site/trunk/src/site: ./ apt/developers/release/ apt/guides/introduction/ apt/guides/mini/ apt/guides/plugin/ apt/plugin-developers/ apt/proposals/incubator/ xdoc/

2008-03-04 Thread Dennis Lundberg
This change seems to have broken many links on the site. The ones that broke previously started with a /, but that was removed in this commit. Why was that? This page is one example of that, where most links now return a 404: http://maven.apache.org/guides/mini/guide-m1-m2.html [EMAIL PROTE

Re: Resources Handling Proposal

2008-03-04 Thread Jason van Zyl
You have the loaded order, clearly specify the precedence. Your code also is highly Maven specific but really you're just interpolating sources of information into a piece of text. The components John has for interpolation already exist in Plexus. Did you not see the interpolation stuff whi

Resources Handling Proposal

2008-03-04 Thread Olivier Lamy
Hi, We have had some discussions about Resources Handling recently. I have write a draft proposal in the wiki [1] Put your comments/ideas. Thanks, -- Olivier [1] http://docs.codehaus.org/display/MAVEN/Resources+Handling+(common+component+maven-filtering) ---

RE: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread Brian E. Fox
Can you check for a Jira or file one? And an IT would go a long way to getting it fixed... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nicolas de loof Sent: Tuesday, March 04, 2008 11:46 AM To: Maven Developers List Subject: Re: Looking for regressions

Re: Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread nicolas de loof
Not sure if this has allready been reported : I used in maven 2.0.7 to switch beetween two profiles by using POM level properties: release bar dev !foo Base on this, the dev profile is allways enabled on dev environ

Looking for regressions from 2.0.7 to 2.0.8

2008-03-04 Thread Brian E. Fox
We are getting ready to close out the 2.0.9 release. Are there any regressions in 2.0.8 in Jira not already scheduled for 2.0.9[1]? Now is also the time to make your pleas for other critical issues that must get into 2.0.9. We're available in irc.codehaus.org #maven if you want to raise somethi

[result] Release Maven Shade plugin 1.0

2008-03-04 Thread Brett Porter
Vote passed: +1 (binding): Brett, Carlos, Dan F, Vincent S, Olivier +1 (non-binding): Dan K, Fabrice, Hervé, Jason D Cheers, Brett On 02/03/2008, at 2:20 PM, Brett Porter wrote: Hi, The Shade plugin is ready to be released. This is needed for the 2.0.9 release as well. We solved 6 issues

Re: [vote] Release Maven Shade plugin 1.0

2008-03-04 Thread Brett Porter
On 02/03/2008, at 10:40 PM, Vincent Siveton wrote: +1 for the artifact But -0 for the documentation. Any reasons why the layout is not standard? It still looks complete - but should be run though docck in future, right? Cheers, Vincent 2008/3/1, Brett Porter <[EMAIL PROTECTED]>: H

Re: Comments / Ideas for MNG-3244

2008-03-04 Thread jallen
Don't forget what I learnt from Lukas Theussl regarding DOXIASITETOOLS-9, specifically the fact that URLs *should* have trailing slashes when referring to a 'directory':- lukas theussl wrote: > > > This behavior is correct according to the rfc specs: > http://www.ietf.org/rfc/rfc2396.txt (se