Re: Reporting web user interface

2006-09-05 Thread Franz Allan Valencia See
Good day to you, Brett, Sorry, but i'm just starting with it right now. Something came up a few days ago that needed my immediate attention. Anyway, i'll try to give an estimate tom. Thanks, Franz On 9/4/06, Brett Porter <[EMAIL PROTECTED]> wrote: I'll leave -77 to last, but I'm starting work

Re: New icons and style

2006-09-05 Thread Nicolas De Loof
I agree with Jason that those centered labels (GroupId, ArtifactId...) make the UI look bad. A right align should be better. I also find the labels font too large compared to the artifact datas. They use the larger font of the page ! I'd prefer the same font/size as the "Other details" title.

775 for maven-dependency-plugin's snapshot

2006-09-05 Thread dan tran
Hello I need someone with the right authority to recursively change scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-dependency-plugin to 775 file mode so that I can deploy a new snaphot. Currently it is set to 755 owned by Brian Fox Than

Re: [Repository] Sync request

2006-09-05 Thread Alex Karasulu
Carlos Sanchez wrote: done On 9/5/06, Alex Karasulu <[EMAIL PROTECTED]> wrote: Hi, We just finished deploying ApacheDS 1.0-RC4 to the repository. Could you please synch up to ibiblio.org. Here's the exact directory that needs to be synched, /www/people.apache.org/repo/m2-ibiblio-rsync-repos

Re: [Repository] Sync request

2006-09-05 Thread Carlos Sanchez
done On 9/5/06, Alex Karasulu <[EMAIL PROTECTED]> wrote: Hi, We just finished deploying ApacheDS 1.0-RC4 to the repository. Could you please synch up to ibiblio.org. Here's the exact directory that needs to be synched, /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/direct

[Repository] Sync request

2006-09-05 Thread Alex Karasulu
Hi, We just finished deploying ApacheDS 1.0-RC4 to the repository. Could you please synch up to ibiblio.org. Here's the exact directory that needs to be synched, /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/directory/ Thanks, The Apache Directory Team ---

Re: Classloading problem with Maven2 plugin

2006-09-05 Thread Doug Douglass
See the mojo API spec. [1], specifically the requiresDependencyResolution annotation. Doug [1] http://maven.apache.org/developers/mojo-api-specification.html On 9/5/06, Joost den Boer <[EMAIL PROTECTED]> wrote: I have created a plugin to run an application. The plugin needs the classes of the

Classloading problem with Maven2 plugin

2006-09-05 Thread Joost den Boer
I have created a plugin to run an application. The plugin needs the classes of the Pom project and dependencies to run. When I first run the plugin I noticed Maven hadn't put the current project and all dependencies on the classpath. Why not? Is this a bug ? I searched all over the maven.apache s

Re: svn commit: r439352 - in /maven/components/trunk: ./ maven-artifact-manager/ maven-artifact-manager/src/main/java/org/apache/maven/artifact/repository/metadata/ maven-artifact-manager/src/test/jav

2006-09-05 Thread John Casey
Sorry, took a shortcut on those utils, since I had them from testing the assembly plugin. I'd like to create a testing artifact that will manage mocks, and there is more in that file manager than just File.createTempFile() (it'll cleanup dangling temp files/dirs on shutdown, for one thing)...but I

Re: svn commit: r438189 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/profiles/ main/java/org/apache/maven/project/artifact/ test/java/org/apache/maven/project/artifact/

2006-09-05 Thread John Casey
There, done. Affected issues: MNG-1797, MNG-2420 -john On 9/5/06, John Casey <[EMAIL PROTECTED]> wrote: Sorry, I didn't have the issue number on hand. I'll look it up and add it to the log message now. -j On 8/31/06, Grzegorz Slowikowski < [EMAIL PROTECTED]> wrote: > > Hello > > Why didn't

Re: svn commit: r438189 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/profiles/ main/java/org/apache/maven/project/artifact/ test/java/org/apache/maven/project/artifact/

2006-09-05 Thread John Casey
Sorry, I didn't have the issue number on hand. I'll look it up and add it to the log message now. -j On 8/31/06, Grzegorz Slowikowski <[EMAIL PROTECTED]> wrote: Hello Why didn't you use jira issue number in commit message and didn't close jira issue (I don't remember its number)? I'm talking

Re: New icons and style

2006-09-05 Thread Brett Porter
By labels, you mean the bold things like "Artifact Id", "License", ...? That's the tags I was referring too - or is it something else? On 06/09/2006, at 1:25 AM, Jason van Zyl wrote: On 5 Sep 06, at 11:10 AM 5 Sep 06, Brett Porter wrote: Hi, I still have some work to do on some areas o

Re: New icons and style

2006-09-05 Thread Jason van Zyl
On 5 Sep 06, at 11:10 AM 5 Sep 06, Brett Porter wrote: Hi, I still have some work to do on some areas of the CSS (namely the table headings), but with some help we now have some icons and a bit cleaner look. Some examples: http://repository.maven.org/browse/org.apache.maven/maven/2.0 Th

[Repository] [Sync] Request to synch to ibiblio for MINA release

2006-09-05 Thread Alex Karasulu
Alex Karasulu wrote: Hi, The MINA team has just released MINA 0.9.5 and would like to synch up the repository to ibiblio.org. The exact path that needs to be synched is below: /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/directory Thanks, The Apache MINA Team Oo

New icons and style

2006-09-05 Thread Brett Porter
Hi, I still have some work to do on some areas of the CSS (namely the table headings), but with some help we now have some icons and a bit cleaner look. Some examples: http://repository.maven.org/browse/org.apache.maven/maven/2.0 http://repository.maven.org/browse/org.apache.maven.plugins/ma

Re: maven 2 plugin dev question

2006-09-05 Thread fogwolf
What if my plugin is written in Ant & not Java? Also, when I run the maven install command to build & install my plugin, it isn't adding my resources directory to the jar file. How do I get it to do this? Thanks!! Arnaud Bailly-3 wrote: > > fogwolf <[EMAIL PROTECTED]> writes: > >> Hi there. >

Re: Serena/PVCS support

2006-09-05 Thread Brett Porter
It's just the normal "maven test" inside one of the providers that implements them, eg SVN. So you'll want to implement them in the same way it does. - Brett On 05/09/2006, at 11:11 PM, Peter Ineson wrote: Can anyone tell me how to run the TCK tests? I am guessing it is a maven goal, but

Re: Serena/PVCS support

2006-09-05 Thread Peter Ineson
Can anyone tell me how to run the TCK tests? I am guessing it is a maven goal, but which I do not know. Cheers Peter Ineson Web: http://home.people.net.au/~peter_ineson/ - Original Message - From: "Peter Ineson" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 30, 2006 8:22 PM Subjec

Re: Where is the KEYS file that I can add my key to?

2006-09-05 Thread Jason van Zyl
On 5 Sep 06, at 12:44 AM 5 Sep 06, Lukas Theussl wrote: Is this documented somewhere where we can point new committers to? I posted the change to the PMC list and Dennis has volunteered to update the docs. The KEYS file is now here: http://svn.apache.org/repos/asf/maven/project/ And ther

Re: Discussion for issue MNG-2546 (Eclipse/OSGi Dependencies)

2006-09-05 Thread Jason van Zyl
On 5 Sep 06, at 2:55 AM 5 Sep 06, Milos Kleint wrote: On 9/5/06, Wendell Beckwith <[EMAIL PROTECTED]> wrote: On 9/4/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > If you've done the work, go ahead and submit a patch. I think I'll > find the code easier to read than this mail :) Done. Yeah,

Re: [repost] Re: [1.0.3] NoSuchMethodError: org.codehaus.plexus.util.cli.Commandline.setPid during build

2006-09-05 Thread Emmanuel Venisse
It build fine for me on Windows XP. Send us the output of mvn -X clean install What do you build 1.0.3 or 1.1? Emmanuel Barrie Treloar a écrit : The list is rather quiet... Am I missing some documentation on the steps to build on a Windows XP machine? Has anyone else successfully built on a

Re: svn commit: r440170 - /maven/components/trunk/maven-artifact-manager/pom.xml

2006-09-05 Thread Fabrizio Giustina
On 9/5/06, Brett Porter <[EMAIL PROTECTED]> wrote: I think it's just a limitation in how depMgmt is handled in the bootstrap. you are right, I checked locally and it looks like it's ignored when bootstrapping. I also had to add the test scope to the easymock dependency to make it work as expect

Re: Discussion for issue MNG-2546 (Eclipse/OSGi Dependencies)

2006-09-05 Thread Barrie Treloar
I'm not sure I understand how the MNG-2546 issue is related to what I need in the IDE. let me reiterate my requirements. 1. find out what the source roots are (even if not existing yet) for a given project without executing it. That sort of points in the directtion of declaratively marking some mo