Re: Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Manos Batsis
Arnaud HERITIER wrote: I tried and it doesn't work ;-) There are some incompatibilities but I don't remember which ones... Thanks for the tip, that means i'll have to focus/give priority on EJB(2.1) tests to achieve some coverage. Cheers, Manos

Re: Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Arnaud HERITIER
I tried and it doesn't work ;-) There are some incompatibilities but I don't remember which ones... Arnaud On 23/06/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/23/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > This should be a "google it" thing, but that didn't work for me. Can > someone p

Re: M2, Junit 4.1 - Test names

2007-06-23 Thread Dennis Lundberg
Please ask your questions on the user list. [EMAIL PROTECTED] wrote: Hi Dennis, I've been trying to run JUnit 4.1 with Maven 2.0.6, but unsucessfully. I've defined on my father's pom: org.apache.maven.plugins maven-surefire-plug

[ANN] Maven IDEA Plugin 2.1 Released

2007-06-23 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven IDEA Plugin, version 2.1. http://maven.apache.org/plugins/maven-idea-plugin/ Release Notes - Maven 2.x IDEA Plugin - Version 2.1 ** Bug * [MIDEA-57] - Plugin does not properly handle dependency version using set notation * [MID

Re: Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Manos Batsis
Wendy Smoak wrote: Ask a specific question and I'm sure you'll get some advice. Your subject combines two things-- unit testing Struts 1.3 apps, and unit testing with Maven 2. Yeah i know people are more willing to help with specifics, but i'm having a hard time getting the complete picture h

Re: Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Wendy Smoak
On 6/23/07, Manos Batsis <[EMAIL PROTECTED]> wrote: This should be a "google it" thing, but that didn't work for me. Can someone point to a resource that will help me get started? Ask a specific question and I'm sure you'll get some advice. Your subject combines two things-- unit testing Stru

Struts 1.3 unit testing with Maven2 howto?

2007-06-23 Thread Manos Batsis
This should be a "google it" thing, but that didn't work for me. Can someone point to a resource that will help me get started? Also please dont tell me to go for Struts 2, the codebase is already there :-) Many thanks, Manos --

RE: Surefire classpath issues

2007-06-23 Thread Randall Fidler
Barrett, Thanks for your input, glad to know I'm not the only one fighting the plug-in. I was hoping that somebody on the list had a work around but it doesn't appear so. I'll follow your suggestion and either add to your existing bug or log a new one with a example project. Regards, Randa

Re: using javadocDirectory with maven-javadoc-plugin

2007-06-23 Thread Adam Hardy
Heinrich Nirschl on 22/06/07 16:59, wrote: On Thu, 2007-06-21 at 23:22 +0100, Adam Hardy wrote: I couldn't get it to work. I am glad it doesn't affect you, but I found nothing to explain why. BTW I am on linux too. I filed the bug http://jira.codehaus.org/browse/MJAVADOC-129 with a testcase.

Re: Q: Multiple executable jars from a single project

2007-06-23 Thread Tim Kettler
Hi, this should do what you want: 4.0.0 mygroup myartifact 0.1-SNAPSHOT org.apache.maven.plugins maven-jar-plugin proga fully.qualified.MainClassA