[jira] Commented: (MPEAR-14) ear by default inserts all bundled jars to application.xml

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Wed, 10 Nov 2004 10:53 PM Body: So, what's the status of this issue? Should we re-close it (as nobody complained about dion's arguments)? --

[jira] Closed: (MPEAR-23) need to be able to set location of resources within the EAR file

2004-11-10 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Wed, 10 Nov 2004 10:34 PM fixed with minor changes - View the issue: http://jira.codehaus.org/browse/MPEAR-23 Here is an overview of the i

cvs commit: maven-plugins/ear/src/plugin-test/test02 - New directory

2004-11-10 Thread felipeal
felipeal2004/11/10 19:26:48 maven-plugins/ear/src/plugin-test/test02 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/ear/xdocs changes.xml properties.xml

2004-11-10 Thread felipeal
felipeal2004/11/10 19:28:41 Modified:ear plugin.jelly ear/xdocs changes.xml properties.xml Added: ear/src/plugin-test/test02 maven.xml project.xml Log: MPEAR-23: added new property (ear.target.path) that sets where a dependency is located inside the ear

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Dion Gillard
+1. On Wed, 10 Nov 2004 22:47:01 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > As I speak, I am building and uploading Maven 1.0.1 to > http://www.apache.org/~brett/release-1.0.1 > > Please vote whether you think this should be an official release. > > If the vote is carried, I will move the

RE: [vote] release Maven 1.0.1

2004-11-10 Thread Brett Porter
Well, it /should/ be fixed... But I'm not adverse to 1.0.2 if there are a small number of issues to sort out still. Other than that, there isn't one planned presently. - Brett Quoting Carlos Sanchez <[EMAIL PROTECTED]>: > +1 > > I'll check the bug with plugin dependencies carefully for 1.0.2 >

RE: [vote] release Maven 1.0.1

2004-11-10 Thread Carlos Sanchez
+1 I'll check the bug with plugin dependencies carefully for 1.0.2 Carlos > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 10, 2004 12:47 PM > To: Maven Developers List > Subject: [vote] release Maven 1.0.1 > > As I speak, I am building an

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Fabrizio Giustina
tested on different projects and work flawlessy (except for the bundled clover plugin not updated to the latest -jdk1.5 compatible- clover release :/) go on +1 fabrizio On 10 Nov 2004 04:41:39 -0500, Jason van Zyl <[EMAIL PROTECTED]> wrote: > On Wed, 2004-11-10 at 06:47, Brett Porter wrote: >

[jira] Closed: (MPARTIFACT-42) Deploying an artifact fails if the artifact was already deployed by another user.

2004-11-10 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 10 Nov 2004 2:36 PM you're right - in which case this is a duplicate of MPARTIFACT-39 - View the issue: http://jira.codehaus.org/brow

[jira] Commented: (MAVENUPLOAD-247) Upload javassist-3.0-rc-1.jar

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Howard M. Lewis Ship Created: Wed, 10 Nov 2004 10:19 AM Body: I've uploaded a new and properly formatted file to the same location. - View this comment:

[jira] Commented: (MAVENUPLOAD-247) Upload javassist-3.0-rc-1.jar

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Howard M. Lewis Ship Created: Wed, 10 Nov 2004 10:10 AM Body: You know, when you're wrong, you're wrong. I was going to defend my childish outburst by claiming the docs don't say anything about a script ... they do. I g

[jira] Closed: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 10 Nov 2004 10:05 AM configuration problem - View the issue: http://jira.codehaus.org/browse/MAVEN-1499 Here is an overview of t

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 10 Nov 2004 10:05 AM Body: You don't have this in your build.properties : maven.repo.remote=http://www.ibiblio.org/maven,http://www.codeczar.com/maven It's write here : http://www.codeczar.c

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Jason van Zyl
On Wed, 2004-11-10 at 06:47, Brett Porter wrote: > Please vote whether you think this should be an official release. +1 -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attent

[jira] Updated: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following issue has been updated: Updater: Pablo Icaza (mailto:[EMAIL PROTECTED]) Date: Wed, 10 Nov 2004 9:05 AM Comment: I configure maven for the proxy it start working ok but can not find the strus .tld files ?? pls see the moven console 2 Thanks Changes:

[JNLP] Adding a "serve-local" goal?

2004-11-10 Thread Vincent Massol
Hi everyone, I am using webstart on some of my projects and I have had the need to locally duplicate a webstart installed application. It means that taking an URL pointing to a JNLP, our code grabs all the jars mentioned in the JNLP, copies them locally in some dir and start jetty to serve them.

[jira] Commented: (MPARTIFACT-42) Deploying an artifact fails if the artifact was already deployed by another user.

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Mark Church Created: Wed, 10 Nov 2004 8:46 AM Body: What about uploading the artifact with a .tmp exentension and then performing a move? Or alternatively deleting the artifact before starting the upload? ---

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 10 Nov 2004 8:28 AM Body: Try to run install-repo and configure maven for your proxy (http://maven.apache.org/reference/user-guide.html#Using_Proxies) --

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Alex Karasulu
+1 been running it for past two days now and it looks great. Another excellent release candidate thanks Brett, Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Pablo Icaza Created: Wed, 10 Nov 2004 8:19 AM Body: The struts-examples came from this : http://www.codeczar.com/products/struts-examples/projects-overview.html Can i download the jar manualy ??, where are this?? Th

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 10 Nov 2004 7:45 AM Body: ok, maybe I know what happened. Here is my speculation: - it is attempting to download the jars which fails (maybe because you are behind a proxy?) You'll get past thi

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Pablo Icaza Created: Wed, 10 Nov 2004 7:45 AM Body: Yes my Proxy is SQUID - View this comment: http://jira.codehaus.org/browse/MAVEN-1499?page=comments#

[jira] Commented: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 10 Nov 2004 7:37 AM Body: You are behind a proxy? - View this comment: http://jira.codehaus.org/browse/MAVEN-1499?page=co

[jira] Updated: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
The following issue has been updated: Updater: Pablo Icaza (mailto:[EMAIL PROTECTED]) Date: Wed, 10 Nov 2004 7:36 AM Comment: doesn't appear to be any failure messages ??? Artifact 'C:\Documents and Settings\Administrador\.maven\repository\xml-apis\jar s\xml-apis-1.0.b2.jar' not fo

RE: [vote] release Maven 1.0.1

2004-11-10 Thread Vincent Massol
+1 -Vincent > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 10 novembre 2004 12:47 > To: Maven Developers List > Subject: [vote] release Maven 1.0.1 > > As I speak, I am building and uploading Maven 1.0.1 to > http://www.apache.org/~brett/release-1.0.

[jira] Reopened: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
Message: The following issue has been reopened. Reopener: Pablo Icaza Date: Wed, 10 Nov 2004 7:31 AM When I try to run the struts-examples-1.0 without any change - View the issue: http://jira.codehaus.org/browse/

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Emmanuel Venisse
+1 Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 12:47 PM Subject: [vote] release Maven 1.0.1 > As I speak, I am building and uploading Maven 1.0.1 to > http://www.apache.org/~b

Re: [vote] release Maven 1.0.1

2004-11-10 Thread Felipe Leme
On Wed, 10 Nov 2004 22:47:01 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > Please vote whether you think this should be an official release. + 1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

[jira] Created: (MAVEN-1500) nsis installer only works with nsis plugin v1.1

2004-11-10 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1500 Here is an overview of the issue: - Key:

RE: [vote] release Maven 1.0.1

2004-11-10 Thread Maczka Michal
+1 Michal > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 10, 2004 12:47 PM > To: Maven Developers List > Subject: [vote] release Maven 1.0.1 > > > As I speak, I am building and uploading Maven 1.0.1 to > http://www.apache.org/~brett/rele

[jira] Closed: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 10 Nov 2004 7:06 AM sorry, but more information is needed. Can you please use the maven-users mailing list for initial investigations. - What goal did you run? - Have you changed any settings? It seem

[jira] Created: (MAVEN-1499) multiproject-install do not download .jars

2004-11-10 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1499 Here is an overview of the issue: - Key:

[vote] release Maven 1.0.1

2004-11-10 Thread Brett Porter
As I speak, I am building and uploading Maven 1.0.1 to http://www.apache.org/~brett/release-1.0.1 Please vote whether you think this should be an official release. If the vote is carried, I will move the release to the distribution area, update the website and post the announcement in 24 hours.

[jira] Commented: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Tore Green Created: Wed, 10 Nov 2004 6:46 AM Body: Hadn't looked much at scepexe because it's not scp I'm doing. It seems this could be tweaked to work for me. It assumes [EMAIL PROTECTED] as part of the command and I do

cvs commit: maven/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 03:26:04 Modified:.Tag: MAVEN-1_0-BRANCH project.xml xdocsTag: MAVEN-1_0-BRANCH changes.xml Log: [maven-scm-plugin] prepare release 1.0.1 Revision ChangesPath No revision No revision 1.3

[jira] Reopened: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
Message: The following issue has been reopened. Reopener: Brett Porter Date: Wed, 10 Nov 2004 6:23 AM ok, my mistake. I had assumed scpexe://. As you can see here: http://maven.apache.org/reference/plugins/artifact/protocols.html external: is not listed. It was never finished - an

[jira] Commented: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Tore Green Created: Wed, 10 Nov 2004 6:14 AM Body: I'm sorry for being a pain, but according to http://cvs.apache.org/viewcvs.cgi/maven-plugins/artifact/src/main/org/apache/maven/deploy/deployers/ExternalDeployer.java?rev

[jira] Closed: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 10 Nov 2004 6:05 AM we use this version: http://java.sun.com/j2se/1.3/docs/api/java/lang/Runtime.html#exec(java.lang.String) so it passes all the arguments as a string, and inherits the environment. Ar

[jira] Commented: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Tore Green Created: Wed, 10 Nov 2004 5:55 AM Body: The problem is that exec(String command, String[] evp) expects evp to be an "array of strings, each element of which has environment variable settings in format name=val

[jira] Commented: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 10 Nov 2004 5:47 AM Body: can you please explain the actual problem you are having with this? It works like it is, and was changed from a String[] because of these bugs: http://jira.codehaus.org

[jira] Created: (MPARTIFACT-44) external:// broken

2004-11-10 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPARTIFACT-44 Here is an overview of the issue: - K

cvs commit: maven plugin-profile.xml

2004-11-10 Thread brett
brett 2004/11/10 02:30:35 Modified:.Tag: MAVEN-1_0-BRANCH plugin-profile.xml Log: update plugin profile Revision ChangesPath No revision No revision 1.1.2.10 +5 -5 maven/plugin-profile.xml Index: plugin-profile.

cvs commit: maven-plugins/plugin/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:28:08 Modified:plugin project.xml plugin/xdocs changes.xml Log: merge MAVEN_PLUGIN_1_5_2 Revision ChangesPath 1.47 +7 -2 maven-plugins/plugin/project.xml Index: project.xml ===

cvs commit: maven-plugins/plugin/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:26:13 Modified:plugin Tag: MAVEN_PLUGIN_1_5-branch plugin.jelly project.xml plugin/xdocs Tag: MAVEN_PLUGIN_1_5-branch changes.xml Log: remove deploy warning Revision ChangesPath No revision

cvs commit: maven-plugins/dist/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:20:16 Modified:dist project.xml dist/xdocs changes.xml Log: merge MAVEN_DIST_1_6_1 Revision ChangesPath 1.39 +5 -0 maven-plugins/dist/project.xml Index: project.xml =

cvs commit: maven-plugins/dist/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:18:50 Modified:dist Tag: MAVEN_DIST_1_6-branch plugin.jelly project.xml dist/xdocs Tag: MAVEN_DIST_1_6-branch changes.xml Log: remove deploy warning Revision ChangesPath No revision No revision

cvs commit: maven-plugins/jar/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:14:47 Modified:jar project.xml jar/xdocs changes.xml Log: merge MAVEN_JAR_1_6_1 Revision ChangesPath 1.34 +5 -0 maven-plugins/jar/project.xml Index: project.xml

cvs commit: maven-plugins/jar/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 02:12:36 Modified:jar Tag: MAVEN_JAR_1_6_1-branch project.xml jar/xdocs Tag: MAVEN_JAR_1_6_1-branch changes.xml Log: update version Revision ChangesPath No revision No revision 1.29.2.1 +6 -1

[ANN] Maven JCoverage plugin 1.0.9 released

2004-11-10 Thread brett
The maven team is pleased to announce the Maven JCoverage plugin 1.0.9 release! http://maven.apache.org/reference/plugins/jcoverage/ This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool. Changes in this version include: Fixed bugs: o Fix inco

cvs commit: maven-plugins/jcoverage/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 01:52:34 Modified:jcoverage project.xml jcoverage/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.0.9 Revision ChangesPath 1.33 +6 -1 maven-plugins/jcoverage/project.xml Index: project.xml

cvs commit: maven/xdocs changes.xml

2004-11-10 Thread brett
brett 2004/11/10 01:20:47 Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH PluginCacheManager.java PluginManager.java xdocsTag: MAVEN-1_0-BRANCH changes.xml Log: plugin cache bugfix Revision ChangesPath No

[jira] Created: (MAVEN-1498) java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-10 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1498 Here is an overview of the issue: - Key: