Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread Peter Donald
On Thu, 20 Mar 2003 10:41, [EMAIL PROTECTED] wrote: > So is it time now for a Jira plugin for Maven so we can get the > bugs/issues etc as part of the docs? +10 ;) -- Cheers, Peter Donald --- "You can't depend on your eyes when

Re: cvs commit: maven/src/plugins-build/faq plugin.jelly

2003-03-19 Thread James Strachan
From: <[EMAIL PROTECTED]> > This will have no runtime effect, right? Since Maven's lib directory has > an older version of maven, that will be loaded and used first. > > Or am I missing something? The new Jelly version only comes into effect if you do a full rebuild of Maven which then copies

RE: CVS Repo Change causing login errors?

2003-03-19 Thread Alexei Barantsev
I still have no rights :( On my local host : bash-2.05a$ cvs -d :ext:[EMAIL PROTECTED]:/home/cvs co maven cvs server: failed to create lock directory for `/home/cvs/maven' (/home/cvs/maven/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/home/cvs/maven' cvs [ser

Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread dion
If. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Ben Walding <[EMAIL PROTECTED]> wrote on 20/03/2003 01:29:29 PM: > Well if we were using forrest. > > Paulo Silveira wrote: > > >>On Wed, 2003-

RE: JIRA bugs not going to the ML anymore?

2003-03-19 Thread dion
Paulo, check out the bugs currently in Jira for Maven. Several have been there for a long time -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au "Paulo Silveira" <[EMAIL PROTECTED]> wrote on 19/03/2003 11:10:47

Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread Ben Walding
Well if we were using forrest. Paulo Silveira wrote: On Wed, 2003-03-19 at 18:41, [EMAIL PROTECTED] wrote: So is it time now for a Jira plugin for Maven so we can get the bugs/issues etc as part of the docs? But new bugs quickly appear, and if you have to site:generate everytime w

Re: Private goals?

2003-03-19 Thread dion
The other one is that goals in maven.xml aren't being displayed from memory -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Jason van Zyl <[EMAIL PROTECTED]> wrote on 20/03/2003 01:05:25 PM: > On Wed, 2003-03

RE: JIRA bugs not going to the ML anymore?

2003-03-19 Thread Paulo Silveira
> > On Wed, 2003-03-19 at 18:41, [EMAIL PROTECTED] wrote: > > So is it time now for a Jira plugin for Maven so we can get the > > bugs/issues etc as part of the docs? But new bugs quickly appear, and if you have to site:generate everytime would be a mess. Or would the plugin do something else? >

Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread Jason van Zyl
On Wed, 2003-03-19 at 18:41, [EMAIL PROTECTED] wrote: > So is it time now for a Jira plugin for Maven so we can get the > bugs/issues etc as part of the docs? +1 It would be awesome to be able to feed JIRA a POM too! > -- > dIon Gillard, Multitask Consulting > Blog: http://www.freeroller.n

Re: Private goals?

2003-03-19 Thread Jason van Zyl
On Wed, 2003-03-19 at 18:40, [EMAIL PROTECTED] wrote: > Goals with description == null shouldn't be displayed for maven -g. I found the problem, the plugin manager cache ... null as a description is being displayed. My bad. > > ---

Re: cvs commit: maven/src/plugins-build/faq plugin.jelly

2003-03-19 Thread dion
This will have no runtime effect, right? Since Maven's lib directory has an older version of maven, that will be loaded and used first. Or am I missing something? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au

Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread dion
So is it time now for a Jira plugin for Maven so we can get the bugs/issues etc as part of the docs? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au bob mcwhirter <[EMAIL PROTECTED]> wrote on 20/03/2003 04:48:31 A

Re: Private goals?

2003-03-19 Thread dion
Goals with description == null shouldn't be displayed for maven -g. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Stephen McConnell <[EMAIL PROTECTED]> wrote on 20/03/2003 04:45:12 AM: > > Wht aspect of this is

Re: How to specify a plugin build time dependency only?

2003-03-19 Thread Ben Walding
I think part of the problem is that we wants to distinguish between a runtime dependency and a build time dependency. The zip isn't required at runtime, only at build time. Jason van Zyl wrote: On Wed, 2003-03-19 at 16:40, [EMAIL PROTECTED] wrote: Hi Emmanuel, I'm not sure we're talking abo

RE: How to specify a plugin build time dependency only?

2003-03-19 Thread Jason van Zyl
On Wed, 2003-03-19 at 16:40, [EMAIL PROTECTED] wrote: > Hi Emmanuel, > > I'm not sure we're talking about the same thing. The project.xml for my > plugin has a dependency on a zip (using ). This is used by > my plugin maven.xml to perform some action when building the plugin. > > However, my unde

RE: How to specify a plugin build time dependency only?

2003-03-19 Thread vmassol
Hi Emmanuel, I'm not sure we're talking about the same thing. The project.xml for my plugin has a dependency on a zip (using ). This is used by my plugin maven.xml to perform some action when building the plugin. However, my understanding is that the project.xml is used both for building the plug

Re: Try to fix for MavenB7 fails due to versioning

2003-03-19 Thread Ben Walding
Siegfried, Perhaps you could elaborate on which plugins are broken in B8? You are going to have a really hard time getting support for B7 and as we march ever forward, this situation is going to get worse. You never know, we might be able to resolve your B8 problems!! Cheers, Ben robert burr

Re: Try to fix for Maven B7 fails due to versioning

2003-03-19 Thread robert burrell donkin
you should be able to get the code you need from CVS - you just need to do an export based on the release tags. having said that, it might be worth investigating the amount of work that would be required to patch up the plugin's. you might find it easier to fix those and upgrade. - robert On

Deprecation [Re: Private goals?]

2003-03-19 Thread Ben Walding
Might it be worthwhile to add another attribute to goals - scope = "private" | "public" If a goal is private, only targets in the same script can call it. Then for b9 this is deprecated behaviour - just warn when you call private goals. b10 we stop that all together. The main idea being that w

cvs commit: maven/src/plugins-build/faq plugin.jelly

2003-03-19 Thread jstrachan
jstrachan2003/03/19 11:21:16 Modified:.project.xml src/plugins-build/faq plugin.jelly Log: Upgraded to newer version fo Jelly to fix some issues in the FAQ and html2xdoc plugins where the XML declaration could appear twice Also patched the faq plugin to u

Re: JIRA bugs not going to the ML anymore?

2003-03-19 Thread bob mcwhirter
On Wed, 19 Mar 2003, Vincent Massol wrote: > Is there a reason the JIRA bugs are not sent to the dev ML any more? I upgraded Jira, which changed how it sends mail out. I just need to sit down and reconfigure it to work. Though, meanwhile, could the admin of this list add [EMAIL PROTECTED] as a

Re: Private goals?

2003-03-19 Thread Stephen McConnell
Kurt Schrader wrote: Desired behavior is for goals with no description to not show up when 'maven -g' is invoked. That's what I wanted to know! :--) -Kurt On Wed, 19 Mar 2003, Stephen McConnell wrote: Wht aspect of this is a bug? A shot answer is all I need. [EMAIL PROTECTED] wrote:

Re: Private goals?

2003-03-19 Thread Kurt Schrader
Desired behavior is for goals with no description to not show up when 'maven -g' is invoked. -Kurt On Wed, 19 Mar 2003, Stephen McConnell wrote: > > Wht aspect of this is a bug? A shot answer is all I need. > > > [EMAIL PROTECTED] wrote: > > >This is definitely a bug. > > > >-- > >dIon Gillard,

Re: Private goals?

2003-03-19 Thread Stephen McConnell
Wht aspect of this is a bug? A shot answer is all I need. [EMAIL PROTECTED] wrote: This is definitely a bug. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -"Vincent Massol" <[EMAIL PROTECTED]> wrote:

RE: Private goals?

2003-03-19 Thread Vincent Massol
Thanks dIon. I've created a bug report: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-340 -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 March 2003 18:30 > To: Maven Developers List > Subject: Re: Private goals? > > > > > > >

JIRA bugs not going to the ML anymore?

2003-03-19 Thread Vincent Massol
Hi, Is there a reason the JIRA bugs are not sent to the dev ML any more? Thanks -Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Broken links for plugins

2003-03-19 Thread dion
Most are now fixed --. dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -"Vincent Massol" <[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]> From: "Vincent Massol" <[EMAIL PROTECTED]> Date: 03/19/2003

Re: Private goals?

2003-03-19 Thread dion
This is definitely a bug. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -"Vincent Massol" <[EMAIL PROTECTED]> wrote: - To: <[EMAIL PROTECTED]> From: "Vincent Massol" <[EMAIL PROTECTED]> Date: 03/1

cvs commit: maven/src/plugins-build/ashkelon/xdocs index.xml

2003-03-19 Thread smor
smor2003/03/19 09:16:22 Added: src/plugins-build/ashkelon/xdocs index.xml Log: short description of Ashkelon Revision ChangesPath 1.1 maven/src/plugins-build/ashkelon/xdocs/index.xml Index: index.xml ==

cvs commit: maven/src/plugins-build/ashkelon/xdocs - New directory

2003-03-19 Thread smor
smor2003/03/19 09:15:42 maven/src/plugins-build/ashkelon/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven project.xml

2003-03-19 Thread evenisse
evenisse2003/03/19 08:44:20 Modified:.project.xml Log: Modify mailing lists addresses Revision ChangesPath 1.258 +4 -4 maven/project.xml Index: project.xml === RCS file: /home/cvs/ma

Rep:How to specify a plugin build time dependency only?

2003-03-19 Thread Emmanuel Venisse
Hi Vincent, You can write a preGoal for plugin build and use addPath tag. Emmanuel -Message d'origine- De: "Vincent Massol" <[EMAIL PROTECTED]> A: <[EMAIL PROTECTED]> Date: 19/03/03 Objet: How to specify a plugin build time dependency only? Hi, In the Maven Cactus plugin I would like t

How to specify a plugin build time dependency only?

2003-03-19 Thread Vincent Massol
Hi, In the Maven Cactus plugin I would like to specify a dependency on a zip file. However, that zip file will be used only for building the cactus plugin (the plugin itself will unzip it and extract some files that it will repackage inside the Maven plugin). However, I do not want this zip file t

cvs commit: maven/src/plugins-build/release releaseplan.xml

2003-03-19 Thread knielsen
knielsen2003/03/19 07:10:13 Modified:src/plugins-build/release releaseplan.xml Log: incorporating some of Jason's ideas from NOTES.txt Revision ChangesPath 1.3 +48 -5 maven/src/plugins-build/release/releaseplan.xml Index: releaseplan.xml =

RE: CVS Repo Change causing login errors?

2003-03-19 Thread Jason van Zyl
On Wed, 2003-03-19 at 00:31, Alexei Barantsev wrote: > Exactly the same with me :( > > I'm very sorry I forgot to add my name to project.xml. > I'll do that as soon as possible. Right now it is impossible :) > > Jason, could you fix that too, please? > My login name is abarantsev. > > Thank you

RE: CVS Repo Change causing login errors?

2003-03-19 Thread Jason van Zyl
On Wed, 2003-03-19 at 00:31, Alexei Barantsev wrote: > Exactly the same with me :( > > I'm very sorry I forgot to add my name to project.xml. > I'll do that as soon as possible. Right now it is impossible :) > > Jason, could you fix that too, please? > My login name is abarantsev. > > Thank you

Private goals?

2003-03-19 Thread Vincent Massol
Hi, It seems doing a "maven -g" nows lists *all* goals, even those that do not have a description. Thus my question is: how do you make a goal private (i.e. not visible by the end user)? For example, typing "maven -g" get the following for the cactus plugin: [cactus] ( NO DEFAULT GOAL ) compil

cvs commit: maven/src/plugins-build/cactus plugin.jelly

2003-03-19 Thread vmassol
vmassol 2003/03/19 03:54:15 Modified:src/plugins-build/cactus plugin.jelly Log: Removed comments for goals that are not public Revision ChangesPath 1.6 +9 -20 maven/src/plugins-build/cactus/plugin.jelly Index: plugin.jelly

RE: [Cactus] Where is the sample project?

2003-03-19 Thread Vincent Massol
Oops.. I've just found it. It has been moved to src/plugin-resources Sorry about that. -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 19 March 2003 11:50 > To: [EMAIL PROTECTED] > Subject: [Cactus] Where is the sample project? > > Hi, > > Some ti

[Cactus] Where is the sample project?

2003-03-19 Thread Vincent Massol
Hi, Some time ago, I had put a sample project inside the Cactus plugin that was used for 2 reasons: 1/ for us to test the cactus plugin 2/ for users so that they had a self test to verify that the cactus plugin was working correctly However, I cannot find it again It was in src/plugins-build/cact

cvs commit: maven/src/plugins-build/cactus project.xml

2003-03-19 Thread vmassol
vmassol 2003/03/19 02:32:16 Modified:src/plugins-build/cactus project.xml Log: formatting Revision ChangesPath 1.12 +3 -2 maven/src/plugins-build/cactus/project.xml Index: project.xml === R

cvs commit: maven/src/plugins-build/cactus project.xml

2003-03-19 Thread vmassol
vmassol 2003/03/19 02:29:29 Modified:src/plugins-build/cactus project.xml Log: Use the and format as the old tag is now deprecated Revision ChangesPath 1.11 +26 -13maven/src/plugins-build/cactus/project.xml Index: project.xml ===

cvs commit: maven/src/plugins-build/cactus project.xml

2003-03-19 Thread vmassol
vmassol 2003/03/19 02:24:19 Modified:src/plugins-build/cactus project.xml Log: Eric is now a committer Revision ChangesPath 1.10 +9 -5 maven/src/plugins-build/cactus/project.xml Index: project.xml ==

cvs commit: maven/src/plugins-build/cactus project.xml

2003-03-19 Thread vmassol
vmassol 2003/03/19 02:20:32 Modified:src/plugins-build/cactus project.xml Log: cactus 1.2 has never been released just revert back to 1.2-SNAPSHOT Revision ChangesPath 1.9 +1 -1 maven/src/plugins-build/cactus/project.xml Index: project.xml ==

[GUMP] Build Failure - jakarta-turbine-maven

2003-03-19 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jak

[GUMP] Build Failure - maven-bootstrap

2003-03-19 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build-bootstrap.xml check-maven-home: check-maven-repo-local: