[jira] Commented: (MPECLIPSE-27) Modify rather than overwrite existing files

2004-11-02 Thread jira
The following comment has been added to this issue: Author: Kristopher Brown Created: Tue, 2 Nov 2004 3:22 AM Body: I suggest this issue is just closed, it seems that most parts of the .project and .classpath files are now catered for in the plugin and therefore the concept is no

[jira] Closed: (MPECLIPSE-27) Modify rather than overwrite existing files

2004-11-02 Thread jira
Message: The following issue has been closed. Resolver: Kristopher Brown Date: Tue, 2 Nov 2004 3:23 AM Resolving as won't fix as I think the concept is no longer valid in light of recent changes - View the issue:

Any plan for the release plugin?

2004-11-02 Thread Vincent Massol
Hi, Would anyone know if there are any plans for the release plugin? ATM, some of the stuff that was planned for the release plugin is in the scm plugin BTW, I think the scm plugin is not quite generic-enough yet: - It works only with CVS - It assumes usage of changes.xml but that doesn't work

[jira] Created: (SCM-10) Use cvslib instead of cvs command line in cvs provider

2004-11-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/SCM-10 Here is an overview of the issue: - Key:

[sitemultiproject plugins] - reorganization of goals use to gene rate sites

2004-11-02 Thread Maczka Michal
Hi! Recently I've trying to generate multilevel sites using multiproject plugin and I have problems with that approach due to some strange relationships between goals in multiproject and site plugins What I am trying to do exactly is to run site:generate goal if project is a leaf in a project

RE: Looking for ideas for Maven presentation at Javapolis

2004-11-02 Thread Michael Mattox
This is great news that you'll be presenting Maven to Javapolis. There are two issues that I'm very interested in: - Integration with Eclipse. Last time I tried (several months ago) the eclipse plugin didn't work. As a result, we launch maven goals to copy jars into our eclipse workspace. It

Re: Any plan for the release plugin?

2004-11-02 Thread Brett Porter
Vincent Massol wrote: Would anyone know if there are any plans for the release plugin? ATM, some of the stuff that was planned for the release plugin is in the scm plugin release itself was ironically never release worthy, but kept around because some of the tags are used in other plugins.

Extension to Jdiff plugin (sort of)

2004-11-02 Thread Corey Scott
To whom might be interested, I have developed an extension (sort of) to the JDiff maven plugin that checks-out a version (defined by property ${maven.jdiff.javadoc.tag}, defaults to CURRENT) and then generates the javadoc. The docs are generated in: ${docsDest}/apidocs/${maven.jdiff.javadoc.tag}

Re: Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Brett Porter
Vincent Massol wrote: Hi Mavens, I was browsing through the dist plugin source code and I have a few questions/remarks/proposal: 1/ Are the following properties used at all or can they be deleted: maven.dist.tar.executable=tar maven.dist.gunzip.executable=gunzip They can now be removed. 2/ Why

[jira] Commented: (MPTASKLIST-11) Non-US-ASCII characters in identifiers hinders todos from being included

2004-11-02 Thread jira
The following comment has been added to this issue: Author: Mike Williams Created: Tue, 2 Nov 2004 7:01 AM Body: The underlying bug in QDox (QDOX-61) has now been fixed (in qdox-1.6-SNAPSHOT). - View this comment:

RE: [sitemultiproject plugins] - reorganization of goals used to generate sites

2004-11-02 Thread Maczka Michal
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 12:50 PM To: Maven Developers List Subject: Re: [sitemultiproject plugins] - reorganization of goals use to gene rate sites Michal, Sorry, don't really get this at all.

RE:[sitemultiproject plugins] - reorganization of goals use to generate sites

2004-11-02 Thread Vincent Massol
Hi Michal, [snip] I would like change both multiproject and site plugin to make it possible - In site plugin: I would like to attain site:generate goal from site goal - not other way around - in multiproject plugin at the end of the code of the goal goal name=multiproject:site

RE:Re: Any plan for the release plugin?

2004-11-02 Thread Vincent Massol
Hi Brett, [snip] Or maybe there's no plan yet? :-) A good summary. If you are leading up to embarking on such a thing, let's talk it through first. I think there a lot of thoughts to gather in this area. Nope, not yet at least. I am just asking because I'm preparing my presentation for

RE: [sitemultiproject plugins] - reorganization of goals use to generate sites

2004-11-02 Thread Maczka Michal
-Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] [snip] Is your problem only with the namespace name clashing with your toplevel project site goal? No. I don't have problem with top level project - I have problems in the bottom levels of recursion. At the top

RE: Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Vincent Massol
Hi Brett, -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mardi 2 novembre 2004 12:44 To: Maven Developers List Subject: Re: Some questions on dist plugin and proposal for improvement Hi Mavens, I was browsing through the dist plugin source code and I have

RE: [sitemultiproject plugins] - reorganization of goals use to generate sites

2004-11-02 Thread Vincent Massol
Hello Michal, [snip] What I could do in my case (except changing 3 lines of code in 2 plugins - which already worked for me :)) is to add a goal definiton to each project which will control what shall happen at that level. But in my case this is something which I wnat to avoid as I have

[jira] Created: (MAVEN-1487) CVS date format problem

2004-11-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1487 Here is an overview of the issue: -

cvs commit: maven-plugins/dist/xdocs properties.xml changes.xml

2004-11-02 Thread vmassol
vmassol 2004/11/02 10:55:30 Modified:dist plugin.properties dist/xdocs properties.xml changes.xml Log: Removed unused properties: codemaven.dist.tar.executable/code and codemaven.dist.gunzip.executable/code. Revision ChangesPath 1.8 +0 -2

Pb with Maven 1.0.1-snapshot and JSL: Property 'match' has no write method

2004-11-02 Thread Vincent Massol
Hi, I've just tried building version 1.0.1-SNPASHOT from the MAVEN-1.0 branch. While running it on the cargo project (which works fine with Maven 1.0), I got: C:\dev\cargo\coremaven checkstyle __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

[jira] Created: (MPHIBERNATE-12) Adding POJO from hbm file code generation feature to plugin

2004-11-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPHIBERNATE-12 Here is an overview of the issue: -

[jira] Created: (MAVENUPLOAD-247) Upload javassist-3.0-rc-1.jar

2004-11-02 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-247 Here is an overview of the issue: -

Re: Pb with Maven 1.0.1-snapshot and JSL: Property 'match' has no write method

2004-11-02 Thread Brett Porter
Can you please test this: http://codehaus.org/~brett/maven-1.0.1-SNAPSHOT/ and tell me if you get the same problem? It's an unofficial beta. I am not releasing xdoc-1.9 with 1.0.1 because I'm worried about backwards compat. Thanks, Brett Quoting Vincent Massol [EMAIL PROTECTED]: Hi, I've

RE: Pb with Maven 1.0.1-snapshot and JSL: Property 'match' has no write method

2004-11-02 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mercredi 3 novembre 2004 01:33 To: Maven Developers List Subject: Re: Pb with Maven 1.0.1-snapshot and JSL: Property 'match' has no write method Can you please test this:

RE: [sitemultiproject plugins] - reorganization of goals use to generate sites

2004-11-02 Thread Vincent Massol
-Original Message- From: Maczka Michal [mailto:[EMAIL PROTECTED] Sent: mardi 2 novembre 2004 16:02 To: 'Maven Developers List' Subject: RE: [sitemultiproject plugins] - reorganization of goals use to generate sites [snip] I also want to call something like site goal for each of