You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tom Huybrechts <to...@gmail.com> on 2007/01/07 21:25:58 UTC

junit4 support added

Hi all,

There have been patches for junit4 support available in JIRA for a long time.
I've ported them to the latest surefire trunk and Jason applied them.

Give them a try. You will need to build surefire yourself until
somebody deploys a snapshot.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: junit4 support added

Posted by LECAN Damien <Da...@B2i.fr>.
Hello,

Use Surefire Plugin instead
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3-SNAPSHOT/

Damien

> -----Message d'origine-----
> De : Zaphod [mailto:Ralf.Stoffels@BVG.DE]
> Envoyé : mardi 9 janvier 2007 11:50
> À : users@maven.apache.org
> Objet : Re: junit4 support added
> 
> 
> 
> Yes of course I use this repo url.
> But I searched for a "2.3-SNAPSHOT" in this repo and didn't found it.
> 
> I suppose surefire-junit4/2.1-SNAPSHOT/ is the one you mean, isn't it?
> 
> But when I try to use
> 			<plugin>
> 				
> <groupId>org.apache.maven.surefire</groupId>
> 				<artifactId>surefire-junit4</artifactId>
> 				<version>2.1-SNAPSHOT</version>
> 			</plugin>
> I get a
> java.lang.NullPointerException
>         at
> org.apache.maven.plugin.DefaultPluginManager.addPlugin(Default
> PluginManager.java:292)
>         at
> org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPl
> ugin(DefaultPluginManager.java:198)
>         at
> org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(Defa
> ultPluginManager.java:163)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlug
> in(DefaultLifecycleExecutor.java:1252)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPlugin
> ToLifecycle(DefaultLifecycleExecutor.java:1216)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructL
> ifecycleMappings(DefaultLifecycleExecutor.java:982)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
> l(DefaultLifecycleExecutor.java:453)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa
> lAndHandleFailures(DefaultLifecycleExecutor.java:306)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTas
> kSegments(DefaultLifecycleExecutor.java:273)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De
> faultLifecycleExecutor.java:140)
>         at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>         at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>         at java.lang.reflect.Method.invoke(Unknown Source)
>         at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> 
> If I try
> 			<plugin>
> 				
> <groupId>org.apache.maven.surefire</groupId>
> 				<artifactId>surefire</artifactId>
> 				<version>2.1-SNAPSHOT</version>
> 			</plugin>
> I get this:
> [...]
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apach
e/maven/surefire/surefire/2.1-SNAPSHOT/surefire-2.1-20070108.094711-11.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.surefire
ArtifactId: surefire
Version: 2.1-20070108.094711-11

Reason: Unable to locate resource in repository

because there is no Jar-file inside.


Tom Huybrechts wrote:
> 
> It is. But you are pointing to the surefire directory inside that
> repository.
> You need to use http://people.apache.org/repo/m2-snapshot-repository/
> as repo url.
> 
> On 1/8/07, Zaphod wrote:
>>
>> In which snapshot repository can I find it?
>> I supposed it to be in
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/
>>
>>
>> Tom Huybrechts wrote:
>> >
>> > The snapshots have been deployed (maven-surefire-plugin version
>> > 2.3-SNAPSHOT).
>> > Read
>> >
>> http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
>> > for information on how to use them.
> 
> 

-- 
View this message in context: http://www.nabble.com/junit4-support-added-tf2936023s177.html#a8235395
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Tom Huybrechts <to...@gmail.com>.
the plugin itself is in group org.apache.maven.plugins

http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-surefire-plugin/2.3-SNAPSHOT/

On 1/9/07, Zaphod <Ra...@bvg.de> wrote:
>
> Yes of course I use this repo url.
> But I searched for a "2.3-SNAPSHOT" in this repo and didn't found it.
>
> I suppose surefire-junit4/2.1-SNAPSHOT/ is the one you mean, isn't it?
>
> But when I try to use
>                         <plugin>
>                                 <groupId>org.apache.maven.surefire</groupId>
>                                 <artifactId>surefire-junit4</artifactId>
>                                 <version>2.1-SNAPSHOT</version>
>                         </plugin>
> I get a
> java.lang.NullPointerException
>         at
> org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:292)
>         at
> org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198)
>         at
> org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:163)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1252)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1216)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:982)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:453)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
>         at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>         at java.lang.reflect.Method.invoke(Unknown Source)
>         at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>
> If I try
>                         <plugin>
>                                 <groupId>org.apache.maven.surefire</groupId>
>                                 <artifactId>surefire</artifactId>
>                                 <version>2.1-SNAPSHOT</version>
>                         </plugin>
> I get this:
> [...]
> Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire/2.1-SNAPSHOT/surefire-2.1-20070108.094711-11.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.maven.surefire
> ArtifactId: surefire
> Version: 2.1-20070108.094711-11
>
> Reason: Unable to locate resource in repository
>
> because there is no Jar-file inside.
>
>
> Tom Huybrechts wrote:
> >
> > It is. But you are pointing to the surefire directory inside that
> > repository.
> > You need to use http://people.apache.org/repo/m2-snapshot-repository/
> > as repo url.
> >
> > On 1/8/07, Zaphod wrote:
> >>
> >> In which snapshot repository can I find it?
> >> I supposed it to be in
> >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/
> >>
> >>
> >> Tom Huybrechts wrote:
> >> >
> >> > The snapshots have been deployed (maven-surefire-plugin version
> >> > 2.3-SNAPSHOT).
> >> > Read
> >> >
> >> http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
> >> > for information on how to use them.
> >
> >
>
> --
> View this message in context: http://www.nabble.com/junit4-support-added-tf2936023s177.html#a8235395
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Zaphod <Ra...@BVG.DE>.
Yes of course I use this repo url.
But I searched for a "2.3-SNAPSHOT" in this repo and didn't found it.

I suppose surefire-junit4/2.1-SNAPSHOT/ is the one you mean, isn't it?

But when I try to use
			<plugin>
				<groupId>org.apache.maven.surefire</groupId>
				<artifactId>surefire-junit4</artifactId>
				<version>2.1-SNAPSHOT</version>
			</plugin>
I get a
java.lang.NullPointerException
        at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:292)
        at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198)
        at
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:163)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1252)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1216)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:982)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:453)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

If I try
			<plugin>
				<groupId>org.apache.maven.surefire</groupId>
				<artifactId>surefire</artifactId>
				<version>2.1-SNAPSHOT</version>
			</plugin>
I get this:
[...]
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/surefire/2.1-SNAPSHOT/surefire-2.1-20070108.094711-11.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.surefire
ArtifactId: surefire
Version: 2.1-20070108.094711-11

Reason: Unable to locate resource in repository

because there is no Jar-file inside.


Tom Huybrechts wrote:
> 
> It is. But you are pointing to the surefire directory inside that
> repository.
> You need to use http://people.apache.org/repo/m2-snapshot-repository/
> as repo url.
> 
> On 1/8/07, Zaphod wrote:
>>
>> In which snapshot repository can I find it?
>> I supposed it to be in
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/
>>
>>
>> Tom Huybrechts wrote:
>> >
>> > The snapshots have been deployed (maven-surefire-plugin version
>> > 2.3-SNAPSHOT).
>> > Read
>> >
>> http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
>> > for information on how to use them.
> 
> 

-- 
View this message in context: http://www.nabble.com/junit4-support-added-tf2936023s177.html#a8235395
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Tom Huybrechts <to...@gmail.com>.
It is. But you are pointing to the surefire directory inside that repository.
You need to use http://people.apache.org/repo/m2-snapshot-repository/
as repo url.

On 1/8/07, Zaphod <Ra...@bvg.de> wrote:
>
> In which snapshot repository can I find it?
> I supposed it to be in
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/
>
>
> Tom Huybrechts wrote:
> >
> > The snapshots have been deployed (maven-surefire-plugin version
> > 2.3-SNAPSHOT).
> > Read
> > http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
> > for information on how to use them.
> >
> > On 1/8/07, berndq <be...@gmx.net> wrote:
> >> David J. M. Karlsen wrote:
> >> ...
> >> > Buildig a snapshot @ apache.snapshots will probably lead to more people
> >> > testing this.
> >> > Are there a lot of other issues that have to be closed before an
> >> > official release can be made
> >>
> >> maybe http://jira.codehaus.org/browse/MSUREFIREREP-26
> >>
> >> Bernd
> >>
> >> - or is junit4 support enough to convince
> >> > ppl for a release? Better to release often and little - than seldom and
> >> > huge?
> >> >
> >> > My .05$
> >> >
> >> > David J. M. Karlsen - +47 90 68 22 43
> >> > http://www.davidkarlsen.com
> >> > http://mp3.davidkarlsen.com
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> > For additional commands, e-mail: users-help@maven.apache.org
> >> >
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/junit4-support-added-tf2936023s177.html#a8220896
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Zaphod <Ra...@BVG.DE>.
In which snapshot repository can I find it?
I supposed it to be in 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/surefire/


Tom Huybrechts wrote:
> 
> The snapshots have been deployed (maven-surefire-plugin version
> 2.3-SNAPSHOT).
> Read
> http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
> for information on how to use them.
> 
> On 1/8/07, berndq <be...@gmx.net> wrote:
>> David J. M. Karlsen wrote:
>> ...
>> > Buildig a snapshot @ apache.snapshots will probably lead to more people
>> > testing this.
>> > Are there a lot of other issues that have to be closed before an
>> > official release can be made
>>
>> maybe http://jira.codehaus.org/browse/MSUREFIREREP-26
>>
>> Bernd
>>
>> - or is junit4 support enough to convince
>> > ppl for a release? Better to release often and little - than seldom and
>> > huge?
>> >
>> > My .05$
>> >
>> > David J. M. Karlsen - +47 90 68 22 43
>> > http://www.davidkarlsen.com
>> > http://mp3.davidkarlsen.com
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> > For additional commands, e-mail: users-help@maven.apache.org
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/junit4-support-added-tf2936023s177.html#a8220896
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Tom Huybrechts <to...@gmail.com>.
The snapshots have been deployed (maven-surefire-plugin version 2.3-SNAPSHOT).
Read http://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html
for information on how to use them.

On 1/8/07, berndq <be...@gmx.net> wrote:
> David J. M. Karlsen wrote:
> ...
> > Buildig a snapshot @ apache.snapshots will probably lead to more people
> > testing this.
> > Are there a lot of other issues that have to be closed before an
> > official release can be made
>
> maybe http://jira.codehaus.org/browse/MSUREFIREREP-26
>
> Bernd
>
> - or is junit4 support enough to convince
> > ppl for a release? Better to release often and little - than seldom and
> > huge?
> >
> > My .05$
> >
> > David J. M. Karlsen - +47 90 68 22 43
> > http://www.davidkarlsen.com
> > http://mp3.davidkarlsen.com
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by berndq <be...@gmx.net>.
David J. M. Karlsen wrote:
...
> Buildig a snapshot @ apache.snapshots will probably lead to more people 
> testing this.
> Are there a lot of other issues that have to be closed before an 
> official release can be made 

maybe http://jira.codehaus.org/browse/MSUREFIREREP-26

Bernd

- or is junit4 support enough to convince
> ppl for a release? Better to release often and little - than seldom and 
> huge?
> 
> My .05$
> 
> David J. M. Karlsen - +47 90 68 22 43
> http://www.davidkarlsen.com
> http://mp3.davidkarlsen.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by "David J. M. Karlsen" <da...@davidkarlsen.com>.
Martin Gilday wrote:
> This is fantastic news.  I'm sure many people have been waiting for this
> for some time.
> Thanks to all involved.
>
> Martin.
>
>
> ----- Original message -----
> From: "Tom Huybrechts" <to...@gmail.com>
> To: "Maven Users List" <us...@maven.apache.org>
> Date: Sun, 7 Jan 2007 21:25:58 +0100
> Subject: junit4 support added
>
> Hi all,
>
> There have been patches for junit4 support available in JIRA for a long
> time.
> I've ported them to the latest surefire trunk and Jason applied them.
>
> Give them a try. You will need to build surefire yourself until
> somebody deploys a snapshot.
>   
Buildig a snapshot @ apache.snapshots will probably lead to more people 
testing this.
Are there a lot of other issues that have to be closed before an 
official release can be made - or is junit4 support enough to convince 
ppl for a release? Better to release often and little - than seldom and 
huge?

My .05$

David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: junit4 support added

Posted by Martin Gilday <ma...@imap.cc>.
This is fantastic news.  I'm sure many people have been waiting for this
for some time.
Thanks to all involved.

Martin.


----- Original message -----
From: "Tom Huybrechts" <to...@gmail.com>
To: "Maven Users List" <us...@maven.apache.org>
Date: Sun, 7 Jan 2007 21:25:58 +0100
Subject: junit4 support added

Hi all,

There have been patches for junit4 support available in JIRA for a long
time.
I've ported them to the latest surefire trunk and Jason applied them.

Give them a try. You will need to build surefire yourself until
somebody deploys a snapshot.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org