[jira] Updated: (MAVEN-1421) New Plugin

2004-08-09 Thread jira
The following issue has been updated: Updater: Humberto (mailto:[EMAIL PROTECTED]) Date: Tue, 10 Aug 2004 2:40 AM Comment: The documentation change is in this patch file. Changes: Attachment changed to patch.txt --

[jira] Created: (MAVEN-1421) New Plugin

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

RE : Maven-generated documentation i18n (again)

2004-08-09 Thread Heritier Arnaud
Hello Alvaro, Can you post your translations on Jira ? I'll look at them and I'll work on a mechanism to use several languages in the xdoc plugin. Thx. Arnaud > -Message d'origine- > De : Alvaro Sanchez-Mariscal [mailto:] > Envoyé : lundi 9 août 2004 11:09 > À

[jira] Created: (MAVENUPLOAD-184) New Plugin Use Case Driven Design

2004-08-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-184 Here is an overview of the issue: -

[jira] Commented: (MPREPO-1) delete old timestamped snapshot artifacts

2004-08-09 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 9 Aug 2004 9:50 PM Body: I think this would be a good feature. I'm willing to help make it fit into the repo plugin - View this

[jira] Commented: (MPREPO-1) delete old timestamped snapshot artifacts

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Ryan Sonnek Created: Mon, 9 Aug 2004 9:48 PM Body: I haven't created a plugin before, and so I just submitted the code. it just needs to be wrapped with a plugin.jelly, and it'll work. I don't have too much time to work

Maven-generated documentation i18n (again)

2004-08-09 Thread Alvaro Sanchez-Mariscal
Hi: I would like to receive a CC of your replies, as I'm not subscribed to this list :-). I have just started a project in javaHispano.net (a SourceForge-like site in spanish) to have there the repository with the translated files. http://javahispano.net/projects/maven-es Actually I have 2 plug

[jira] Updated: (MPECLIPSE-37) [PATCH] Cactus jar added in a specific condition

2004-08-09 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Mon, 9 Aug 2004 3:35 PM Comment: Patch that fix this issue. Note that you also need to create src/plugin-test/project.properties with the following content: cactus.src.dir=. (I couldn't cvs

[jira] Created: (MPECLIPSE-37) [PATCH] Cactus jar added in a specific condition

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

Re: Adding dependencies places in a project-local directory

2004-08-09 Thread Trygve Laugstøl
You can have a remote repository of type "file://" which could point to a shared filesystem. Another option is use the maven-proxy: http://maven-proxy.codehaus.org/ -- Trygve On Mon, Aug 09, 2004 at 11:05:20AM -0700, Andreas Schaefer wrote: > Hi Geeks > > I just want to discuss this before a

RE: Adding dependencies places in a project-local directory

2004-08-09 Thread Andreas Schaefer
Even thought this works I do not like this solution at all. It is more a workaround that a good solution. In my project I am going to use JOTM and it does not look like that in the near future this is added to the repository. But I also do not want the user to hassle to download JOTM, install al

[jira] Commented: (MAVEN-122) FTP repository support

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Ludovic Claude Created: Mon, 9 Aug 2004 2:34 PM Body: Is there any plan to make this patch more generic? I would like to provide a plugin to upload artifacts from SourceForge (i already provide a plugin to distribute a pr

RE: Adding dependencies places in a project-local directory

2004-08-09 Thread Carlos Sanchez
Hi, Don't you use the jar override mechanism? http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependen cies Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Andreas Schaefer [mailto:[EMAIL PROTECTED] >

Adding dependencies places in a project-local directory

2004-08-09 Thread Andreas Schaefer
Hi Geeks I just want to discuss this before adding it as an enhancement to the project. Problem: Adding project level archives that I want to distribute with the project and which are not available in the remote repository like JOTM, JAXB etc through the POM dependencies. Proposed Solution: A

[jira] Commented: (MAVEN-128) Allow more than one mailing list archive in Maven project file

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Mon, 9 Aug 2004 1:46 PM Body: Another advantage of not using is less typing. The common use case is having only one archive and I can't imagine a situation where you have more than two. --

[jira] Commented: (MPDASHBOARD-9) Link aggregator results with full reports

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Mon, 9 Aug 2004 1:44 PM Body: > Do you think the parse goal is needed? it will only be used > in "getValue". Agreed. It's not required and the getValue is better. > The scripts can be in a well-

[jira] Closed: (MPANNOUNCEMENT-14) [PATCH] Check if there is a SCM tag set for the project

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: Vincent Massol Date: Mon, 9 Aug 2004 1:34 PM Applied thanks. Minor note: there was an indentation issue with the patch. - View the issue: http://jira.codehau

cvs commit: maven-plugins/announcement plugin.jelly

2004-08-09 Thread vmassol
vmassol 2004/08/09 10:30:43 Modified:announcement/xdocs changes.xml announcement plugin.jelly Log: Added check to verify that the POM has a version element for the announcement to be generated. Revision ChangesPath 1.24 +4 -0 maven-plugins/announ

[jira] Commented: (MAVEN-1087) Dependency type should participate in equals() and hashcode()

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Dan Greening Created: Mon, 9 Aug 2004 12:41 PM Body: See the test case in http://jira.codehaus.org/browse/MAVEN-1418. - View this comment: http://jira.c

[jira] Updated: (MPANNOUNCEMENT-14) [PATCH] Check if there is a SCM tag set for the project

2004-08-09 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Mon, 9 Aug 2004 12:16 PM Comment: Vincent, Here is a new patch using j:break. Felipe Changes: Attachment changed to mpannouncement-14.patch ---

[jira] Closed: (MPCRUISECONTROL-11) Add new properties to the maven cruisecontrol plugin

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 12:10 PM committed! Thanks. - View the issue: http://jira.codehaus.org/browse/MPCRUISECONTROL-11 Here is an overview

Re: cvs commit: maven-plugins/plugin-parent project.properties

2004-08-09 Thread Felipe Leme
Vincent, Shouldn't the devs list be used in the announcement too? Felipe On Sat, 2004-08-07 at 12:49, [EMAIL PROTECTED] wrote: > === > +maven.announcement.mail.to = [EMAIL PROTECTED] >

Re: Time to release Eclipse and Hibernate plugins?

2004-08-09 Thread Felipe Leme
On Mon, 2004-08-09 at 12:22, Dion Gillard wrote: > See http://maven.apache.org/reference/developers/releasing-plugins.html > for the steps, as most of this is done for you. The last step says: "Run maven announcement. Edit this, then send it in a release email to the Maven user and developer list

RE: Time to release Eclipse and Hibernate plugins?

2004-08-09 Thread Eric Pugh
I knew I had seen a doc at one point.. Thanks for the link. Do I need to call a seperate vote for each plugin, eclipse, hibernate, and cruisecontrol, or can I do one big vote.. ? Eric > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 5:

cvs commit: maven-plugins/cruisecontrol plugin.properties

2004-08-09 Thread epugh
epugh 2004/08/09 08:47:57 Modified:cruisecontrol/xdocs changes.xml properties.xml cruisecontrol/src/plugin-test/cvs-scm maven.xml cruisecontrol/src/plugin-resources cruisecontrol.jsl cruisecontrol plugin.properties Log: MPCRUISECONTROL-1

Re: Time to release Eclipse and Hibernate plugins?

2004-08-09 Thread Dion Gillard
On Mon, 9 Aug 2004 17:19:27 +0200, Eric Pugh <[EMAIL PROTECTED]> wrote: > Hi all, > > By my count there are 6 changes to the Hibernate plugin and 6 changes to the > Eclipse plugin, so it's high time to do a release. Having never done a > release, but recently taking over these plugins (although t

Time to release Eclipse and Hibernate plugins?

2004-08-09 Thread Eric Pugh
Hi all, By my count there are 6 changes to the Hibernate plugin and 6 changes to the Eclipse plugin, so it's high time to do a release. Having never done a release, but recently taking over these plugins (although the http://wiki.codehaus.org/maven/PluginOwners page doesn't reflect it), I'm solic

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

2004-08-09 Thread epugh
epugh 2004/08/09 08:01:39 Modified:eclipse plugin.jelly eclipse/xdocs goals.xml changes.xml eclipse/src/plugin-test maven.xml Log: add eclipse:clean goal. Use in unit tests! Revision ChangesPath 1.28 +14 -0 maven-plugins/eclipse/

[jira] Commented: (MPECLIPSE-31) eclipse:external-tools-21 installs launches but they do not work

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Michael Mattox Created: Mon, 9 Aug 2004 10:57 AM Body: I'll try with Maven 1.0 and post the results. I'd love to have this working. Michael - View this

cvs commit: maven-plugins/eclipse project.xml

2004-08-09 Thread epugh
epugh 2004/08/09 07:52:46 Modified:eclipse project.xml Log: small tweak to description Revision ChangesPath 1.35 +1 -1 maven-plugins/eclipse/project.xml Index: project.xml === RCS file:

[jira] Commented: (MPECLIPSE-27) Modify rather than overwrite existing files

2004-08-09 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Mon, 9 Aug 2004 10:53 AM Body: I have grabbed the eclipse:clean goal, and will commit it. Good bit of code.. could be using it in lots of places including the unit tests! As far as the rest of

[jira] Closed: (MPECLIPSE-19) eclipse:generate can't handle local overrided jar

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 10:46 AM Not fixing as there is an alternate implementation. Although actually, I think that if you are overriding a jar, then you need to specify instead a timestamped version to use in

[jira] Commented: (MPECLIPSE-31) eclipse:external-tools-21 installs launches but they do not work

2004-08-09 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Mon, 9 Aug 2004 10:47 AM Body: Can you double check that this is still an issue? Otherwise I'm going to close it as a "can't duplicate" bug.. If you do get this as an issue, can you supply a pa

[jira] Closed: (MPECLIPSE-34) Support for creating maven plugins by adding maven.eclipse.con.include

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 10:43 AM Can you supply a patch file and then reopen this bug? Not being a Eclipse plugin developer (although sometime soon I'll start!) I want to make sure I have an exact example. Als

[jira] Commented: (MPSCM-26) Provide property for cvs binary

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Brant Gurganus Created: Mon, 9 Aug 2004 10:41 AM Body: On Windows, one primary source of a CVS client is Cygwin. Putting Cygwin's path into the PATH environment variable when a program has a Cygwin and an native version.

[jira] Closed: (MPECLIPSE-2) maven-eclipse-plugin does not generate all artifacts one could expect

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 10:41 AM Hi.. I don't see this issue.. I have depedencies on jars for MSSQL server like msbase.jar and they come through fine. If this is an issue, it seems like maven should deal wit

[jira] Closed: (MPECLIPSE-12) maven eclipse plug-in should support eclipse checkstyle plug-in

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 10:37 AM I am marking this bug as not fixing. Instead, lets try and come up with a more generic approach to extending the .project/.classpath files.. There are some other bugs with code

[jira] Closed: (MPECLIPSE-36) [PATCH] JUnit jar not add in a specific condition

2004-08-09 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Mon, 9 Aug 2004 10:35 AM Thanks for the patch.. I also added a unit test for this. - View the issue: http://jira.codehaus.org/browse/M

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

2004-08-09 Thread epugh
epugh 2004/08/09 07:31:14 Modified:eclipse/src/plugin-test maven.xml Log: Use better focused xpath query to make tests less brittle! Revision ChangesPath 1.8 +2 -2 maven-plugins/eclipse/src/plugin-test/maven.xml Index: maven.xml ===

[jira] Updated: (MPSIMIAN-10) Upgrade simian.jar to version 2.1.6-beta2

2004-08-09 Thread jira
The following issue has been updated: Updater: David Skyba (mailto:[EMAIL PROTECTED]) Date: Mon, 9 Aug 2004 10:31 AM Comment: Patch for maven-simian-plugin to use simian ver. 2.1.6-beta2 Changes: Attachment changed to simian.patch ---

[jira] Commented: (MPSCM-26) Provide property for cvs binary

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Peter Nabbefeld Created: Mon, 9 Aug 2004 10:31 AM Body: On Unixes You're right, linking helps really much. On Windows it's a fake, working only with the start menu. BTW: I don't think, that it will take more than about on

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

2004-08-09 Thread epugh
epugh 2004/08/09 07:28:15 Modified:eclipse/src/plugin-resources/templates classpath.jelly eclipse/src/plugin-test project.xml maven.xml eclipse/xdocs changes.xml Log: MPECLIPSE-36 JUnit jar not add in a specific condition Revision ChangesPat

[jira] Created: (MPSIMIAN-10) Upgrade simian.jar to version 2.1.6-beta2

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

[jira] Commented: (MPSCM-26) Provide property for cvs binary

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Jerome Lacoste Created: Mon, 9 Aug 2004 10:20 AM Body: I vote against. I've never had such long PATHS on windows. On Unices most user apps are in /usr/bin or /usr/local/bin. And it's possible to work out something simila

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

2004-08-09 Thread epugh
epugh 2004/08/09 06:46:13 Modified:eclipse/xdocs changes.xml Log: add mention of maven.gen.src Revision ChangesPath 1.23 +1 -0 maven-plugins/eclipse/xdocs/changes.xml Index: changes.xml ===

[jira] Created: (MPSCM-26) Provide property for cvs binary

2004-08-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-26 Here is an overview of the issue: - Key: M

[jira] Updated: (MAVEN-1087) Dependency type should participate in equals() and hashcode()

2004-08-09 Thread jira
The following issue has been updated: Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED]) Date: Mon, 9 Aug 2004 6:42 AM Changes: environment changed to Version changed to 1.0 Fix Version changed to 1.1 --

[jira] Closed: (MAVEN-1365) Dependency Being Skipped

2004-08-09 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVEN-1365 Here is an overview of the issue: - Key:

[jira] Commented: (MAVEN-1087) Dependency type should participate in equals() and hashcode()

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Mon, 9 Aug 2004 6:24 AM Body: If you submit a patch there are more chances. If you also submit test cases I'm almost sure it will be fixed. --

RE: Maven-generated documentation i18n

2004-08-09 Thread Carlos Sanchez
Hi, It is also interesting the posibility of transforming user supplied docs in several languages when creating the site, e.g. having index.xml and index.es.xml in xdoc folder, maybe using directories. I think it has been already discussed. Regards Carlos Sanchez A Coruña, Spain Oness Project h

[jira] Created: (MAVENUPLOAD-183) displaytag 1.0-rc1

2004-08-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-183 Here is an overview of the issue: -

[jira] Created: (MAVEN-1420) Maven shared via Samba-Share

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

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-08-09 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Mon, 9 Aug 2004 3:30 AM Body: Felipe, What if we use instead? Does it also wrap the exception? Otherwise, no worry. - View thi

Re: Maven-generated documentation i18n

2004-08-09 Thread Dennis Lundberg
Hi there This is something that I have thought about as well. For me the announcement plugin would be the first stop. I have not had that much experience using Jelly, so I am not sure if/how you can use resource bundles from it. Does anyone have any pointers to how this can be achieved? I would