Re: Generating xdoc info about class/field/defaultValue from modello fil

2006-07-29 Thread Denis Cabasson
Vincent Siveton wrote: > > Hi Dennis, > > 2006/7/29, Dennis Lundberg <[EMAIL PROTECTED]>: >> Hi all, >> >> This might very well be the wrong list for this, but I'll try anyway. >> >> When working with the documentation for the Verifier plugin I added >> executions to generate an xdoc for the mo

Re: Generating xdoc info about class/field/defaultValue from modello files?

2006-07-29 Thread Vincent Siveton
Hi Dennis, 2006/7/29, Dennis Lundberg <[EMAIL PROTECTED]>: Hi all, This might very well be the wrong list for this, but I'll try anyway. When working with the documentation for the Verifier plugin I added executions to generate an xdoc for the modello model that it has [1], and incorporated th

Re: [vote] Release Maven 1.1 beta 3

2006-07-29 Thread Jesse Kuhnert
work. > > Vote closes in 72 hours. > > +1 from me. > > Arnaud > > [1] http://maven.apache.org/maven-1.x/plugins/bundledHistory.html > [2] http://maven.apache.org/maven-1.x/start/release-notes-1.1-beta-3.html > [3] > http://people.apache.org/repo/m1-snapshot-repositor

Generating xdoc info about class/field/defaultValue from modello files?

2006-07-29 Thread Dennis Lundberg
Hi all, This might very well be the wrong list for this, but I'll try anyway. When working with the documentation for the Verifier plugin I added executions to generate an xdoc for the modello model that it has [1], and incorporated that into the site. The generated xdoc does not have any inf

Re: [vote] Release Maven 1.1 beta 3

2006-07-29 Thread Dion Gillard
] http://maven.apache.org/maven-1.x/start/release-notes-1.1-beta-3.html [3] http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20060729/ -- http://www.multitask.com.au/people/dion/ "If you even dream of beating me you'd better wake up and apologize

RE: [vote] Release Maven 1.1 beta 3

2006-07-29 Thread Jeff Jensen
+1, non-binding. -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Saturday, July 29, 2006 3:37 PM To: Maven Developers List Subject: [vote] Release Maven 1.1 beta 3 Hi folks, Please vote on releasing Maven 1.1 Beta 3. Since the beta 2 we upgraded almost all plug

[vote] Release Maven 1.1 beta 3

2006-07-29 Thread Arnaud HERITIER
://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20060729/

Re: junit4 support?

2006-07-29 Thread Wendy Smoak
On 7/29/06, berndq <[EMAIL PROTECTED]> wrote: anyone here that likes to help in getting junit4 support for maven? You might want to comment on SUREFIRE-31 and see if anyone watching it would like to collaborate. * http://jira.codehaus.org/browse/SUREFIRE-31 -- Wendy

junit4 support?

2006-07-29 Thread berndq
Hi, anyone here that likes to help in getting junit4 support for maven? Currently I modifed JUnitTestSet to use JUnitCore from junit4 to run the tests directly. I thought this is a nice way to get all the annotation stuff working (@Before, timeout=xx) and it works. At least it runs some exempla