UI for Group Actions

2007-09-09 Thread Wendy Smoak
I'm looking at the UI for the new things in Group Actions, and there's some inconsistency. The drop down needs a space, Choose a Build Definition (not BuildDefinition). Everything else is capitalized, so the next one should be Build All Projects. We have Edit, Delete Group, and Release. Either

Wrong icons immediately after adding projects

2007-09-09 Thread Wendy Smoak
When I add a multi-module project, the project group summary shows the 'cancel build' icon for the first project, and 'queued build' icons for the rest. This is incorrect, nothing is building or queued at that time. If I navigate away and come back, it correctly shows the 'build project' icon

[VOTE] Release maven-one-plugin 1.2

2007-09-09 Thread Dennis Lundberg
Hi, I'd like to release maven-one-plugin 1.2. Release Notes: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11241styleName=Htmlversion=13531 Tag: https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.2/ Staged at:

Path to 2.1-alpha-1

2007-09-09 Thread Jason van Zyl
Hi, For the first set of alpha releases I think we should be focusing on fixing many of the problems and specifically dealing with: 1) Any backward compatibility problems 2) Error reporting and general usability issues 3) Regressions 4) Failing ITs (There are 11 commented out and one

For anyone trying to fix configuration bugs in 2.1 (and some notes on how Maven 2.1 works)

2007-09-09 Thread Jason van Zyl
Hi, I have made a great attempt to push all configuration of anything possible to configure in Maven to this class: http://svn.apache.org/repos/asf/maven/components/trunk/maven-embedder/ src/main/java/org/apache/maven/embedder/execution/ DefaultMavenExecutionRequestPopulator.java For

Re: Classpath ordering of dependencies

2007-09-09 Thread Wayne Fay
It also sounds like perhaps you need an excludes in your dependency declaration, to get rid of that bad transitive dep. Wayne On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: I did a little more research, and it looks like the artifact was renamed, so maven didn't know they were the same

Standard location for a plugin smoke test

2007-09-09 Thread Jason van Zyl
Hi, Just doing some more planning for 2.1 and it would be very advantageous if we could harness many of the ITs created for plugins in a standard way so that we could run a build of Maven against as many plugins as we can get our hands on. I was thinking a standard directory location of

Re: code documentation was: For anyone trying to fix configuration bugs in 2.1 (and some notes on how Maven 2.1 works)

2007-09-09 Thread Brett Porter
Cool. This mail has some good content that I'd like to retain in the code documentation. What process should we have for documenting code in Maven core? I kind of like: - as much as possible in the class javadoc that describes just that class (I think the current javadoc for MERP does

Re: Path to 2.1-alpha-1

2007-09-09 Thread Brett Porter
On 10/09/2007, at 9:21 AM, Jason van Zyl wrote: Hi, For the first set of alpha releases I think we should be focusing on fixing many of the problems and specifically dealing with: 1) Any backward compatibility problems 2) Error reporting and general usability issues 3) Regressions 4)

Re: Standard location for a plugin smoke test

2007-09-09 Thread Brett Porter
Sorry, not quite grokking this - are you referring to setting up plugin ITs like the Maven core-its, but on a per-plugin basis? I think basically we want in each project: . `-- src `-- functional-tests |-- java `-- projects |-- test-project1 | |--

RE: Classpath ordering of dependencies

2007-09-09 Thread Brian E. Fox
And you can use the enforcer noBannedDependency rule to make sure it doesn't come back. Take a look at the dependency plugin pom to see how I used it because the containerApi kept sneaking in. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Sunday, September 09, 2007

RE: Standard location for a plugin smoke test

2007-09-09 Thread Brian E. Fox
Presumably wouldn't this just mean building plugins/ with the latest candidate 2.1? If they don't already have Its, then they wouldn't be avail to port to this new location anyway so I'm not sure it makes a huge difference. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED]

RE: code documentation was: For anyone trying to fix configuration bugs in 2.1 (and some notes on how Maven 2.1 works)

2007-09-09 Thread Brian E. Fox
I would prefer the javadocs so it's self contained. Anyone looking at this detailed level would really want javadocs and not an APT anyway. The narrative description can go in the class javadoc to describe how/what/why etc. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED]

RE: [vote] bring shade-maven-plugin to apache

2007-09-09 Thread Brian E. Fox
The move is complete and the apache code is now in the maven-sandbox/plugins/maven-shade-plugin. The fate of the shade source at mojo is still pending but the votes so far indicate it will be a full move. (removed from the mojo svn) -Original Message- From: Brian E. Fox [mailto:[EMAIL

Re: Standard location for a plugin smoke test

2007-09-09 Thread Jason van Zyl
On 9 Sep 07, at 8:27 PM 9 Sep 07, Brian E. Fox wrote: Presumably wouldn't this just mean building plugins/ with the latest candidate 2.1? This would also be to check new versions of plugins with older versions of Maven. Knowing for certain and being able to test that the prereq is

Re: Standard location for a plugin smoke test

2007-09-09 Thread Jason van Zyl
On 9 Sep 07, at 8:24 PM 9 Sep 07, Brett Porter wrote: Sorry, not quite grokking this - are you referring to setting up plugin ITs like the Maven core-its, but on a per-plugin basis? I think basically we want in each project: . `-- src `-- functional-tests |-- java `--

Re: [VOTE] Release maven-one-plugin 1.2

2007-09-09 Thread Brett Porter
+1 On 10/09/2007, at 6:26 AM, Dennis Lundberg wrote: Hi, I'd like to release maven-one-plugin 1.2. Release Notes: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=11241styleName=Htmlversion=13531 Tag: https://svn.apache.org/repos/asf/maven/plugins/tags/maven-one- plugin-1.2/