[jira] Updated: (MAVEN-1468) [PATCH] Add all mailing lists to Maven's main site

2004-10-14 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Fri, 15 Oct 2004 2:20 AM Changes: summary changed from [PATCH] Add all mailing lists to POM to [PATCH] Add all mailing lists to Maven's main site Version changed to

[jira] Updated: (MAVEN-1468) [PATCH] Add all mailing lists to POM

2004-10-14 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Fri, 15 Oct 2004 2:16 AM Comment: Patch with all lists added to POM. Changes: Attachment changed to MAVEN-1468.patch -

[jira] Created: (MAVEN-1468) [PATCH] Add all mailing lists to POM

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

Re: Maven snapshot does not compile

2004-10-14 Thread A Leg
Hi Brett Your advice should be good : I don't have ~/.maven/repository/httpclient/jars/httpclient-2.0.jar nor ~/.maven/repository/httpclient/ I have a ~/.maven/repository/ with many subdirectories. Where can I download httpclient-2.0.jar ? For any reason maven does not try to do it. Thank's for you

[jira] Closed: (MPJAVA-8) Consistent properties for jar, war, ejb and ear

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Fri, 15 Oct 2004 1:34 AM I created 3 new issues, one for each plugin (jar, ear and rar). - View the issue: http://jira.codehaus.org/browse/

[jira] Created: (MPRAR-2) Create property maven.ear.final.name

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

[jira] Created: (MPJAR-38) Create property maven.jar.final.name

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

[jira] Created: (MPEAR-25) Create property maven.ear.final.name

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

[jira] Closed: (MPEAR-21) application.xml is always generated with UTF-8

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Fri, 15 Oct 2004 1:10 AM Fixed, by adding property maven.ear.appxml.encoding. - View the issue: http://jira.codehaus.org/browse/MPEAR-21 H

cvs commit: maven-plugins/ear project.xml

2004-10-14 Thread felipeal
felipeal2004/10/14 22:09:31 Modified:ear project.xml Log: fixed URL for Jelly util taglib Revision ChangesPath 1.36 +1 -1 maven-plugins/ear/project.xml Index: project.xml === RCS file:

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

2004-10-14 Thread felipeal
felipeal2004/10/14 22:07:35 Modified:ear plugin.jelly plugin.properties ear/xdocs changes.xml properties.xml Log: MPEAR-21: added property maven.ear.appxml.encoding Revision ChangesPath 1.21 +2 -2 maven-plugins/ear/plugin.jelly Index: pl

cvs commit: maven-plugins/ear project.xml

2004-10-14 Thread felipeal
felipeal2004/10/14 22:02:05 Modified:ear project.xml Log: added myself as developer Revision ChangesPath 1.35 +10 -0 maven-plugins/ear/project.xml Index: project.xml === RCS file: /home

cvs commit: maven-plugins/ear/src/plugin-test project.xml

2004-10-14 Thread felipeal
felipeal2004/10/14 22:01:55 Modified:ear/src/plugin-test project.xml Log: updated version of maven-j2ee-plugin dependency Revision ChangesPath 1.10 +1 -1 maven-plugins/ear/src/plugin-test/project.xml Index: project.xml

[jira] Created: (MAVEN-1467) maven:get/set doesn't appear to correctly initialise plugin in some cases

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

[jira] Created: (MAVEN-1466) install_repo.bat can require inconsistent quoting on the command line

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

[jira] Commented: (MPECLIPSE-49) duplicate build path added if resouce directory is the same as java source dir

2004-10-14 Thread jira
The following comment has been added to this issue: Author: fabrizio giustina Created: Thu, 14 Oct 2004 5:14 PM Body: A fix for duplicate directories is included in the patch for MPECLIPSE-48 - View this comment:

[jira] Updated: (MPECLIPSE-48) handling source attachments (patch)

2004-10-14 Thread jira
The following issue has been updated: Updater: fabrizio giustina (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 5:13 PM Comment: this is an updated version of the patch. Updated after the MPECLIPSE-47 commit, fixes an error in the previous patch, and contains the fix for MPECLIP

Re: Maven snapshot does not compile

2004-10-14 Thread Brett Porter
Additionally, your downloaded copy of httpclient may be corrupt - check the size of ~/.maven/repository/httpclient/jars/httpclient-2.0.jar Brett Porter wrote: I've never tried those snapshots, but regardless you need to bootstrap. ant -f build-bootstrap.xml Refer to the build instructions on the

Re: JellySwt : problem running demo

2004-10-14 Thread Brett Porter
Looks like it is trying to link a win32 native library. Commons-user will need to help you out with how to set up the JellySWT build to pick up a linux version. Cheers, Brett A Leg wrote: Hi I am interested to use jelly swt for our project. http://compiere-mfgscm.sourceforge.net I when I try to r

Re: Maven snapshot does not compile

2004-10-14 Thread Brett Porter
I've never tried those snapshots, but regardless you need to bootstrap. ant -f build-bootstrap.xml Refer to the build instructions on the web site. Regards, Brett A Leg wrote: Hi Problem to compile maven snapshot on a linux fedora 2 machine. Snapshot comes from : http://cvs.apache.org/snapshots/ma

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

2004-10-14 Thread aheritier
aheritier2004/10/14 13:05:21 Modified:pdf plugin.jelly project.xml pdf/xdocs changes.xml Log: MPPDF-16 : JDK 5.0 incompatibility. XSLT is now called from Jelly. Revision ChangesPath 1.22 +92 -25maven-plugins/pdf/plugin.jelly Index: plugin

[jira] Closed: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Arnaud HERITIER Date: Thu, 14 Oct 2004 4:04 PM Thanks Archimedes. A snapshot is available here : http://cvs.apache.org/repository/maven/plugins/ - View the is

[jira] Created: (MPECLIPSE-49) duplicate build path added if resouce directory is the same as java source dir

2004-10-14 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPECLIPSE-49 Here is an overview of the issue: - Ke

[jira] Updated: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
The following issue has been updated: Updater: Arnaud HERITIER (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 3:09 PM Changes: Version changed to 2.2 Version changed to 2.0 Fix Version changed to 2.3 -

[jira] Closed: (MPWAR-2) Include dependency as manifest-classpath

2004-10-14 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPWAR-2 Here is an overview of the issue: - Key: MP

[jira] Commented: (MPWAR-33) Plugin generates multiple Class-Path entries in the manifest file

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 14 Oct 2004 2:10 PM Body: Joran, Could you please write a simple test-case for this issue (i.e., a simple project.xml whose consecutive calls to maven war:war generates the invalid war)? I've tr

Maven snapshot does not compile

2004-10-14 Thread A Leg
Hi Problem to compile maven snapshot on a linux fedora 2 machine. Snapshot comes from : http://cvs.apache.org/snapshots/maven/maven_20041013104550.tar.gz And I get this error : Plugin 'maven-deploy-plugin' in project 'Maven' is not available Any help welcome Andre Legendre Complete error log is :

[jira] Created: (MPGUMP-3) Place

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

RE: cvs commit: maven-plugins/eclipse/xdocs changes.xml

2004-10-14 Thread Eric Pugh
Thanks! I was just thinking of tackling this one! > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 4:25 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-plugins/eclipse/xdocs changes.xml > > > evenisse2004/10/14 08:24

[jira] Updated: (MAVEN-1235) Performance problem with Maven reactor on Solaris

2004-10-14 Thread jira
The following issue has been updated: Updater: Eric Lapierre (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 12:27 PM Comment: This is the same projects structure, with the same project dependencies, but without the 3rd party software dependencies. The command used is: maven -Dgo

[jira] Updated: (MAVEN-1235) Performance problem with Maven reactor on Solaris

2004-10-14 Thread jira
The following issue has been updated: Updater: Eric Lapierre (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 12:25 PM Comment: This is an example that replicates our project structure, the dependencies between the projects, as well as 3rd party jar dependencies. This takes forev

[jira] Closed: (MPECLIPSE-47) Add resources directories and test resources directories to .classpath

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Thu, 14 Oct 2004 11:37 AM Done. - View the issue: http://jira.codehaus.org/browse/MPECLIPSE-47 Here is an overview of the issue:

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

2004-10-14 Thread evenisse
evenisse2004/10/14 08:24:51 Modified:eclipse/src/plugin-resources/templates classpath.jelly eclipse/xdocs changes.xml Log: MPECLIPSE-47. Add resources directories and test resources directories to .classpath. Revision ChangesPath 1.23 +28 -0 maven

[jira] Closed: (MPCHANGELOG-45) Perforce Repository URL should include project

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Thu, 14 Oct 2004 11:02 AM Applied. Thanks. - View the issue: http://jira.codehaus.org/browse/MPCHANGELOG-45 Here is an overview of th

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

2004-10-14 Thread evenisse
evenisse2004/10/14 08:01:44 Modified:changelog/src/main/org/apache/maven/perforcelib PerforceChangeLogFactory.java PerforceChangeLogParser.java changelog/src/test/org/apache/maven/perforcelib PerforceC

JellySwt : problem running demo

2004-10-14 Thread A Leg
Hi I am interested to use jelly swt for our project. http://compiere-mfgscm.sourceforge.net I when I try to run jelly swt demo on Linux fedora 2 I get this : I already sent this mail to common-users but may be it is better here ? Any help welcome. Thank's for any reply Andre Legendre {orion:rcs} ma

Problem to compile maven snapshot maven_20041013104550

2004-10-14 Thread A Leg
Hi Problem to compile maven snapshot on a linux fedora 2 machine. http://cvs.apache.org/snapshots/maven/maven_20041013104550.tar.gz Any help welcome Andre Legendre I get the following error. {orion:rcs} maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

[jira] Commented: (MPDASHBOARD-6) dashboard report not compatible with multiproject plugin

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Thomas Recloux Created: Thu, 14 Oct 2004 10:18 AM Body: Hi, I'm trying to reproduce your project tree, I'd like to know if you got source code in the "mysubproject-one" ? For information, I'm using dashboard with this o

[jira] Created: (MPEAR-24) Duplicated entries if maven.ear.src and maven.ear.resources are the same

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

[jira] Commented: (MPPOM-4) pom:install should produce a temporary standalone POM to copy to repo

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 14 Oct 2004 7:46 AM Body: I was going to open a similar issue, as sometimes we have JEXL/EL expressions on the POM that should be resolved before being the POM is deployed. Take for instance th

cvs commit: maven-plugins/native project.xml

2004-10-14 Thread brett
brett 2004/10/14 03:28:20 Modified:native project.xml Log: PR: MPNATIVE-8 Submitted by: Joachim Bader update cpptasks dependency for cross compile Revision ChangesPath 1.21 +3 -3 maven-plugins/native/project.xml Index: project.xml

[jira] Closed: (MPNATIVE-8) Dependency fix

2004-10-14 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 14 Oct 2004 6:24 AM applied, thanks - View the issue: http://jira.codehaus.org/browse/MPNATIVE-8 Here is an overview of the issue: -

[jira] Closed: (MPNATIVE-6) dependency: use new version of cpptasks

2004-10-14 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPNATIVE-6 Here is an overview of the issue: - Key:

[jira] Commented: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Arnaud HERITIER Created: Thu, 14 Oct 2004 5:50 AM Body: Ok it works for me. Thanks Archimed. I'll apply it tonight. - View this comment: http://jira.cod

[jira] Created: (MPWAR-35) war.bundle's dependency need to war.bundle dependency's of dependency

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

[jira] Updated: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

2004-10-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 5:48 AM Changes: Fix Version changed to 1.0.1 - For a full history of the issue, see:

[jira] Updated: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
The following issue has been updated: Updater: Archimedes Trajano (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 5:20 AM Comment: This patch file provides the fix for the issue. It uses Jelly to perform the transformation rather than relying on ant:style. This does not require

Re: cvs commit: maven-plugins/dashboard project.xml

2004-10-14 Thread Thomas Recloux
On 13 Oct 2004 20:00:10 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Modified:dashboard project.xml > Log: > Thomas is an excellent contributor but we don't need to add him twice... :-) Oh thanks, I thank I had to clone myself :-) -- Thomas Recloux --

[jira] Commented: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Thu, 14 Oct 2004 4:02 AM Body: I'm using JDK1.5 which might be causing the issue since org.apache.xalan.processor.TransformerFactoryImpl does not look like its available in 1.5. It seems to b

[jira] Commented: (MPPDF-16) Maven PDF fails

2004-10-14 Thread jira
The following comment has been added to this issue: Author: Archimedes Trajano Created: Thu, 14 Oct 2004 3:50 AM Body: Same problem on windows as well - View this comment: http://jira.codehaus.org/browse/MPPDF-16

[jira] Created: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

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

Re: [VOTE] Release of Dashoard plugin v1.5

2004-10-14 Thread Dion Gillard
+1. On Wed, 13 Oct 2004 12:02:07 +0200, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to release the Dashboard plugin v1.5. The reason is simply that > there are several changes already applied and I'd like to make a version > available for end users. The other reason is that Nasc