[jira] Commented: (MAVEN-528) I would like more control over the packages that javadoc uses to generate online documentation

2003-08-23 Thread jira
The following comment has been added to this issue: Author: Ralph Apel Created: Sat, 23 Aug 2003 5:52 PM Body: If we define a package as a subdir containing .java files, the following scriptlet may iterate thru their package names:

Results of clean bootstrap at 20030823-1040

2003-08-23 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030823-1040 [exec] java:jar-resources: [exec] Copying 1 file to /usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes/plugin-resources [exec] Copying 4 files to /usr/local/builds/maven/src/maven/src

[jira] Created: (MAVEN-716) upload JUnit-addons 1.4 to repo

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

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Emmanuel Venisse
I don't have time to investigate on your plugin modification, but your addBuilder/addNature taglibs seems to be interesting. - Original Message - From: "Gilles Dodinet" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 2:52 PM Subject: Re:

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Gilles Dodinet
I think that the files i provided for MAVEN-525 do exactly what you want. it defines a taglib which declares among others a tag that adds project nature and project builder to .project using jelly:xml. perhpas it may help. Ben Walding wrote: A better way might be for plugins to register themse

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Emmanuel Venisse
Yes, it's a better way. - Original Message - From: "Ben Walding" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 11:43 AM Subject: Re: maven eclipse plug-in should support eclipse checkstyle plug-in > A better way might be for plugins

Re: maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-23 Thread Ben Walding
A better way might be for plugins to register themselves into the eclipse plugin and be passed a DOM of the .classpath / .project. They then manipulate this as required. Similar to how the report plugin works. Mark H. Wilkinson wrote: On Fri, 2003-08-22 at 11:57, [EMAIL PROTECTED] wrote: Th

Re: [contribute] how to submit patch

2003-08-23 Thread Rafal Krzewski
Ralph Apel wrote: Would it be ok to send 1) cvs diff -u > dotuml.path 2) one jar with sources and configfiles ? Both would work for a completly new plugin, option 1 should be used for pretty much everything else. Instead of sending files to the mailing list, you should raise an 'New Feature' iss