Re: thought about a change to compile scope.

2007-05-24 Thread Christian Gruber
Good point. The abstract one should be obvious, sorry. Definitely needs a rethink. Another option would be for putting analysis of the actual java classes into the artifact metadata somewhere (not the pom, the manifest). Then you could analyze which artifacts supplied which dependant r

[vote] Release Portlet Archetype 1.0.1 and Archetype parents

2007-05-24 Thread Brett Porter
Hi, The 1.0 release of the portlet archetype doesn't work at all, but Franz has patched it up and it's useful now. There are no open issues for this archetype, so I'd like to release 1.0.1, and the dependant parent POMs. To test it, build it and run something like: mvn archetype:create -D

Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brett Porter
Actually, this was my fault - there was a bug in the pom where it referenced 2.3. I'll publish a new snapshot in a few minutes. - Brett On 25/05/2007, at 1:53 AM, Zak Jacobson wrote: Hi- We are experiencing an issue with this today. We are not trying to test the 2.3.1-SNAPSHOT version.

Re: [vote] Release maven-release-manager 1.0-alpha-3 and maven-release-plugin 2.0-beta-6

2007-05-24 Thread WilliamF
Emmanuel, 2.0-beta-6 of the release-plugin seems to have the following problem while rewriting the Poms http://jira.codehaus.org/browse/MRELEASE-236 I don't think you can release it as is. I can't imagine why no-one else is seeing this. William Emmanuel Venisse wrote: > > Hi, > > I'd li

[jira] Subscription: Design & Best Practices

2007-05-24 Thread jira
Issue Subscription Filter: Design & Best Practices (35 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Re: svn commit: r541512 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/plan: BuildPlan.java BuildPlanIfc.java

2007-05-24 Thread Brett Porter
Coolio. Thanks for clearing it up for me :) On 25/05/2007, at 12:14 PM, John Casey wrote: I'm just getting it out of the way, so I can refactor in peace. SVN doesn't like it when you move something to another file, then try to replace the old filename with a new file without committing fir

Re: svn commit: r541512 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/plan: BuildPlan.java BuildPlanIfc.java

2007-05-24 Thread John Casey
I'm just getting it out of the way, so I can refactor in peace. SVN doesn't like it when you move something to another file, then try to replace the old filename with a new file without committing first. I'm almost done with a new BuildPlan implementation, and I'm not quite ready to break e

Re: svn commit: r541512 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/plan: BuildPlan.java BuildPlanIfc.java

2007-05-24 Thread Brett Porter
Was this intentional? Doesn't seem like a naming convention consistent with the rest of the project. On 25/05/2007, at 12:06 PM, [EMAIL PROTECTED] wrote: Author: jdcasey Date: Thu May 24 19:06:24 2007 New Revision: 541512 URL: http://svn.apache.org/viewvc?view=rev&rev=541512 Log: Preparing t

Re: svn commit: r541459 - in /maven/site/trunk/src/site/apt: guides/mini/guide-bash-m2-completion.apt release-notes.apt

2007-05-24 Thread Brett Porter
Vincent, I don't think this is correct. When we fix the site plugin so that pages are only conditionally treated as velocity templates, this will then show \} in the output, I think. The fix needs to be made in the site plugin. Cheers, Brett On 25/05/2007, at 8:25 AM, [EMAIL PROTECTED] wr

Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brett Porter
On 25/05/2007, at 1:53 AM, Zak Jacobson wrote: 1) Why do we get the class not found exception with 2.3.1-SNAPSHOT? Someone else reported it and I think it's because I defaulted to useSystemClassLoader = true which apparently doesn't work on windows (thought it was fixed, guess it wasn't,

Re: thought about a change to compile scope.

2007-05-24 Thread Brett Porter
Not planned to my knowledge. Maven used to do it, and it didn't work because you sometimes need a compile scope dependency transitively (the classic example being extending an abstract class from a different package). The better solution is to add the ability to export your dependencies i

Re: svn commit: r502089 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2007-05-24 Thread Brett Porter
On 25/05/2007, at 12:57 AM, Mark Hobson wrote: On 24/05/07, Brett Porter <[EMAIL PROTECTED]> wrote: Yep, there's a few examples of plugins that re-use the resolution mechanism and though I've never used it maven-downloader is meant to encapsulate that in an easy to use API as well. Looks lik

Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brett Porter
Looks like a conflict with plexus-utils. If you're using Maven 2.1- SNAPSHOT, I'm going with you're fault (there's still a known issue with hiding there, right?); if you are using 2.0.x I'm going with my fault :) - Brett On 25/05/2007, at 2:55 AM, Andrew Williams wrote: Well, I don't know

Re: thought about a change to compile scope.

2007-05-24 Thread Christian Gruber
Nothing like original thought, huh? :) Never mind then - good to know. Count this e-mail as a moral +1 on that feature should it ever come to vote. Christian. On May 24, 2007, at 7:29 PM, Brian E. Fox wrote: I think we have this planned for 2.1. I know it's been discussed before. ---

RE: thought about a change to compile scope.

2007-05-24 Thread Brian E. Fox
I think we have this planned for 2.1. I know it's been discussed before. -Original Message- From: Christian Gruber [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 7:13 PM To: Maven Developers List Subject: thought about a change to compile scope. Hey. I was thinking about th

thought about a change to compile scope.

2007-05-24 Thread Christian Gruber
Hey. I was thinking about the best-practice (I hate that word) of including all direct dependencies in a pom even if you would get the code transitively (in case transitive relationships are changed behind the scenes). This makes sense, but it makes me wonder if the compile phase sho

Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Andrew Williams
Well, I don't know if I did something wrong, but since this email went out (possibly a few hours before) my tests all fail. I have to pin the surefire plugin to 2.3 for them to pass. Everything seems to fail with the following message: - Exception in thread "main" java.lang.NoClassDefFound

Re: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Zak Jacobson
Hi- We are experiencing an issue with this today. We are not trying to test the 2.3.1-SNAPSHOT version. Our pom has org.apache.maven.plugins maven-surefire-plugin 2.3 But we are downloading and using 2.3.1-SNAPSHOT which gives the following error:

Re: svn commit: r502089 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2007-05-24 Thread Mark Hobson
On 24/05/07, Brett Porter <[EMAIL PROTECTED]> wrote: Yep, there's a few examples of plugins that re-use the resolution mechanism and though I've never used it maven-downloader is meant to encapsulate that in an easy to use API as well. Looks like an infinite loop in the first DefaultDownloader.

Re: Settings Variable expansion

2007-05-24 Thread John Casey
System properties are basically the only thing available at the time that the settings.xml is read. Since profile definitions are read from the settings, it causes a sort of chicken-and-egg scenario to try variable expansion with variables defined in profiles. Also, if we took a second roun

Re: Maven current ref

2007-05-24 Thread Vincent Siveton
Hi Wendy, I deployed the last Maven references and added doc (r541300). Cheers, Vincent 2007/5/22, Wendy Smoak <[EMAIL PROTECTED]>: On 5/22/07, Vincent Siveton <[EMAIL PROTECTED]> wrote: > Since Maven 2.0.6 is out, I think it should be useful to redeploy this > Maven site: > http://maven.apa

RE: Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brian E. Fox
What's the status of TNG on jdk1.4 with this release? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 6:46 AM To: Maven Developers List Subject: Please test Surefire 2.3.1 pre-release Hi, The surefire 2.3.1 release vote is imminent, so I'd li

Please test Surefire 2.3.1 pre-release

2007-05-24 Thread Brett Porter
Hi, The surefire 2.3.1 release vote is imminent, so I'd like to ask people to test the latest build. I'm particularly interested in those: - who can't use 2.3 because of a regression since 2.2 - who currently use 2.3 on Windows - who use different types of classloading configuration in tests