[Upload Request] cglib-asm-1.0.jar and cglib-bcel-1.0.jar

2003-07-18 Thread Dan Tran
Please download those 2 files, and place them in cglib/jars http://sourceforge.net/project/showfiles.php?group_id=56933 Thanks -Dan

[Upload request] struts' validator-rules.xml

2003-07-18 Thread Dan Tran
Hi Please upload validator-rules.xml which is part of strut 1.1 distribution located in struts' lib directory This file shoud be placed in struts/xmls dirctory , the file has this name: validator-rules-1.1.xml Thanks -Dan - To

[jira] Updated: (MAVEN-564) PATCH - check for MAVEN_HOME variable at bootstrap

2003-07-18 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 10:14 AM Comment: file with the patch (as suggested in http://wiki.codehaus.org/maven/SubmittingPatches) Changes: Attachment changed to patch ---

[jira] Commented: (MAVEN-540) Property: maven.plugin.dir doesn't work

2003-07-18 Thread jira
The following comment has been added to this issue: Author: Olaf Kaus Created: Fri, 18 Jul 2003 10:12 AM Body: If I can change the location of maven's plugin dir to a netfolder, everbody in my company can use the same plugin-realeases. -

[jira] Commented: (MAVEN-540) Property: maven.plugin.dir doesn't work

2003-07-18 Thread jira
The following comment has been added to this issue: Author: Jason van Zyl Created: Fri, 18 Jul 2003 10:01 AM Body: What do you need maven's plugin dir for. If you're going to add an issue please give some sort of reason.

[jira] Updated: (MAVEN-540) Property: maven.plugin.dir doesn't work

2003-07-18 Thread jira
The following issue has been updated: Updater: Olaf Kaus (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 9:49 AM Comment: - New Constants: maven.plugin.dir Changes: Attachment changed to MavenConstants.patch

[jira] Updated: (MAVEN-540) Property: maven.plugin.dir doesn't work

2003-07-18 Thread jira
The following issue has been updated: Updater: Olaf Kaus (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 9:48 AM Comment: - The Property: maven.plugin.dir is now used - New Method for validating dir-access Changes: Attachment changed to PluginManager.patch ---

[jira] Updated: (MAVEN-340) Pb with maven -g listing all goals (even the non public ones)

2003-07-18 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 9:38 AM Comment: while it was already implemented, the plugin cache was causing null's to be loaded as "null" instead of a real null. patch attached to fix it Changes:

[jira] Commented: (MAVEN-535) maven-ydoc plugin

2003-07-18 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Fri, 18 Jul 2003 9:01 AM Body: Sorry, but you'll have to upload to maven-plugins.sf.net At present maven can't distribute JARs not licensed under the ASL (I assume this is the case here). --

[jira] Updated: (MAVEN-584) multiproject - make aggregation directory path configurable

2003-07-18 Thread jira
The following issue has been updated: Updater: Rafal Krzewski (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 8:56 AM Comment: The patch Changes: Attachment changed to multiproject-aggregateDir.diff -

[jira] Created: (MAVEN-584) multiproject - make aggregation directory path configurable

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

[jira] Commented: (MAVEN-386) Ampersands in navigation.xml being escaped twice during xml parsing

2003-07-18 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Fri, 18 Jul 2003 7:33 AM Body: works for me! Can you confirm it is still present in beta-10? - View the issue: http://jira.codeha

[jira] Updated: (MAVEN-574) multiproject:site fails with "Goal [xdoc:register-reports] has no action definition."

2003-07-18 Thread jira
The following issue has been updated: Updater: Rafal Krzewski (mailto:[EMAIL PROTECTED]) Date: Fri, 18 Jul 2003 7:31 AM Comment: Here's a patch for the plugin.jelly file, that detects the situation when the super project is included into the subproject set at preprocessing stage, a

[jira] Closed: (MAVEN-395) Shrinkwrapped maven install should not have duplicate xerces / xml-api jars

2003-07-18 Thread jira
Message: The following issue has been closed. Resolver: Ben Walding Date: Fri, 18 Jul 2003 6:57 AM MAVEN-470 - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-395 Here is an overview of

[jira] Commented: (MAVEN-395) Shrinkwrapped maven install should not have duplicate xerces / xml-api jars

2003-07-18 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Fri, 18 Jul 2003 6:40 AM Body: patch already submitted under MAVEN-470 - this is a dupe. - View the issue: http://jira.codehaus.o

Maven B10 build from CVS HEAD 2003-07-18 broken?!

2003-07-18 Thread Siegfried Göschl
Hi folks, I just downloaded CVSHEAD to test my plugins and the build fails on my Windows box. Thanks in advance Siegfried Goeschl + | Building Maven Changelog Plug-in | Memory: 45M/65M + clean:clean: clean: plu

Results of clean bootstrap at 20030718-0317

2003-07-18 Thread Ben Walding
Last 500 lines of a clean bootstrap build of maven at 20030718-0317 [exec] [jar] Building jar: /home/bwalding/src/maven/src/plugins-build/vdoclet/target/maven-vdoclet-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/bwalding/.maven/repository/maven/jars [exec

Re: Workflow for submitting a patch?

2003-07-18 Thread Ben Walding
Added to the wiki http://wiki.codehaus.org/maven/SubmittingPatches Free goodwill to anyone who goes and cleans it up! Rafal Krzewski wrote: Kaus Olaf wrote: Hi "Maviacs", I am a newbie in the OpenSource-Business and I would like to support the community. I fix the Bug ISSUE: "(MAVEN-540) Pr

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers GenericSshDeployer.java

2003-07-18 Thread bwalding
bwalding2003/07/18 00:37:18 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers GenericSshDeployer.java Log: Fix typo. passpharse -> passphrase Revision ChangesPath 1.5 +2 -2 maven/src/plugins-build/artifact/

Re: Workflow for submitting a patch?

2003-07-18 Thread Rafal Krzewski
Kaus Olaf wrote: > Hi "Maviacs", > > I am a newbie in the OpenSource-Business and I would like to support the community. > I fix the Bug ISSUE: "(MAVEN-540) Property: maven.plugin.dir doesn't work", > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-540 > > but I don't know how to submit