Re: selenium testing with maven hangs b/c of http 500 error

2007-09-01 Thread Dan Tran
for my case the test ends in Build Failure and Continuum hangs :( -D On 9/1/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: > I haven't tried running it in Continuum, just from the command-line.. > But from the command-line though, the test still finishes with test > failures and ends in a Build

Re: selenium testing with maven hangs b/c of http 500 error

2007-09-01 Thread Maria Odea Ching
I haven't tried running it in Continuum, just from the command-line.. But from the command-line though, the test still finishes with test failures and ends in a Build Failure. -Deng Dan Tran wrote: actually, my continuum box ( 1.0.3 with windows ) hang due to open browsers, not the selenium

Re: JMock 2

2007-09-01 Thread Dmitry
please check ibiblio.org thanks, www.ejinz.com Search - Original Message - From: "Marco Mistroni" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Saturday, September 01, 2007 4:23 PM Subject: JMock 2 hello all, does anyone know if jmock2 has been uploaded in some maven2 repositori

RE: JMock 2

2007-09-01 Thread Jeff Jensen
You can search for things with this site: http://www.mvnrepository.com/ > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 01, 2007 4:24 PM > To: Maven Users List > Subject: JMock 2 > > hello all, > does anyone know if jmock2 has been uploa

Re: release:prepare failing - what am I missing :)

2007-09-01 Thread Dennis Lundberg
Chris Searle wrote: The scm config looks like: scm:svn:svn+ssh://galatea.chrissearle.org/repository/common/trunk scm:svn:svn+ssh://galatea.chrissearle.org/repository/common/trunk The plugin is configured maven-release-plugin

JMock 2

2007-09-01 Thread Marco Mistroni
hello all, does anyone know if jmock2 has been uploaded in some maven2 repositories? thanks and regards Marco

release:prepare failing - what am I missing :)

2007-09-01 Thread Chris Searle
The scm config looks like: scm:svn:svn+ssh://galatea.chrissearle.org/repository/common/trunk scm:svn:svn+ssh://galatea.chrissearle.org/repository/common/trunk The plugin is configured maven-release-plugin svn+s

Re: Best practices for providing installation and deployment for a maven war project

2007-09-01 Thread Adam Hardy
That is a significant set of requirements. I can't see the advantage of using the maven repo to make the war publicly available, unless it is designed to be used a dependency in development of other projects. I would choose sourceforge instead where people can download it and also have access

Re: Problem with Webstart Plugin

2007-09-01 Thread soir
Hello, I had same error message and when I removed "libPath" parameter from webstart plugin configuration the problem solved. Jerome Lacoste-2 wrote: > > On 7/27/07, David C. Hicks <[EMAIL PROTECTED]> wrote: >> I have an intermittent problem with the WebStart plugin that I hope >> someone mig

Re: Maven Hibernate Plugin with Maven2

2007-09-01 Thread David Williams
Thanks Tim. I will. David On 9/1/07, Tim Kettler <[EMAIL PROTECTED]> wrote: > > You are right, the plugin website seems to be out of date. Have you > looked at the hbm2ddl goal? > > You should ask specific questions about the plugin on the mojo-user list > [1]. > > -Tim > > [1] http://mojo.codeh

Re: Question on maven-buildnumber-plugin

2007-09-01 Thread Dennis Lundberg
The sandbox exists so that the committers can experiment with ideas that may or may not end up as an official piece of software. There are drawbacks to using something from the sandbox, as as you have already noted. Feel free to not use it :-) Kalle Korhonen wrote: I owe you one, Julian! The

Re: [M2] Maven 2 and WebDav protocol

2007-09-01 Thread Michael McCallum
cat /etc/debian_version lenny/sid enabled dav and dav_fs if you need auth - i recommend - using digest authentication Dav on thats all nothing magic are you using ssl? if you you need to ensure that the vm running maven trusts the certificate On Saturday 01 September 2007 03:59, Rémy Sanlav