cvs commit: maven-plugins/jdiff project.xml

2003-12-18 Thread evenisse
evenisse2003/12/18 22:03:30 Modified:jdiffproject.xml Log: Upgrade to jdiff-1.0.9 Revision ChangesPath 1.18 +3 -2 maven-plugins/jdiff/project.xml Index: project.xml === RCS file: /home/

[jira] Commented: (MAVEN-1086) Maven (forehead.conf) should use ant 1.5.4+

2003-12-18 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 18 Dec 2003 10:46 PM Body: 1.6.0 has just been released - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key

[jira] Created: (MAVEN-1086) Maven (forehead.conf) should use ant 1.5.4+

2003-12-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1086 Here is an overview of the issue: -

Re: new maven goal

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 17:07, Sonnek, Ryan wrote: > I have nearly finished creating a small plugin that I think could be > integrated into the maven clean plugin. I would like to get feedback on it > and ask about if/how to submit it to the maven community. > > I created a plugin that goes through

Re: new maven goal

2003-12-18 Thread dion
It would be great to integrate this into the repository plugin (rather than clean). Could you post it to our bug reporting system? Thanks, -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Sonnek, Ryan" <[EMAIL PROTECTED]> wrote on 19/12/2003 09:07:51 AM

[jira] Closed: (MPCHANGELOG-1) changelog-plugin does not work with svn

2003-12-18 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Thu, 18 Dec 2003 5:26 PM Already fixed - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-1 Here is a

cvs commit: maven-plugins/jdiff/xdocs changes.xml

2003-12-18 Thread evenisse
evenisse2003/12/18 15:07:45 Modified:jdiff/xdocs changes.xml Log: Add reference to issue Revision ChangesPath 1.4 +1 -1 maven-plugins/jdiff/xdocs/changes.xml Index: changes.xml === RCS fil

[jira] Closed: (MPJDIFF-1) jdiff-plugin does not work

2003-12-18 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Thu, 18 Dec 2003 5:07 PM Fixed in cvs - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJDIFF-1 Here is an ove

cvs commit: maven-plugins/jdiff project.xml

2003-12-18 Thread evenisse
evenisse2003/12/18 14:54:54 Modified:jdiffproject.xml Log: Fix IssueTracking Url Revision ChangesPath 1.17 +1 -0 maven-plugins/jdiff/project.xml Index: project.xml === RCS file: /home/c

[jira] Commented: (MAVEN-1080) Maven download corrupted jar file into repository

2003-12-18 Thread jira
The following comment has been added to this issue: Author: Charlie Dobbie Created: Thu, 18 Dec 2003 4:57 PM Body: I expect a fix for this should also fix the following: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MCFETCH-1 -

cvs commit: maven-plugins/jdiff/xdocs changes.xml

2003-12-18 Thread evenisse
evenisse2003/12/18 14:44:11 Modified:jdiffplugin.jelly project.xml jdiff/xdocs changes.xml Log: Fix error due to makeRelativePath. Revision ChangesPath 1.9 +13 -19maven-plugins/jdiff/plugin.jelly Index: plugin.jelly

new maven goal

2003-12-18 Thread Sonnek, Ryan
I have nearly finished creating a small plugin that I think could be integrated into the maven clean plugin. I would like to get feedback on it and ask about if/how to submit it to the maven community. I created a plugin that goes through the user's local repository and deletes out all timestampe

[jira] Closed: (MAVEN-1085) Maven site fails during test in touchstone

2003-12-18 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1085 Here is an overview of the issue: -

artifact utilities

2003-12-18 Thread Sonnek, Ryan
Are there any utility classes currently in the codebase for working with local artifacts? Specifically, I'm trying to go through the entire local repository and delete old snapshot artifacts. I need to parse out the "version" for all artifacts, and I thought someone might have done this before.

[jira] Commented: (MPJBOSS-7) jboss:deploy-exploded-warfile no worky

2003-12-18 Thread jira
The following comment has been added to this issue: Author: Jim Crossley Created: Thu, 18 Dec 2003 10:21 AM Body: After looking at this a bit more closely, I now realize it's not a jboss plugin issue but a war plugin issue. I *think* it's just a matter of making this the default

RE: cvs commit:maven-plugins/xdoc/src/plugin-resources/templatesdownloads.xml

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 10:00, Vincent Massol wrote: > Ok. So, are you going to modify the plugins so that calling xxx:deploy > deploys the project's main artifact to pom.distributionURL? This is the _user_ distribution URL. Where users go to get artifacts provided by a project. You may deploy to on

RE: cvs commit:maven-plugins/xdoc/src/plugin-resources/templatesdownloads.xml

2003-12-18 Thread Vincent Massol
Ok. So, are you going to modify the plugins so that calling xxx:deploy deploys the project's main artifact to pom.distributionURL? Also, will the users have to duplicate information about project group, id and version in the POM: http://www.ibiblio.org/maven/mygroup/jars/myartifact-my version.jar

RE: cvs commit: maven-plugins/xdoc/src/plugin-resources/templatesdownloads.xml

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 03:01, Vincent Massol wrote: > Jason, > > This is what I'm doing in the multichanges plugin: it automatically > lists all releases. I have not committed it yet but the way I planned to > compute the URL was by: > > [Remote repo URL] + [group id] + [type (new POM element)] +

[jira] Commented: (MAVEN-1084) Composition of dependencies from many projects (a route round multiple inheritance)

2003-12-18 Thread jira
The following comment has been added to this issue: Author: Rafal Krzewski Created: Thu, 18 Dec 2003 6:24 AM Body: Valid concern - but missed concept. The thing that you seem to need is transitive dependencies support, which is orthogonal to POM inheritance. It has been discussed

problem with dashboard plugin (+ xdoc/site/core ?) in HEAD

2003-12-18 Thread Rafal Krzewski
Hi, I've run into a weird problem in site generation recently. When dashboard report is enabled in a my project, xdoc:jelly-transform writes the html files into $MAVEN_HOME/plugins/maven-dashboard-plugin-1.3-SNAPSHOT/target instead of the projects target/docs directory. >From what I've been able

[jira] Commented: (MAVEN-1084) Composition of dependencies from many projects (a route round multiple inheritance)

2003-12-18 Thread jira
The following comment has been added to this issue: Author: Mike Melia Created: Thu, 18 Dec 2003 3:58 AM Body: I'm not sure I completely understand your comment. I think you agreed that currently you can only inherit dependencies from one source but you didn't say whether it was a

[jira] Created: (MPEAR-13) Sar-bundling ability hasn't been added to the plugin property page

2003-12-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPEAR-13 Here is an overview of the issue: ---

We should add plugin:download instructions to all [ANNOUNCE] messages for plugins

2003-12-18 Thread Eric Pugh
Hi all, Now that the plugin download functionality works (fixed about a week ago) when we get the next RC or 1.0 out we should mention in the ANNOUNCE emails how to use it to download new plugins. This should help speed up adoption of new plugins. For instance, for the JCoverage 1.0.2 version, t

[jira] Commented: (MAVEN-1084) Composition of dependencies from many projects (a route round multiple inheritance)

2003-12-18 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 18 Dec 2003 2:50 AM Body: AFAIK, dependencies are cumulative when inherited, and the only case in the POM where they are. - Vi

[jira] Commented: (MPJBUILDER-8) generate-project goal does not generate relative paths

2003-12-18 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Thu, 18 Dec 2003 2:44 AM Body: My personal opinion is that ide project files are personal and they never add to a scm repository because each developer can work with his preferred ide. But if you

Re: cvs commit: maven-plugins/xdoc/src/plugin-resources/templates downloads.xml

2003-12-18 Thread dion
Ok, so what does this page generate under 1.0? Junk? Shouldn't there be a check to see if it has a value, and not generate the file if it doesn't? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jason van Zyl <[EMAIL PROTECTED]> wrote on 18/12/2003 06:23

RE: cvs commit: maven-plugins/xdoc/src/plugin-resources/templatesdownloads.xml

2003-12-18 Thread Vincent Massol
Jason, This is what I'm doing in the multichanges plugin: it automatically lists all releases. I have not committed it yet but the way I planned to compute the URL was by: [Remote repo URL] + [group id] + [type (new POM element)] + [artifact id] + [version] + [type extension - directly computed f

cvs commit: maven project.properties

2003-12-18 Thread dion
dion2003/12/18 00:02:48 Modified:.Tag: MAVEN-1_0-BRANCH project.properties Log: Add back simian Revision ChangesPath No revision No revision 1.51.2.4 +1 -1 maven/project.properties Index: project.properties

Re: maven-faq-plugin fixes and svg plugin

2003-12-18 Thread Jason van Zyl
On Wed, 2003-12-17 at 20:34, Martin van den Bemt wrote: > I'll have a look tomorrow.. Cool, thanks a bunch. > Mvgr, > Martin > > On Wed, 2003-12-17 at 16:35, Jason van Zyl wrote: > > On Tue, 2003-12-16 at 20:04, Martin van den Bemt wrote: > > > It just hit me, a solution for this can be to gener

Re: cvs commit: maven-plugins/xdoc/src/plugin-resources/templates downloads.xml

2003-12-18 Thread Jason van Zyl
On Thu, 2003-12-18 at 01:19, [EMAIL PROTECTED] wrote: > So this is not a 1.0 compatible plugin anymore?? It still is, none of the default behaviour has changed. I'm just adding stuff that >1.0 will be able to take advantage of. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.c