Re: Copying a file to a remote server

2007-05-29 Thread Ralf Quebbemann
Jeff, you might want to check out the wagon-maven-plugin from the MyFaces project: org.apache.myfaces.maven wagon-maven-plugin 1.0.5 This plugin takes as input a directory and copies all files (either via scp or simple file protocol) in that directory to a target destination. I am usin

Re: copy file in maven

2007-06-14 Thread Ralf Quebbemann
Hi, maybe it's not the best way to use the recommended copy-maven-plugin. Although it does its job (and yes I wrote it) there are plugins out there which have better capabilities. You might want to check out the wagon-maven-plugin from the MyFaces project: org.apache.myfaces.maven wago

Re: copy file in maven

2007-06-15 Thread Ralf Quebbemann
egards Bernd Jon Strayer wrote: Is there any documentation on the wagon plugin? On 6/14/07, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Hi, maybe it's not the best way to use the recommended copy-maven-plugin. Although it does its job (and yes I wrote it) there are plugins out

Re: Mevenide-idea for M2 + IDEA 6.0

2007-01-29 Thread Ralf Quebbemann
Well, there is currently no support for Maven2 in the Mevenide project for IDEA 6.0. However there are two plugins hosted on JetBrains plugin page which provide support for Maven2 in IDEA: - Maven Reloaded (http://plugins.intellij.net/plugin/?id=1223) Inspects the project space, updates dependen

Re: [m2] Plugin cfg issue between developers...

2007-07-18 Thread Ralf Quebbemann
My first thought is to use a profile for running this particular plugin. Ralf Mick Knutson wrote: I have a plugin I purchased that needs to be run each time the integration build server runs. This plugin is only available on 1 machine, not every machine for licensing restrictions. But i

Re: maven2 & testng - tests not running

2006-06-16 Thread Ralf Quebbemann
Hello, well, I was facing exactly the same problems and none of the solutions given here helped me. I am using the maven-surefire-plugin in version 2.2 but I have not specified a testng.xml file. The result is, that none of my tests get executed. If I provide a testng.xml file my unit tests are

Re: [m2] cobertura from sandbox

2005-12-29 Thread Ralf Quebbemann
Yes, that's exactly the same problem I faced yesterday too! The problem is described on the Cobertura FAQ page and they recommend: "Cobertura does not need ASM in your classpath when running tests. If you're seeing classpath conflicts, just make sure the asm jar that comes with Cobertura is us

Re: How to use M2 with AspectJ?

2005-12-29 Thread Ralf Quebbemann
Hi, you have to check it out from svn (svn://svn.codehaus.org/mojo/scm/trunk/mojo) It's in the mojo-sandbox. Ralf Dennis Ho wrote: Hi, Does anyone know which maven 2 repository has the aspectj-maven-plugin? I tried using the following in my pom but got : [INFO] The plugin 'o

Re: [m2] cobertura from sandbox

2005-12-29 Thread Ralf Quebbemann
I have opened an issue (MOJO-194) in jira. Let me know if it's ok. Maybe Adam or me can provide more help. Ralf Carlos Sanchez wrote: Could you open an issue in jira? On 12/29/05, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Yes, that's exactly the same problem I fac

Maven 2 AspectJ Plugin throws UnsupportedOperationException

2005-12-31 Thread Ralf Quebbemann
Hi, I'm getting the following Exception with the latest Maven 2 AspectJ plugin sources when executing the command: mvn clean install site [INFO] [aspectj:compile {execution: default}] [INFO] Starting compiling aspects [INFO]

Re: Maven 2 AspectJ Plugin throws UnsupportedOperationException

2005-12-31 Thread Ralf Quebbemann
Done. http://jira.codehaus.org/browse/MOJO-200 Ralf Kaare Nilsen wrote: Hi.. please do file an issue in mojo jira under the aspectj component, and i will make sure it will be fixed. /Kaare On 31/12/05, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Hi, I'm getting th

Re: [m2] JUnitDoclet pluging help, or replacement options to generate unit tests ple

2006-01-05 Thread Ralf Quebbemann
I have developed a M2 Junitdoclet plugin. If there is interest I would like to see it hosted on the MOJO project. bye Ralf Mick Knutson wrote: I have been using JUNitDoclet for m1.0.2 and really want some sort of unit test generation functionality in m2 please. Can anyone help? --- Thank Y

Re: [m2] jboss plugin location? Not where it is suppose to be...

2006-01-12 Thread Ralf Quebbemann
Mick, you have to check it out from svn (svn://svn.codehaus.org/mojo/scm/trunk/mojo/jboss-maven-plugin) Docs can be found here: http://mojo.codehaus.org/jboss-maven-plugin/ Ralf Mick Knutson wrote: I found the documentation on the mojo site, but I havce looked in the ibiblio and sna

Re: [m2] deploy to weblogic 9

2006-01-20 Thread Ralf Quebbemann
The weblogic 9 plugin is attached in JIRA: http://jira.codehaus.org/browse/MOJO-179 Have fun Ralf Vincent Massol wrote: -Original Message- From: Rinku [mailto:[EMAIL PROTECTED] Sent: vendredi 20 janvier 2006 23:23 To: Maven Users List Subject: Re: [m2] deploy to weblogic 9 You migh

Re: m2 trouble filtering xml resources

2006-01-22 Thread Ralf Quebbemann
Use ${property.name} instead of @property.name@ Example: ${MPD_ORA_DS} ${NOVL_ORA_DS} ${PEPL_ORA_DS} ${ERIGHTS_ORA_DS} Greetings Ralf Shukla, Sanjay wrote: I have a resource d

[M2] Generating TOC in sites created in APT or simplified docbook format

2006-07-17 Thread Ralf Quebbemann
Hi, I can't seem to find an option to activate the generation of a Table of contents (TOC) for my APT or docbook documentation. I assume that the doxia module is the place to look for such a feature, but I can't find anything except for this JIRA entry (http://jira.codehaus.org/browse/DOXIA-40)

Re: Weblogic Deployment

2006-07-18 Thread Ralf Quebbemann
You have to checkout the Weblogic Maven plugin from the mojo codehaus subversion repository and build and install the plugin manually. Checkout the website at http://mojo.codehaus.org/weblogic-maven-plugin. You can access the SVN at: svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/weblo

Re: [M2] Generating TOC in sites created in APT or simplified docbook format

2006-07-24 Thread Ralf Quebbemann
hanke in advance Ralf Trygve Laugstøl wrote: Ralf Quebbemann wrote: Hi, I can't seem to find an option to activate the generation of a Table of contents (TOC) for my APT or docbook documentation. I assume that the doxia module is the place to look for such a feature, but I c

Re: Maven for .Net

2006-09-07 Thread Ralf Quebbemann
Well, as for code coverage, maybe NCover (http://ncover.org/site/) does help you. Haven't used it though. bye Ralf Lakshman Srilakshmanan wrote: Ya, I would, if I new the next thing about .Net world. How would tools like code coverage (cobertura), PMD&CPD, checkstyle integrate with .

Re: Idea plugin and hot deploys from Maven

2006-10-09 Thread Ralf Quebbemann
As far as I know this is not possible. The Idea plugin creates Idea Project/Module files from your existing Maven POMs, but it does not provide a Maven integration (like ant) into Idea (please correct me anybody if I am wrong). I am currently in process of writing such a plugin that integrates

Re: Idea plugin and hot deploys from Maven

2006-10-09 Thread Ralf Quebbemann
? Ralf Quebbemann wrote, On 2006-10-07 9:57 AM: As far as I know this is not possible. The Idea plugin creates Idea Project/Module files from your existing Maven POMs, but it does not provide a Maven integration (like ant) into Idea (please correct me anybody if I am wrong). I am currently in

Re: [M2] Plugin for XMLBeans 2.2.x

2006-10-12 Thread Ralf Quebbemann
Yes it is: http://mojo.codehaus.org/xmlbeans-maven-plugin/ Take care Ralf [EMAIL PROTECTED] wrote: Hi Y'All Is there a XMLBean 2 plug-in available for Maven 2.0 that generates the schema JAR from the XSD files? -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS LDN, 10

Property "maven.home.local" always uses default value?

2004-11-17 Thread Ralf Quebbemann
Hi, I recently switched from maven 1.0 to maven 1.0.1 and found out that the property "maven.home.local" doesn't get overidden anymore with my entry in project.properties. It always defaults to "${user.home}/.maven" no matter what I do. I checked the "Changelog" for the new release but didn't fin

Re: Property "maven.home.local" always uses default value?

2004-11-18 Thread Ralf Quebbemann
e file a bug. It seems related to a recent one, and may have the same cause, but it is a little different so needs to be tested individually. On Thu, 18 Nov 2004 00:08:52 +0100, Ralf Quebbemann <[EMAIL PROTECTED]> wrote: Hi, I recently switched from maven 1.0 to maven 1.0.1 and found out

Re: Building J2EE project

2003-12-12 Thread Ralf Quebbemann
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ~ Email: [EMAIL PROTECTED] Address: Ralf Quebbemann Web: http://www.quebbemann.de