RE: [site&multiproject 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: [site&multiproject plugins] - reorganization of goals use to > generate sites [snip] > I also want to call something like "site" goal for

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: > http://codehaus.org/~brett/ma

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

[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: -

[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: -

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\core>maven checkstyle __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\_

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: maven.dist.tar.executable and maven.dist.gunzip.executable. Revision ChangesPath 1.8 +0 -2 maven-plugins/dist/p

[jira] Commented: (MPNSIS-5) Bundle with JVM for computers without Java

2004-11-02 Thread jira
The following comment has been added to this issue: Author: Geoffrey Created: Tue, 2 Nov 2004 11:57 AM Body: JText uses IzPack I think. IzPack is a java installer written in Java, so the installer itself is platform independ. There is also a native component that installs a JRE an

RE: [site&multiproject plugins] - reorganization of goals use to generate sites

2004-11-02 Thread Maczka Michal
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > [..] > > For the site, I still don't understand what you're problem > is. I just have: > > > > And it works fine. The "site" goal is called on each > subproject which is > what I want. > I also want to call

[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: - Key:

RE: [site&multiproject 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

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

RE: [site&multiproject 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

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 presentati

RE:[site&multiproject 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 > > > > > > I wou

RE: [site&multiproject 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: [site&multiproject plugins] - reorganization of goals use > to gene rate sites > > > Michal, > > Sorry, don't really get this at al

[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: [site&multiproject plugins] - reorganization of goals use to gene rate sites

2004-11-02 Thread Brett Porter
Michal, Sorry, don't really get this at all. Something feels wrong with it though. You want to run site:generate on everything, then run multiproject:site to do the aggregation, and set it to separate mode (like mavne-plugins). I don't see why you can't do that as is. a) it will be still possib

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

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: 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. sc

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 g

[site&multiproject 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

[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: SCM

Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Vincent Massol
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 2/ Why is there a dependency to the jar:jar goal in th

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 f

[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:

[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