Re: maven IRC logs

2003-08-14 Thread bob mcwhirter
It's intentional. We got tired of our random ramblings ending up on someone's blog. -bob On Mon, 11 Aug 2003, Brett Porter wrote: Hi, The IRC logs on irc.codehaus.org only seem to go up to April for #maven - is this intentional, or did something break? Cheers, Brett --

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread Brett Porter
Hi dIon, I fixed this up last night and removed all the references to if jar || ejb. Turns out dep.getType() gets an ArtifactType, so I put isClasspathDep in there and just return getExtension().equals(jar). So no need to look into it. Cheers, Brett -Original Message- From: Brett

[jira] Commented: (MAVEN-669) Plugin doesn't create/specify war directory correctly for resin

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Jason Chaffee Created: Tue, 12 Aug 2003 5:11 PM Body: I finally got the desired result using the attached plugin.jelly and plugin.properties - View the

[jira] Commented: (MAVEN-374) eclipse plug-in: an small junit fix and project dependencies in the classpath

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Mark Wilkinson Created: Thu, 14 Aug 2003 6:36 AM Body: I think this issue can be closed: the junit duplication issue is fixed now. - View the issue:

cvs commit: maven/xdocs faq.fml

2003-08-14 Thread dion
dion2003/08/10 20:24:39 Modified:xdocsTag: MAVEN_RC1_STABLE faq.fml Log: Add faq from the wiki re: xalan etc Revision ChangesPath No revision No revision 1.2.2.2 +28 -0 maven/xdocs/faq.fml Index: faq.fml

[jira] Commented: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Uijin Hong Created: Sun, 10 Aug 2003 11:28 PM Body: Brett Porter was correct. I should change the topic to maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains double quote().

[jira] Commented: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 11 Aug 2003 12:23 AM Body: The sample given wasn't using an actual directory for MAVEN_HOME, as it was a quoted value, that's simply wrong. I'll test the tilde'd version

[Repository Upload Request] JGoodies

2003-08-14 Thread Neale Swinnerton
Hi, Can you please upload the jgoodies jars to the maven repository. They are distributed under a BSD Opensource license. There are currently 3 'packages' (zipfiles), each containing a number of jar files. Each package is at a different version. JGoodies-Animation R1.0.9 JGoodies-Forms

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread Brett Porter
Right. The problem with that is, when it comes time to update -j onto HEAD, that entire change will conflict if I remember rightly. I'm not exactly sure - it might not report a conflict because they are the same, but I have a feeling it does. How we've tended to do it here is merge the branch

[jira] Updated: (MAVEN-416) maven eclipse plug-in should support eclipse checkstyle plug-in

2003-08-14 Thread jira
The following issue has been updated: Updater: Mark Wilkinson (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Aug 2003 5:21 AM Comment: Revised patch made against MAVEN_RC1_STABLE branch. Changes: Attachment changed to eclipse-checkstyle.diff

cvs commit: maven/src/plugins-build/eclipse/src/plugin-resources/templates classpath.jelly project.jelly launch.jelly

2003-08-14 Thread dion
dion2003/08/14 02:52:41 Modified:src/plugins-build/eclipse/src/plugin-resources/templates Tag: MAVEN_RC1_STABLE classpath.jelly project.jelly launch.jelly Log: Ascii Revision ChangesPath No revision

[jira] Commented: (MAVEN-681) Allow Checkstyle plugin to access checks file from a URL

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Mark Wilkinson Created: Thu, 14 Aug 2003 12:58 PM Body: Can you not share your checkstyle configurations more easily by checking them into your source control system with the rest of your project, rather than posting

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread dion
Bummer, I have a locally changed copy of Project.java that is waiting on my PluginManager changes and tests to get compiled. In that copy, I moved the code to Dependency, in that it seemed a more natural place to put the test, i.e. we deal with dependencies in the project.xml, not artifacts,

[jira] Created: (MAVEN-678) Log4JCategoryLog does not implement Log

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

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

2003-08-14 Thread evenisse
evenisse2003/08/05 05:31:37 Modified:src/plugins-build/uberjar/xdocs changes.xml index.xml Log: Maven-655. Fix classworlds url. Revision ChangesPath 1.5 +3 -0 maven/src/plugins-build/uberjar/xdocs/changes.xml Index: changes.xml

RE: Console output from Maven - consistency

2003-08-14 Thread Brett Porter
Dropping a maven.log file everywhere in the current working directory isn't too nice, either. Send output to the console or make it writeable to a file with e.g. -f maven.log. Raise this one as a report in Jira. Where would you prefer the output go, most of it's debugging stuff.

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

2003-08-14 Thread dion
dion2003/08/07 10:00:29 Modified:src/plugins-build/runner Tag: MAVEN_RC1_STABLE plugin.jelly src/plugins-build/jxr/src/main/org/apache/maven/jxr Tag: MAVEN_RC1_STABLE JxrBean.java JXR.java src/plugins-build/plexus Tag:

[jira] Updated: (MAVEN-458) Make use of jar overrides rather than maven.repo.local

2003-08-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 9 Aug 2003 7:29 AM Comment: jbuilder adjustments. Will break users of testDependencies property - but gives a decent error with ant:fail. Not tested with jbuilder itself - anyone have

RE: Console output from Maven - consistency

2003-08-14 Thread Brett Porter
My non-committer +1 This would allow most of what I proposed in: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-553 Via a log4j configuration file. 3 questions: 1) where does this leave maven.log? Just plugin doco? Should it also (already?) use commons-logging? 2) I assume you mean

[jira] Closed: (MAVEN-588) No docs on sourceModification element.

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 5 Aug 2003 11:20 AM updated xdocs/reference/project-descriptor.xml - View the issue:

[jira] Commented: (MAVEN-156) classpath or jelly:xml issue with XSLT transformations

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 10 Aug 2003 10:31 PM Body: I'd rather leave this open until a solution can be found that doesn't involve the hack. - View the

[jira] Commented: (MAVEN-652) eclipse:generate-project buildCommand and nature

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 4 Aug 2003 9:08 PM Body: There is more than one eclipse checkstyle plugin I thought. - View the issue:

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

2003-08-14 Thread dion
dion2003/08/05 08:09:25 Modified:src/plugins-build/file-activity plugin.jelly Log: Fixes for MAVEN-595 Revision ChangesPath 1.11 +4 -1 maven/src/plugins-build/file-activity/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/java/org/apache/maven/verifier DependencyVerifier.java

2003-08-14 Thread dion
dion2003/08/05 00:50:49 Modified:src/java/org/apache/maven/verifier DependencyVerifier.java Log: Change informational system.out to debug logging Revision ChangesPath 1.29 +8 -3 maven/src/java/org/apache/maven/verifier/DependencyVerifier.java Index:

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

2003-08-14 Thread vmassol
vmassol 2003/08/05 06:45:01 Modified:src/plugins-build/cactus plugin.jelly Log: the weblogic container task needs a beaHome property defined. The weblogic 7x integration is *not* working yet. Revision ChangesPath 1.31 +6 -3

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

2003-08-14 Thread dion
dion2003/08/07 09:58:49 Modified:src/plugins-build/cactus/xdocs Tag: MAVEN_RC1_STABLE navigation.xml index.xml changes.xml src/plugins-build/cactus Tag: MAVEN_RC1_STABLE plugin.jelly project.xml

[jira] Closed: (MAVEN-653) Add ext and extssh samples to repository docs

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 5 Aug 2003 10:50 AM updated docs - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-653 Here is an

[jira] Commented: (MAVEN-662) TJDO Plugin

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Fri, 8 Aug 2003 7:31 AM Body: Could you add some docs Thanks. - View the issue:

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/templates cvs-usage.xml

2003-08-14 Thread dion
dion2003/08/05 08:10:10 Modified:src/plugins-build/xdoc/src/plugin-resources/templates cvs-usage.xml Log: Fixes for MAVEN-595 Revision ChangesPath 1.7 +65 -49 maven/src/plugins-build/xdoc/src/plugin-resources/templates/cvs-usage.xml

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/images icon_doc_sml.gif icon_success_lrg.gif icon_usergroups_sml.gif file.gif sw_maj_rond.gif icon_warning_sml.gif icon_sortleft.gif icon_arrowfolderclosed1_sml.gif icon_sortright.gif icon_waste_lrg.gif icon_sortup.gif nw_med.gif icon_arrowusergroups1_sml.gif icon_sortdown.gif icon_infosml.gif product_logo.gif icon_members_sml.gif icon_arrowmembers2_sml.gif icon_arrowfolder2_sml.gif icon_arrowfolderopen2_sml.gif nw_med_hi.gif se_maj_rond.gif icon_folder_sml.gif icon_alertsml.gif folder-open.gif sw_med_rond.gif icon_arrowmembers1_sml.gif icon_info_lrg.gif poweredby_036.gif icon_confirmsml.gif icon_usergroups_lrg.gif icon_help_sml.gif icon_waste_sml.gif nw_min_036.gif icon_members_lrg.gif icon_arrowwaste2_sml.gif icon_help_lrg.gif icon_folder_lrg.gif folder-closed.gif icon_warning_lrg.gif icon_doc_lrg.gif icon_info_sml.gif nw_maj.gif nw_min_hi.gif icon_arrowfolder1_sml.gif icon_error_lrg.gif nw_med_rond.gif nw_maj_hi.gif icon_arrowusergroups2_sml.gif icon_arrowwaste1_sml.gif help_logo.gif

2003-08-14 Thread dion
dion2003/08/08 00:30:31 Modified:src/plugins-build/xdoc/src/plugin-resources/images Tag: MAVEN_RC1_STABLE help_logo.gif Added: src/plugins-build/xdoc/src/plugin-resources/images Tag: MAVEN_RC1_STABLE icon_doc_sml.gif

[jira] Closed: (MAVEN-662) TJDO Plugin

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Fri, 8 Aug 2003 9:00 AM Added to cvs. Thanks. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-662 Here

[jira] Updated: (MAVEN-669) Plugin doesn't create/specify war directory correctly for resin

2003-08-14 Thread jira
The following issue has been updated: Updater: Jason Chaffee (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 5:12 PM Comment: I finally got the desired behavior with attached plugin.jelly Changes: Attachment changed to plugin.jelly

Results of clean bootstrap at 20030812-2200

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030812-2200 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to

cvs commit: maven/src/plugins-build/test/xdocs changes.xml

2003-08-14 Thread evenisse
evenisse2003/08/06 01:23:43 Modified:src/plugins-build/test plugin.jelly project.xml src/plugins-build/test/xdocs changes.xml Log: Check if unitTest tag is present in pom before copy resources. Revision ChangesPath 1.16 +7 -5

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread dion
What's the difference between dependency.type and ArtifactType? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter [EMAIL PROTECTED] wrote on 11/08/2003 04:32:38 PM: Should this be working with Artifacts? That way, this method could be in

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread Brett Porter
The marshaller/unmarshaller is already there, its just a matter of modifying the affected stuff. I'll have a look at doing that depending on the need. One thing I noticed was the unit tests for all of project's getters and setters generated by Jdoclet using values that aren't really valid

[jira] Created: (MAVEN-659) Processed plugins can't handle local repo changing

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

[jira] Updated: (MAVEN-665) [patch] add applet type

2003-08-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 9 Aug 2003 7:29 AM Comment: applet patch Changes: Attachment changed to MAVEN-665.diff - For a

[jira] Created: (MAVEN-682) Compile fails using forked compiler when directory contains spaces

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

[jira] Created: (MAVEN-664) [checkstyle plugin]: Unable to get class information for classname

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

cvs commit: maven/src/plugins-build/tjdo .cvsignore

2003-08-14 Thread evenisse
evenisse2003/08/10 01:26:37 Added: src/plugins-build/tjdo Tag: MAVEN_RC1_STABLE .cvsignore Log: Add cvsignore Revision ChangesPath No revision No revision 1.1.2.1 +4 -0

RE: [jira] Commented: (MAVEN-194) Two dependiencise having the same id but different type should not be assumed as duplicates

2003-08-14 Thread Michal Maczka
Because one project can produce more then one artifact. e.g. JSP tag libs are often distributed as two files: jar + tld file. You should be able to do dependency groupIdfoo/groupId artifactIdboo/artifactId typejar/type dependency dependency groupIdfoo/groupId

[jira] Commented: (MAVEN-657) jxr:jxr fails with InvocationTargetException

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 6 Aug 2003 9:45 PM Body: It's not a blocker to a 1.0 release. It is a bug, a duplicate of MAVEN-609, which is scheduled for the 1.0 release. However the workaround is trivial (remove the

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread dion
Yep, I did some of that yesterday with the cactus plugin and docs. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter [EMAIL PROTECTED] wrote on 14/08/2003 12:18:16 PM: I think we'll need that for the memory leak. Jason would know better

[jira] Created: (MAVEN-670) Maven isn't able to download a distribution dependency

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

Brett and becoming a committer.

2003-08-14 Thread dion
I figure we've got the votes now, is that right? Brett needs to sign a CLA and send it in: http://www.apache.org/foundation/ASF_Contributor_License_1_form.pdf Once he does that we can request an account for him from root, using this: To: root Cc: pmc@project.apache.org, [EMAIL PROTECTED]

[jira] Commented: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 11 Aug 2003 12:30 AM Body: Maven home with '~' in the name does work. Here's output: C:\source\mavenmaven clean C:\source\mavenif exist \mavenrc_pre.bat call \mavenrc_pre.bat

[jira] Commented: (MAVEN-595) Resurrect developerConnection improve CVS usage page

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 5 Aug 2003 9:18 AM Body: the patch doesn't cleanly apply against cvs head :-( Will try to work around it - View the issue:

cvs commit: maven project.xml

2003-08-14 Thread dion
dion2003/08/05 09:56:09 Modified:.project.xml Log: Upgrade to dom4j-1.4 (will try to remove next). Remove commented out which dep Revision ChangesPath 1.295 +1 -6 maven/project.xml Index: project.xml

cvs commit: maven/src/plugins-build/tjdo/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml

2003-08-14 Thread evenisse
evenisse2003/08/08 06:52:54 Added: src/plugins-build/tjdo Tag: MAVEN_RC1_STABLE plugin.jelly plugin.properties project.properties project.xml src/plugins-build/tjdo/xdocs Tag: MAVEN_RC1_STABLE changes.xml goals.xml

[jira] Commented: (MAVEN-637) usage of groupId and artifactId is not properly documented on website

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brian Ewins Created: Wed, 6 Aug 2003 5:30 AM Body: I too would like to see more documentation on how dependencies are resolved. If we see a directory structure on one of the urls in our maven.repo.remote list, what

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

2003-08-14 Thread Emmanuel Venisse
Sorry, I do it now. - Original Message - From: [EMAIL PROTECTED] To: Maven Developers List [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 11:22 AM Subject: Re: cvs commit: maven/src/plugins-build/war plugin.jelly changes.xml update? -- dIon Gillard, Multitask Consulting Blog:

[jira] Updated: (MAVEN-635) (HEAD) Can't compile any java classes for source 1.4

2003-08-14 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Mon, 11 Aug 2003 12:37 AM Changes: summary changed from Can't compile any java classes for source 1.4 -

Fw: FAQ Hibernate and JDO

2003-08-14 Thread dion
More FYI -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ - Forwarded by dIon Gillard/Multitask Consulting/AU on 11/08/2003 11:14 AM - Roy T. Fielding [EMAIL PROTECTED] wrote on 09/08/2003 07:14:23 AM: As far as I can see, doing an import (which

cvs commit: maven/src/test/java/org/apache/maven/plugin DefaultPluginCacheManagerTest.java

2003-08-14 Thread dion
dion2003/08/08 00:17:24 Removed: src/test/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE DefaultPluginCacheManagerTest.java Log: Remove unused code - To unsubscribe, e-mail: [EMAIL

Re: [VOTE] Brett Porter to be given committer privileges

2003-08-14 Thread dion
I'm +1. Brett's been plugging away for ages. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Ben Walding [EMAIL PROTECTED] wrote on 13/08/2003 12:49:50 PM: I'd like to nominate Brett Porter as a new committer. He's been active on the lists helping

cvs commit: maven/src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTest.java

2003-08-14 Thread evenisse
evenisse2003/08/06 03:42:44 Modified:src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTest.java Log: Backward code to the previous version. Now, we don't use digester in maven test classes. I think we can remove the dependency in Maven pom.

[jira] Commented: (MAVEN-595) Resurrect developerConnection improve CVS usage page

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Paul Libbrecht Created: Tue, 12 Aug 2003 5:30 PM Body: I would look forward to such a patch. Might I also request that the text of the files be changeable (through a properties probably) ? Thanks. Paul

[jira] Commented: (MAVEN-194) Two dependiencise having the same id but diffrent type should not be assumed as duplicats

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 5 Aug 2003 1:16 AM Body: Ok, I'm convinced. Type is a uniqueness qualifer. - View the issue:

Re: Console output from Maven - consistency

2003-08-14 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes: Until that's possible, I can't see how we can truly support a '-debug' flag. Can you? Well, I'd simply change the level that is reported to the console. If -debug is not set, don't report anything below warn level to the console. So the application keeps logging at

Comment and build problem

2003-08-14 Thread Jeff Epstein
Hello, Maven developers. A comment and a question regarding a build problem. Comment: On bootstrap.html, it says to create an env var called MAVEN_HOME. I recommend it clearly say that this must not end with a slash. Ending it with a slash causes the build to crash, which took me a while to

Re: [jira] Updated: (MAVEN-668) Incorrect file URL syntax in JBuilder plugin

2003-08-14 Thread nathan
I am no longer using this email address, try nathanATcodeczar.com (replace the AT with and @). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-08-14 Thread evenisse
evenisse2003/08/05 04:40:28 Modified:src/plugins-build/changes/src/plugin-resources changes.jsl src/plugins-build/changes/xdocs changes.xml Log: Applied Maven-587. Add index table of release. Revision ChangesPath 1.5 +37 -19

[jira] Closed: (MAVEN-662) TJDO Plugin

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

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread Brett Porter
ArtifactType considers ejb a type (which is what dep.type will be), but also knows the filename extension is .jar. IMO it makes sense to keep this logic together. - Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 August 2003 2:58 PM To:

Re: Plugin for Findbugs as a contribution?

2003-08-14 Thread dion
Yes. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Eric Pugh [EMAIL PROTECTED] wrote on 07/08/2003 10:14:07 PM: Hi all, I am working on a Maven wrapper to the findbugs tool. Findbugs works similar to PMD. Findbugs is licensed under LGPL.. Does

[jira] Created: (MAVEN-667) WAR plugin is missing some features (patch included)

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

Results of clean bootstrap at 20030810-2200

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030810-2200 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to

Re: FAQ Hibernate and JDO

2003-08-14 Thread Kevin O'Neill
We've already gone over this many times. Java doesn't work that way. It isn't sufficient to read the LGPL (intended for static compilation) and then do a mental translation to what any sensible person thinks it should say for a late-bound-by-name language like Java. If you just read the

Re: [Repository Upload Request] JGoodies

2003-08-14 Thread Martin Skopp
On Thu, 2003-08-14 at 13:24, Neale Swinnerton wrote: Can you please upload the jgoodies jars to the maven repository. They are distributed under a BSD Opensource license. ... and as a short info for all developers: That JGoodies stuff *really* rocks! My Java GUI looks+feels like an XP-app,

cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-08-14 Thread dion
dion2003/08/07 09:54:25 Modified:src/test/java/org/apache/maven Tag: MAVEN_RC1_STABLE MavenUtilsTest.java src/test/extend Tag: MAVEN_RC1_STABLE project-child.xml src/test/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE

[jira] Commented: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 10 Aug 2003 10:14 PM Body: My MAVEN_HOME has spaces in it and works ok. It's not MAVEN_HOME causing this. - View the issue:

CVS Head

2003-08-14 Thread dion
After a discussion on IRC with Jason this afternoon I've volunteered to roll back CVS Head so it has the pre-refactor code + the changes since, until Jason can spend some more time on getting the refactor working with all the plugins. Does anyone have a problem with rolling back the refactor?

plugin dependencies

2003-08-14 Thread Nathan Coast
Hi, Is it possible for plugins to download their dependencies from another repository? I tried adding maven.repo.remote=http://www.ibiblio.org/maven/,http://www.codeczar.com/maven/ to the project.properties for the plugin but the jar files aren't downloaded? Do I need to specify the

cvs commit: maven/src/conf defaults.properties driver.jelly

2003-08-14 Thread dion
dion2003/08/07 09:53:24 Modified:src/conf Tag: MAVEN_RC1_STABLE defaults.properties driver.jelly Log: Update from back ported fixes Revision ChangesPath No revision No revision 1.2.2.1 +0

[jira] Closed: (MAVEN-661) war plugin doesn't support lists of includes/excludes

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Fri, 8 Aug 2003 1:37 AM Patch applied, thanks! - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-661 Here is

[jira] Created: (MAVEN-668) Incorrect file URL syntax in JBuilder plugin

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

[jira] Closed: (MAVEN-536) A mechanism for easily retrieving plugins that are not distributed with Maven.

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 14 Aug 2003 1:43 AM Added to CVS. You can now specify something like dependency groupIdmaven/groupId artifactIdmaven-cactus-plugin/artifactId version3.0/version typeplugin/type /dependency and

[jira] Commented: (MAVEN-673) xdoc:generate-from-pom tries to read nonexistent .pom files

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 12 Aug 2003 1:42 AM Body: I fixed this error recently on the branch. Can you check you have the latest source? - View the

Repository Upload Request - OSCache

2003-08-14 Thread Sam Mulube
Hello, I was wondering whether someone could upload OSCache to the remote repository. It can be obtained here: http://prdownloads.sourceforge.net/opensymphony/oscache_1_7_5.zip I've attached a project.xml file that describes it, but I'm not sure if I have correctly completed all of the required

[jira] Commented: (MAVEN-156) classpath or jelly:xml issue with XSLT transformations

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sun, 10 Aug 2003 10:18 PM Body: FAQ 4.9 in case this link doesn't work: http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-6ffef73e17a0455edf38ab9569fb38cda23642be

Results of clean bootstrap at 20030809-0048

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030809-0048 cvs server: Updating maven/src/plugins-build/tjdo cvs server: Updating maven/src/plugins-build/tjdo/xdocs cvs server: Updating maven/src/plugins-build/torque U maven/src/plugins-build/torque/.cvsignore U

[jira] Commented: (MAVEN-458) Make use of jar overrides rather than maven.repo.local

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 9 Aug 2003 7:33 AM Body: only ones left: deploy, plexus and runner which are all associated. Jason is currently working on plexus, and there is already a FIX ME in place.

Re: maven IRC logs

2003-08-14 Thread Jason van Zyl
On Sun, 2003-08-10 at 21:23, bob mcwhirter wrote: It's intentional. We got tired of our random ramblings ending up on someone's blog. Yes, unfortunately some people have nothing better to do, or are not better at anything else. Many people ask for them so maybe we can set up a password

[jira] Commented: (MAVEN-539) href links do not show up in changes report

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 12 Aug 2003 1:29 AM Body: This is fixed in MAVEN-556 - View the issue:

Re: Comment and build problem

2003-08-14 Thread dion
This is CVS HEAD by the looks which is currently unstable. Please checkout the branch MAVEN_RC1_STABLE from CVS and try that instead. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeff Epstein [EMAIL PROTECTED] wrote on 12/08/2003 01:41:49 AM: Hello,

cvs commit: maven/src/plugins-build/multiproject plugin.properties

2003-08-14 Thread dion
dion2003/08/10 17:33:30 Modified:src/plugins-build/multiproject Tag: MAVEN_RC1_STABLE plugin.properties Log: Correct bad property definition. Revision ChangesPath No revision No revision 1.6.2.2 +1 -1

[jira] Commented: (MAVEN-156) classpath or jelly:xml issue with XSLT transformations

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 10 Aug 2003 10:11 PM Body: Where's the wiki link? If it's ok, I'll take it and add it to the FAQ. - View the issue:

Re: cvs commit: maven/src/plugins-build/cactus/xdocs changes.xml

2003-08-14 Thread Florin Vancea
Sorry for bumping in, but I'm exactly midway between user and developer, the kind that uses HEAD. I was using HEAD until not-so-long ago, mostly for Cactus plugin reasons. And I luckily obtained a version that is satisfactory for me right before the HEAD/STABLE split, then I stopped building

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread dion
Ok, will look into ithow will this change the code? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter [EMAIL PROTECTED] wrote on 12/08/2003 02:56:40 PM: ArtifactType considers ejb a type (which is what dep.type will be), but also knows

[jira] Updated: (MAVEN-676) Added Italian localization

2003-08-14 Thread jira
The following issue has been updated: Updater: Simone Zorzetti (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 12:27 PM Changes: Attachment changed to messages_it.properties - For a full history

cvs commit: maven/xdocs faq.fml

2003-08-14 Thread dion
dion2003/08/13 02:01:57 Modified:xdocsTag: MAVEN_RC1_STABLE faq.fml Log: Work around icky faq plugin feechur Revision ChangesPath No revision No revision 1.2.2.4 +8 -8 maven/xdocs/faq.fml Index: faq.fml

cvs commit: maven/xdocs faq.fml

2003-08-14 Thread dion
dion2003/08/13 17:08:03 Modified:xdocsTag: MAVEN_RC1_STABLE faq.fml Log: Work around icky faq plugin feechur Revision ChangesPath No revision No revision 1.2.2.5 +4 -6 maven/xdocs/faq.fml Index: faq.fml

RE: Plugin for Findbugs as a contribution?

2003-08-14 Thread Eric Pugh
Thank you.. That was what I understood, but wanted to verify... I will follow up with Stephane when I make more progress. Eric Pugh -Original Message- From: Rafal Krzewski [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 2:31 PM To: Maven Developers List Subject: Re: Plugin

cvs commit: maven/src/java/org/apache/maven/project Project.java

2003-08-14 Thread dion
dion2003/08/13 22:59:48 Modified:src/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE Project.java Log: Add plugin installation to dependency processing Revision ChangesPath No revision No revision

[jira] Updated: (MAVEN-662) TJDO Plugin

2003-08-14 Thread jira
The following issue has been updated: Updater: Andy Jefferson (mailto:[EMAIL PROTECTED]) Date: Fri, 8 Aug 2003 6:34 AM Changes: Attachment changed to maven-tjdo-plugin-0.1.jar - For a full history

Re: cvs commit: maven/src/plugins-build/tjdo .cvsignore

2003-08-14 Thread dion
What's this doing in Attic??? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 10/08/2003 06:26:37 PM: evenisse2003/08/10 01:26:37 Added: src/plugins-build/tjdo Tag: MAVEN_RC1_STABLE .cvsignore Log: Add

[jira] Commented: (MAVEN-669) Plugin doesn't create/specify war directory correctly for resin

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Jason Chaffee Created: Tue, 12 Aug 2003 4:18 PM Body: After looking at the Ant intergation documentation, I think there might be a typo in the the plugin. The Ant documenation does not mention a todir parameter, but it

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Fri, 8 Aug 2003 2:17 AM Body: Does this happen on maven clean too? - View the issue:

[jira] Created: (MAVEN-681) Allow Checkstyle plugin to access checks file from a URL

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

  1   2   >