svn commit: r157036 - maven/maven-1/plugins/trunk/cruisecontrol/xdocs/faq.fml

2005-03-10 Thread epugh
Author: epugh Date: Thu Mar 10 19:31:14 2005 New Revision: 157036 URL: http://svn.apache.org/viewcvs?view=rev&rev=157036 Log: Fine tune how to override the cruisecontrol.jsl when putting the logic in a plugin. Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/faq.fml Modified: maven/

svn commit: r157035 - in maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test: .cvsignore cvs-scm/.cvsignore svn-scm/.cvsignore

2005-03-10 Thread epugh
Author: epugh Date: Thu Mar 10 19:29:11 2005 New Revision: 157035 URL: http://svn.apache.org/viewcvs?view=rev&rev=157035 Log: Remove old CVS ignore files Removed: maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/.cvsignore maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test

svn commit: r157034 - in maven/maven-1/plugins/trunk/ear: plugin.jelly xdocs/changes.xml

2005-03-10 Thread felipeal
Author: felipeal Date: Thu Mar 10 18:54:28 2005 New Revision: 157034 URL: http://svn.apache.org/viewcvs?view=rev&rev=157034 Log: MPEAR-39: Improved how dependencies are copied into the EAR file Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly maven/maven-1/plugins/trunk/ear/xdocs/ch

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

2005-03-10 Thread Felipe Leme (JIRA)
[ http://jira.codehaus.org/browse/MPJAVA-8?page=comments#action_30704 ] Felipe Leme commented on MPJAVA-8: -- PS: here is a thread where this issue was discussed: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=thread&from=905391 > Consistent pr

Re: [proposal] Consistent property name and value for generated artifact location for JAR, WAR, EAR, RAR plugins

2005-03-10 Thread Felipe Leme
Vincent, On Thu, 2005-03-10 at 15:13 +0100, Vincent Massol wrote: > Hi, > > ATM, these plugins have a maven.[plugin name].final.name property (except > the RAR plugin but that's another problem) that points to the *name* of the > generated artifact. Unfortunately, not all the plugins have such

svn commit: r157031 - maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/project.xml

2005-03-10 Thread epugh
Author: epugh Date: Thu Mar 10 18:33:53 2005 New Revision: 157031 URL: http://svn.apache.org/viewcvs?view=rev&rev=157031 Log: Skip repo section, only for testing. Modified: maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/project.xml Modified: maven/maven-1/plugins/trunk/cruisecontr

svn commit: r157030 - maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/cvs-scm/project.xml

2005-03-10 Thread epugh
Author: epugh Date: Thu Mar 10 18:33:25 2005 New Revision: 157030 URL: http://svn.apache.org/viewcvs?view=rev&rev=157030 Log: As part of the SVN import, all repo's were fixed up. However, this repo is meant only for testing, and needs to be CVS! Change the url to clarify that this is only for tes

svn commit: r157029 - in maven/maven-1/plugins/trunk/cruisecontrol: project.xml src/plugin-test/project.xml

2005-03-10 Thread epugh
Author: epugh Date: Thu Mar 10 18:22:25 2005 New Revision: 157029 URL: http://svn.apache.org/viewcvs?view=rev&rev=157029 Log: Use released versions of jelly tags. Modified: maven/maven-1/plugins/trunk/cruisecontrol/project.xml maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-test/proj

[jira] Created: (MPEAR-39) Improve algorithm that copies the bundled dependencies

2005-03-10 Thread Felipe Leme (JIRA)
Improve algorithm that copies the bundled dependencies -- Key: MPEAR-39 URL: http://jira.codehaus.org/browse/MPEAR-39 Project: maven-ear-plugin Type: Improvement Versions: 1.6.1 Reporter: Felipe Leme As

Re: [proposal] Consistent property name and value for generated artifact location for JAR, WAR, EAR, RAR plugins (KMM158853951V97300L0KM)

2005-03-10 Thread eBay Customer Support
Hello, Thank you for taking the time to write eBay with your concerns. My name is Dwite and I'll be happy to help you further. In this situation you will want to contact the seller directly. eBay offers several methods of contacting your seller. If you want to ask a Seller a question about an

[jira] Created: (MAVENUPLOAD-325) jCharts-0.6.0

2005-03-10 Thread Howard M. Lewis Ship (JIRA)
jCharts-0.6.0 - Key: MAVENUPLOAD-325 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-325 Project: maven-upload-requests Type: Task Reporter: Howard M. Lewis Ship http://howardlewisship.com/downloads/jcharts-bundle.jar http://sourceforge.net/projec

[jira] Created: (MPJBOSS-20) Support for ejb3 archives

2005-03-10 Thread Martin Bednar (JIRA)
Support for ejb3 archives - Key: MPJBOSS-20 URL: http://jira.codehaus.org/browse/MPJBOSS-20 Project: maven-jboss-plugin Type: New Feature Reporter: Martin Bednar Basic support for (un)deploying EJB3 archives to Jboss. Add this to file p

svn commit: r156961 - maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml

2005-03-10 Thread vmassol
Author: vmassol Date: Thu Mar 10 08:37:10 2005 New Revision: 156961 URL: http://svn.apache.org/viewcvs?view=rev&rev=156961 Log: Added new assert:assertFileContains tag that verifies if a file contains a specific string. Modified: maven/maven-1/plugins/trunk/plugin/xdocs/tags.xml Modified: m

svn commit: r156960 - in maven/maven-1/plugins/trunk/plugin: plugin.jelly project.xml src/plugin-test/ src/plugin-test/maven.xml xdocs/changes.xml

2005-03-10 Thread vmassol
Author: vmassol Date: Thu Mar 10 08:33:28 2005 New Revision: 156960 URL: http://svn.apache.org/viewcvs?view=rev&rev=156960 Log: Added new assert:assertFileContains tag that verifies if a file contains a specific string. Modified: maven/maven-1/plugins/trunk/plugin/plugin.jelly maven/mave

Re: [proposal] Consistent property name and value for generated artifact location for JAR, WAR, EAR, RAR plugins

2005-03-10 Thread Brett Porter
Quoting Vincent Massol <[EMAIL PROTECTED]>: > > I think this is not flexible enough and I would like to propose the > following: > I'm not all that enthusiastic about it - if you need to put it elsewhere, do a copy after install. But I don't have any problem if you want to implement it that wa

[jira] Created: (MPJETTY-6) Support for Jetty 5.x

2005-03-10 Thread Archimedes Trajano (JIRA)
Support for Jetty 5.x - Key: MPJETTY-6 URL: http://jira.codehaus.org/browse/MPJETTY-6 Project: maven-jetty-plugin Type: New Feature Reporter: Archimedes Trajano Is it possible for us to provide a property that would allow us to use jetty 5

[proposal] Consistent property name and value for generated artifact location for JAR, WAR, EAR, RAR plugins

2005-03-10 Thread Vincent Massol
Hi, ATM, these plugins have a maven.[plugin name].final.name property (except the RAR plugin but that's another problem) that points to the *name* of the generated artifact. In the plugins the location of the artifact is hardcoded, so you'll always find: ${maven.build.dir}/${maven.[plugin name].f

[jira] Commented: (MAVEN-1503) Can'nt correctly display chinese message.

2005-03-10 Thread shamoh (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1503?page=comments#action_30659 ] shamoh commented on MAVEN-1503: --- I would like to vote for some use of native2ascii. For example command maven:copy-resources could first of all filter resource files (as it does no

RE: maven:get not always working?

2005-03-10 Thread Vincent Massol
> -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] > Sent: jeudi 10 mars 2005 14:45 > To: Maven Developers List > Subject: Re: maven:get not always working? > > Hi > > I think that the maven.jar.final.name property is only available in > the maven-jar-plugin snapshot

Re: maven:get not always working?

2005-03-10 Thread Vincent Siveton
Hi I think that the maven.jar.final.name property is only available in the maven-jar-plugin snapshot and not in the current release(1.6.1) Cheers Vincent On Thu, 10 Mar 2005 14:33:53 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi, > > Here's some simple code: > > > >prop

maven:get not always working?

2005-03-10 Thread Vincent Massol
Hi, Here's some simple code: (1) = ${manifest} (2) = ${defaultJarName} Running it prints: (1) = [...]/conf/Manifest.mf (2) = (1) is as expected showing that first maven:get has worked properly. However (2) is not right. It should not be empty. Any idea why? Loo

[jira] Created: (MAVENUPLOAD-324) Upload request for ehcache 1.1

2005-03-10 Thread C?dric Vidal (JIRA)
Upload request for ehcache 1.1 -- Key: MAVENUPLOAD-324 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-324 Project: maven-upload-requests Type: Task Reporter: Cédric Vidal Would you mind uploading ehcache-1.1.jar to ibiblio ? Here

[ANN] Maven book and Maven Quiz

2005-03-10 Thread Vincent Massol
Hi everyone, Here it is, it's now official! I'm currently writing a Maven book for O'Reilly with Tim O'Brien. I can't say much more at this point in time except that it'll be available sometime this summer. I've also written 2 Maven quizzes (http://javablackbelt.com/jbb/WikiPage.do?action=view&pa