Re: [ANN] Maven Javadoc Plugin 2.1 for Maven 2 Released

2006-10-09 Thread Jason Dillon
Sweet :-) --jason On Oct 9, 2006, at 1:49 PM, Carlos Sanchez wrote: now ;) On 10/9/06, Jason Dillon <[EMAIL PROTECTED]> wrote: When will this be on central? --jason On Oct 9, 2006, at 9:27 AM, Vincent Siveton wrote: > The Maven team is pleased to announce the release of the Maven Java

Re: [ANN] Maven Javadoc Plugin 2.1 for Maven 2 Released

2006-10-09 Thread Carlos Sanchez
now ;) On 10/9/06, Jason Dillon <[EMAIL PROTECTED]> wrote: When will this be on central? --jason On Oct 9, 2006, at 9:27 AM, Vincent Siveton wrote: > The Maven team is pleased to announce the release of the Maven Javadoc > Plugin, version 2.1 > > http://maven.apache.org/plugins/maven-javadoc

Re: [ANN] Maven Javadoc Plugin 2.1 for Maven 2 Released

2006-10-09 Thread Jason Dillon
When will this be on central? --jason On Oct 9, 2006, at 9:27 AM, Vincent Siveton wrote: The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.1 http://maven.apache.org/plugins/maven-javadoc-plugin/ You can run mvn -U to get the latest version of the plugi

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-09 Thread Jason Dillon
In the first snip, I need to get a list of all dependencies for a project in a tree so that I can add some dependencies to a classpath to execute a child java process. The second snip is used to resolve artifacts which are not configured directly as dependencies, but defined similar to how

[ANN] Maven Javadoc Plugin 2.1 for Maven 2 Released

2006-10-09 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.1 http://maven.apache.org/plugins/maven-javadoc-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.plugins m

hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
(this was posted on the users list, but nobody responded) Hi all, I've noticed that I cannot pass hex values "0xa01" or octal values "0755" as integer parameters. This fails in the pom, and in the source file of the Mojo I develop ("@parameter expression="0xa01"). I'd like to submit this as a fe

Re: hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
oops, Martin did answer on the users list. sorry Ph On Mon, 2006-10-09 at 16:17 +0200, Philippe Faes wrote: > (this was posted on the users list, but nobody responded) > > Hi all, > > I've noticed that I cannot pass hex values "0xa01" or octal values > "0755" as integer parameters. This fails i

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Lukas Theussl
Hrmpf. Looks like you are going through the same sort of thing as I did when I implemented our own jelly and dom4j. Good luck! :) If the bootstrap problem is the same that I saw at the time then you only have to upgrade the plugin deps, but no need to release the plugins. Their deps will be

Serena/PVCS support

2006-10-09 Thread Antoine Veret
Title: Serena/PVCS support Hello, I need the PVCS provider, is Peter Ineson (or someone else) still working it ? The SCM-34 issue doesn’t seem to be up to date. Thanks you -- Antoine Véret

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Arnaud HERITIER
Yes but actually it will use a snapshot of maven-model. To release it we have to release before : - modello (I updated it the dom4j plugin to generate a reader which use an URL and not only a Reader) - maven-modello-plugin in the sandbox - maven-model We will also have to release all plugins whic

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Lukas Theussl
Arnaud, That's great! If this works out then we could publish 1.1rc1 very soon, as it's the only blocker that I saw. The only headache I still have comes from the test plugin, it would be good to get a new release of it into rc1 but I don't think it's imperative. -Lukas Arnaud HERITIER wro

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Arnaud HERITIER
On 10/9/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 5 Oct 06, at 5:29 PM 5 Oct 06, Arnaud HERITIER wrote: > Hi Jason. > > The eternal question ;-) > We planned with Lukas to release the first RC during September. > But as you > saw it, nothing happened. Lukas and I had some personal cons

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 5 Oct 06, at 5:29 PM 5 Oct 06, Arnaud HERITIER wrote: Hi Jason. The eternal question ;-) We planned with Lukas to release the first RC during September. But as you saw it, nothing happened. Lukas and I had some personal constraints that didn't allow us to do it. And our new committers

Re: [vote] Allowing Ant-based plugins to use file-based resources

2006-10-09 Thread Jason van Zyl
On 6 Oct 06, at 8:24 PM 6 Oct 06, Kenney Westerhof wrote: +1, and i'm really curious how you would fit that into 10 lines.. ;) After I worked on Plexus Archiver it's now 12 lines :-) Btw, IIRC the current ant plugin tools already unpack the jar to / tmp/someplace so they can specify the lo

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 9 Oct 06, at 9:02 AM 9 Oct 06, Arnaud HERITIER wrote: YES ;-) I removed my local repository and all dependencies were correctly downloaded. Cool. Hen and myself (and anyone else interested) are going to get together at ApacheCon and cleanup the repository syncing and we'll take a l

Re: [Fwd: [maven2 build trunk - FAILED - update] Sun Oct 8 11:00:00 GMT 2006]

2006-10-09 Thread Jason van Zyl
Hi, Looks like Kenney, Jesse, myself and possibly a few others are going to simplify this whole process because it took me more then 5 minutes to figure out what was wrong. We're going to toss the ci.sh script and do whatever is necessary so that: 1) It is dead simple to bootstrap on any

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Arnaud HERITIER
YES ;-) I removed my local repository and all dependencies were correctly downloaded. Arnaud On 10/9/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 9 Oct 06, at 7:58 AM 9 Oct 06, Arnaud HERITIER wrote: Is the m1 bootstrap now working with the new central repository? Jason. > ok, thanks

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Stephane Nicoll
Hey!! :-) On 10/9/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: Good to learn that someone actually still expects another release of m1 ... I wasn't so sure about that anymore. ;) -Lukas Jason van Zyl wrote: > On 9 Oct 06, at 8:21 AM 9 Oct 06, Lukas Theussl wrote: > >> I bootstrapped yesterda

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-09 Thread Jason van Zyl
What is it that you're actually trying to do? Jason. On 9 Oct 06, at 3:03 AM 9 Oct 06, Jason Dillon wrote: No I did not send that message 5 times. I need the localRepository for calls like: artifactCollector.collect( project.getDependencyArtifacts(), project.

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Lukas Theussl
Good to learn that someone actually still expects another release of m1 ... I wasn't so sure about that anymore. ;) -Lukas Jason van Zyl wrote: On 9 Oct 06, at 8:21 AM 9 Oct 06, Lukas Theussl wrote: I bootstrapped yesterday after Arnaud's updates and it worked fine. Great, then we'll all

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 9 Oct 06, at 8:21 AM 9 Oct 06, Lukas Theussl wrote: I bootstrapped yesterday after Arnaud's updates and it worked fine. Great, then we'll all be lined up after the next release of m1 which is great. Thanks! -Lukas Jason van Zyl wrote: On 9 Oct 06, at 7:58 AM 9 Oct 06, Arnaud HERITIE

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Lukas Theussl
I bootstrapped yesterday after Arnaud's updates and it worked fine. -Lukas Jason van Zyl wrote: On 9 Oct 06, at 7:58 AM 9 Oct 06, Arnaud HERITIER wrote: Is the m1 bootstrap now working with the new central repository? Jason. ---

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 9 Oct 06, at 7:58 AM 9 Oct 06, Arnaud HERITIER wrote: Is the m1 bootstrap now working with the new central repository? Jason. ok, thanks Arnaud On 10/9/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 9 Oct 06, at 6:55 AM 9 Oct 06, Jason van Zyl wrote: > > On 9 Oct 06, at 6:49 AM 9 Oct

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Arnaud HERITIER
ok, thanks Arnaud On 10/9/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 9 Oct 06, at 6:55 AM 9 Oct 06, Jason van Zyl wrote: > > On 9 Oct 06, at 6:49 AM 9 Oct 06, Arnaud HERITIER wrote: > >> I was referring to the m2 doc >> Actually the repo1.maven.org isn't yet mentioned in the doc >> http

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 9 Oct 06, at 6:55 AM 9 Oct 06, Jason van Zyl wrote: On 9 Oct 06, at 6:49 AM 9 Oct 06, Arnaud HERITIER wrote: I was referring to the m2 doc Actually the repo1.maven.org isn't yet mentioned in the doc http://maven.apache.org/guides/mini/guide-ibiblio-upload.html It should really just refe

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 9 Oct 06, at 6:49 AM 9 Oct 06, Arnaud HERITIER wrote: I was referring to the m2 doc Actually the repo1.maven.org isn't yet mentioned in the doc http://maven.apache.org/guides/mini/guide-ibiblio-upload.html It should really just refer to the central repository and then it would be up-to-d

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Arnaud HERITIER
I was referring to the m2 doc Actually the repo1.maven.org isn't yet mentioned in the doc http://maven.apache.org/guides/mini/guide-ibiblio-upload.html ... Arnaud On 10/9/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 8 Oct 06, at 5:45 PM 8 Oct 06, Arnaud HERITIER wrote: > Jason, > > I cha

Re: [vote] Release Maven Javadoc plugin 2.1

2006-10-09 Thread Vincent Siveton
Vote results: +1 (binding): Emmanuel, Mike, Carlos, Vincent S. +1 (committer): Brian The release is being prepared (with MJAVADOC-93). Cheers, Vincent 2006/10/4, Vincent Siveton <[EMAIL PROTECTED]>: Hi, The latest Javadoc plugin release was in may. I think that it is still in good shape. We

Re: [vote] Release Maven Javadoc plugin 2.1

2006-10-09 Thread Vincent Siveton
+1 Vincent 2006/10/4, Vincent Siveton <[EMAIL PROTECTED]>: Hi, The latest Javadoc plugin release was in may. I think that it is still in good shape. We solved 18 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11138&styleName=Html&version=12614 There are still a couple of

Re: Next Maven 1.x using the new central repository

2006-10-09 Thread Jason van Zyl
On 8 Oct 06, at 5:45 PM 8 Oct 06, Arnaud HERITIER wrote: Jason, I changed the settings in the trunk for m1. I'll have to update the documentation, but I think that it could be possible to share it with maven 2. Did you already update it ? The documentation for m1? Not sure what you're re

Re: [m2] lifecycle design

2006-10-09 Thread dvicente
nobody can help me ? http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html http://www.nabble.com/-M2--dashboard-report-plugin-tf2342819.html dvicente wrote: > > Hi, > > How to develop a maven report plugin which can be excuted as single plugin > with a specific goal and which can

Re: Problem listing a projects deps transitivly

2006-10-09 Thread Mark Hobson
You may be interested in http://jira.codehaus.org/browse/MPH-14. It's on my todo list if I can find the time.. Mark On 07/10/06, Jason Dillon <[EMAIL PROTECTED]> wrote: I've been trying for several weeks to figure out how to get a list of the dependencies of a project, or an artifact transitiv

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-09 Thread Jason Dillon
No I did not send that message 5 times. I need the localRepository for calls like: artifactCollector.collect( project.getDependencyArtifacts(), project.getArtifact(), managedVersions, getArtifactRepository(), // ${localRepository}

Re: Obtaining Maven source code

2006-10-09 Thread Trygve Laugstøl
Anirudh Chandrakant wrote: Hi, could you please tell me how i can obtain (download) the maven source code. The Maven 2 source repository is at [1]. [1]: http://svn.apache.org/repos/asf/maven/components/trunk/ -- Trygve

Re: How to get ${localRepository} from plexus component (not mojo)

2006-10-09 Thread Kenney Westerhof
Is it my mail client or did you really send this message 5 times? The settings object (which contains the local repo) is not a component, so you can't inject that. You could re-parse the settings.xml yourself, but that's not a nice solution. I think you're stuck with passing the settings or