[jira] Closed: (MAVEN-257) Reactor problem with some plugins

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 25 Sep 2003 2:14 AM I know for sure clean and checkstyle work in a multiproject. - View the issue: http://jira.codehaus.org/secure/V

[jira] Commented: (MAVEN-257) Reactor problem with some plugins

2003-09-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 25 Sep 2003 2:12 AM Body: how do I run this test case? - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=

[jira] Closed: (MAVEN-608) Fix memory leak due to inheritance and multiple creation of Jelly contexts and Ant projects

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 25 Sep 2003 2:06 AM This is a dupe of MAVEN-760 - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-608 Her

[jira] Updated: (MAVEN-318) OutOfMemoryError during site:generate

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Thu, 25 Sep 2003 2:03 AM Comment: If this is really waiting on classworlds, that's not happening till 1.1 Changes: Fix Version changed to 1.1 Fix Version change

[jira] Closed: (MAVEN-630) and tags are missing in many plugins

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 25 Sep 2003 2:01 AM See http://maven.apache.org/reference/plugins/index.html I fixed them up when we switched to that page format - Vi

[jira] Closed: (MAVEN-197) Artifact type handling - there is no way no add artifact of other type than jar to build classpath

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 25 Sep 2003 1:59 AM Implemented ages ago. Method is in o.a.m.project.Dependency. - View the issue: http://jira.codehaus.org/secure/V

[jira] Updated: (MAVEN-630) and tags are missing in many plugins

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Thu, 25 Sep 2003 1:52 AM Changes: Fix Version changed to 1.1 Fix Version changed from 1.0-final

Re: Repository Code

2003-09-24 Thread dion
http://cvs.apache.org/viewcvs.cgi/maven-new/fetch/ -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Peter Donald <[EMAIL PROTECTED]> wrote on 25/09/2003 04:44:25 PM: > On Thu, 25 Sep 2003 02:28 pm, [EMAIL PROTECTED] wrote: > > Have you seen maven-fetch? >

Re: Repository Code

2003-09-24 Thread Peter Donald
On Thu, 25 Sep 2003 02:28 pm, [EMAIL PROTECTED] wrote: > Have you seen maven-fetch? Nope - a quick grep through the CVS didn't turn up anything and I haven't been subscribed to list for long. Want to point me at it ? TIA :) -- Cheers, Peter Donald Einstein argued that there must be simplified

Re: Repository Code

2003-09-24 Thread Peter Donald
On Thu, 25 Sep 2003 02:08 pm, Jason van Zyl wrote: > > I would like to use Mavens repository code in a few other applications. > > To do this what I would like to do is separate out the repository, > > fetching, verifying code into a separate component. > > Soon after 1.0 some components will be re

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

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 25 Sep 2003 1:37 AM Remove .processed processing for plugins. Dependencies are always verified. - View the issue: http://jira.codeha

cvs commit: maven/src/java/org/apache/maven/plugin PluginManager.java

2003-09-24 Thread dion
dion2003/09/24 23:18:14 Modified:src/java/org/apache/maven/plugin PluginManager.java Log: Fix for MAVEN-659. Remove .processed checking for plugins. Revision ChangesPath 1.70 +2 -41 maven/src/java/org/apache/maven/plugin/PluginManager.java Index: PluginM

[jira] Commented: (MAVEN-847) Umlauts in project.xml become garbage in generated site

2003-09-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 25 Sep 2003 1:03 AM Body: When I download the file, the name has Lars Kühne in it. Got a better one? Or is there some mangling going on? Send it to me via [EMAIL PROTECTED] if you like.

[jira] Updated: (MAVEN-847) Umlauts in project.xml become garbage in generated site

2003-09-24 Thread jira
The following issue has been updated: Updater: Lars Kühne (mailto:[EMAIL PROTECTED]) Date: Thu, 25 Sep 2003 12:12 AM Comment: Added the full project.xml as requested. Where can I download the nightly build to see if the problem has been fixed in CVS? Changes: Attac

Re: tasklist && xdoc plugin

2003-09-24 Thread dion
Applied -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "karel flipkees" <[EMAIL PROTECTED]> wrote on 23/09/2003 04:12:31 AM: > hello developers, > > a simple patch to address the minor issues in my previous mail. > the tasklist properties documentation

Re: [PATCH] Clover report ordering

2003-09-24 Thread dion
FYI, This has been applied -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 23/09/2003 10:23:33 PM: > A little ways back, I added a patch to Jira to allow more control > when generating the Clover HTML >

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

2003-09-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 24 Sep 2003 11:48 PM Body: This is definitely a bug in the Ant javac task: [javac] [DEBUG] Execute:Java13CommandLauncher: Executing 'C:\j2sdk1.4.2_01\bin\javac.exe' with arguments: '-d' 'C:

Re: (FAILED) Results of clean bootstrap at 20030924-2200

2003-09-24 Thread dion
maven.bootstrap.online}. There > doesn't seem to be an easy way of making the element optional in > the ant task, so no easy solution to this other than reverting the > change to src/bin/maven. > > > Matt > > [EMAIL PROTECTED] wrote: > > >Last 500 lines of a cl

Re: Repository Code

2003-09-24 Thread dion
Have you seen maven-fetch? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Peter Donald <[EMAIL PROTECTED]> wrote on 25/09/2003 12:56:56 PM: > Hi, > > I would like to use Mavens repository code in a few other applications. To do > this what I would like

[jira] Closed: (MAVEN-746) Add ability to bundle sar file in ear plugin

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 24 Sep 2003 11:39 PM Applied similar fix - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-746 Here is an

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

2003-09-24 Thread dion
dion2003/09/24 21:19:48 Modified:src/plugins-build/ear plugin.jelly Log: Fix for MAVEN-746. Allows arbitrary bundling of files into an EAR. Keeping a list of jar, war, ear, rar etc is getting ridiculous. If the user puts ear.bundle to true, it goes in. Revision Cha

cvs commit: maven/src/plugins-build/war/src/plugin-test .cvsignore

2003-09-24 Thread dion
dion2003/09/24 21:16:22 Added: src/plugins-build/war/src/plugin-test .cvsignore Log: Ignore logs Revision ChangesPath 1.1 maven/src/plugins-build/war/src/plugin-test/.cvsignore Index: .cvsignore ===

Re: Repository Code

2003-09-24 Thread Jason van Zyl
On Wed, 2003-09-24 at 22:56, Peter Donald wrote: > Hi, > > I would like to use Mavens repository code in a few other applications. To do > this what I would like to do is separate out the repository, fetching, > verifying code into a separate component. Soon after 1.0 some components will be re

cvs commit: maven/src/bin maven

2003-09-24 Thread dion
dion2003/09/24 21:08:25 Modified:src/bin maven Log: Fix no goal "" message Revision ChangesPath 1.31 +2 -2 maven/src/bin/maven Index: maven === RCS file: /home/cvs/maven/src/bin/maven,

Re: (FAILED) Results of clean bootstrap at 20030924-2200

2003-09-24 Thread matt
ange to src/bin/maven. Matt [EMAIL PROTECTED] wrote: Last 500 lines of a clean bootstrap build of maven at 20030924-2200 U maven/src/test/java/org/apache/maven/project/BaseObjectTest.java U maven/src/test/java/org/apache/maven/project/BasedirTest.java U maven/src/test/java/org/apache/maven/project/B

Repository Code

2003-09-24 Thread Peter Donald
Hi, I would like to use Mavens repository code in a few other applications. To do this what I would like to do is separate out the repository, fetching, verifying code into a separate component. I have had a look at the current codebase and what documentation I could find. ie http://wiki.code

Re: mozilla strangeness

2003-09-24 Thread matt
There are a number of table rendering bugs raised against mozilla. Many of them seem to be related to invalid markup or css, and if this falls into that category, mozilla developers are very unlikely to address these sorts of issues. Bugs that may be relevant are 199208, 101013, and 189168, i

Results of clean bootstrap at 20030924-2200

2003-09-24 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030924-2200 U maven/src/test/java/org/apache/maven/project/BaseObjectTest.java U maven/src/test/java/org/apache/maven/project/BasedirTest.java U maven/src/test/java/org/apache/maven/project/BuildTest.java U maven/src/test/java/org/apache

Re: Bug MAVEN-37

2003-09-24 Thread dion
AFAIK, noone is working on it. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Diego Fernández <[EMAIL PROTECTED]> wrote on 24/09/2003 01:26:20 PM: > Hi, > What is the status of the bug MAVEN-37 ("Not honoring parents > project.properties when inheriting

[jira] Created: (MAVEN-848) jelly can't resolve vars with dots (.) in the name, in function calls

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

Re: Bug MAVEN-37

2003-09-24 Thread Jason van Zyl
On Wed, 2003-09-24 at 12:26, Diego Fernández wrote: > Hi, > What is the status of the bug MAVEN-37 ("Not honoring parents > project.properties when inheriting projects")? > This bug is very annoying in multiprojects since sometimes the only way > to compile correctly without coping the project.pr

Bug MAVEN-37

2003-09-24 Thread Diego Fernández
Hi, What is the status of the bug MAVEN-37 ("Not honoring parents project.properties when inheriting projects")? This bug is very annoying in multiprojects since sometimes the only way to compile correctly without coping the project.properties to each sub-project is to use multiproject:goal. I

[jira] Updated: (MAVEN-677) changelog-plugin does not work with svn

2003-09-24 Thread jira
The following issue has been updated: Updater: Philipp Meier (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 11:29 AM Comment: Patch attached. Changes: Attachment changed to maven-changelog-diff-svn-new-date-argument-format.patch -

[jira] Commented: (MAVEN-816) The linkcheck plugin seems to hang indefinitely and sometime even crashes under Mac OS X

2003-09-24 Thread jira
The following comment has been added to this issue: Author: jeff grant Created: Wed, 24 Sep 2003 11:02 AM Body: This is still an issue as of yesterday... but I've been unable to rebuild the bootstrap (ant -f build-bootstrap.xml) to provide output... as of this morning, I get thi

Re: mozilla strangeness

2003-09-24 Thread Vidhya CS
I have seen this problem in netscape , is this a stylesheet probs . > I have the same problem. I think that may be is a bug in mozilla, if you > reload the page is displayed correctly. > The problem seems to happen with big tables... > > Nathan Coast wrote: > >> Hi, >> >> Recently pages generated

Re: mozilla strangeness

2003-09-24 Thread Diego Fernández
I have the same problem. I think that may be is a bug in mozilla, if you reload the page is displayed correctly. The problem seems to happen with big tables... Nathan Coast wrote: Hi, Recently pages generated by site are rendering incorrectly in mozilla. I've seen this on pages from maven.apa

cvs commit: maven/src/plugins-build/xdoc/src/plugin-test/common links.xml

2003-09-24 Thread dion
dion2003/09/24 01:35:33 Added: src/plugins-build/xdoc/src/plugin-test/xdocs navigation.xml test.xml src/plugins-build/xdoc/src/plugin-test maven.xml project.xml .cvsignore src/plugins-build/xdoc/src/plugi

cvs commit: maven/src/plugins-build/xdoc/src/plugin-test/xdocs - New directory

2003-09-24 Thread dion
dion2003/09/24 01:35:21 maven/src/plugins-build/xdoc/src/plugin-test/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/xdoc/src/plugin-test/common - New directory

2003-09-24 Thread dion
dion2003/09/24 01:35:21 maven/src/plugins-build/xdoc/src/plugin-test/common - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/xdoc/src/plugin-test - New directory

2003-09-24 Thread dion
dion2003/09/24 01:35:21 maven/src/plugins-build/xdoc/src/plugin-test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MAVEN-815) Relative XML entities broken in xdoc

2003-09-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 24 Sep 2003 3:42 AM Body: This is definitely a regression from dom4j-1.4-dev7 to the released dom4j-1.4. Copying dom4j-1.4-dev-7.jar over dom4j-1.4.jar resolves the issue ---

Re: mozilla strangeness

2003-09-24 Thread Rafal Krzewski
Nathan Coast wrote: > Hi, > > Recently pages generated by site are rendering incorrectly in mozilla. > I've seen this on pages from maven.apache.org and on local generated > pages. The lefthand menu is the same width as the header, with the body > content displayed to the right. A reload fixes

[jira] Commented: (MAVEN-828) jar:install should not install snapshot if ther version ends with -SNAPSHOT

2003-09-24 Thread jira
The following comment has been added to this issue: Author: Rafal Krzewski Created: Wed, 24 Sep 2003 3:07 AM Body: MAVEN-842 contains a cleaner solution to the same problem. - View the issue: http://jira.codehau

[jira] Commented: (MAVEN-801) AspectJ iajc 1.1 task fails under JDK 1.4 (works fine under Ant)

2003-09-24 Thread jira
The following comment has been added to this issue: Author: Chad Woolley Created: Wed, 24 Sep 2003 3:02 AM Body: which new plugin? - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-801

[jira] Closed: (MAVEN-309) Order of classpath entries should be changed

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 24 Sep 2003 3:01 AM Applied similar fix today - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-309 Here

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

2003-09-24 Thread dion
dion2003/09/24 00:42:45 Modified:src/plugins-build/test/xdocs changes.xml src/plugins-build/test plugin.jelly Log: Fix similar to MAVEN-309 Revision ChangesPath 1.5 +4 -0 maven/src/plugins-build/test/xdocs/changes.xml Index: changes.xml

[jira] Closed: (MAVEN-423) Project Descriptor documentation out of date

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 24 Sep 2003 2:52 AM None of these items remain documented - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN

[jira] Commented: (MAVEN-423) Project Descriptor documentation out of date

2003-09-24 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 24 Sep 2003 2:50 AM Body: unitTestPatterns is not in that file - View the issue: http://jira.codehaus.org/secure/ViewIssue.j

[jira] Closed: (MAVEN-468) 1.0 release plan

2003-09-24 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 24 Sep 2003 2:43 AM We have the roadmap and agreed details. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAV

[jira] Updated: (MAVEN-494) pom:validate does not work with

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:32 AM Changes: Fix Version changed to 1.1 Fix Version changed from 1.0-final

[jira] Updated: (MAVEN-807) SAXParserFactoryImpl not found from maven/lib/endorsed

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:29 AM Comment: Can you upload the test project? Changes: Fix Version changed to 1.1 --

[jira] Updated: (MAVEN-802) add (optional) Manifest "Class-Path" for dependencies

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:28 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-806) Dependencies and build/test/run configurations : Addition of flexibility

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:26 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-813) schema-export throws error when mapping classes that contain PersistentEnum attributes

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:26 AM Comment: If someone can provided a test project, I'll happily test it. Changes: Fix Version changed to 1.1 -

[jira] Updated: (MAVEN-785) improve the functionality and feature set of the existing MavenTask

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:24 AM Comment: Is everyone ok for this to go into 1.0 final? Changes: Fix Version changed to 1.0-final ---

[jira] Updated: (MAVEN-796) How about adding the the sql plugin to maven

2003-09-24 Thread jira
The following issue has been updated: Updater: Jason Chaffee (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:23 AM Comment: Latest version which allows for transactions and filesets. I have included xdocs as well. Changes: Attachment changed to sql.zip ---

[jira] Updated: (MAVEN-816) The linkcheck plugin seems to hang indefinitely and sometime even crashes under Mac OS X

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:23 AM Comment: Is this still an issue? Can someone post the output from the latest linkcheck plugin? Changes: Fix Version changed to 1.1

[jira] Updated: (MAVEN-841) allow maven to treat a file in ${user.home} as a source of default properties

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:19 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Updated: (MAVEN-801) AspectJ iajc 1.1 task fails under JDK 1.4 (works fine under Ant)

2003-09-24 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Sep 2003 2:18 AM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h