Re: The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-14 Thread Bill Brown
Greetings: This issue still exists for me. I run continuum with the user I created continuum . I am able to check out code with the continuum user from the command line. I have already manually accepted the certificate verification permenantly from the command line as the continuum user.

Re: The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-14 Thread Wendy Smoak
On 10/14/07, Bill Brown [EMAIL PROTECTED] wrote: This issue still exists for me. I run continuum with the user I created continuum . I am able to check out code with the continuum user from the command line. I have already manually accepted the certificate verification permenantly from the

Re: How to release if using testng

2007-10-14 Thread Wim Deblauwe
I finally gave up on using the surefire plugin with TestNG. Now I just use antrun to run the testng ant task and generate a report. I did not know that was possible. How do you remove surefire from the lifecycle? regards, Wim -- Vigilog - an open source log file viewer:

Re: Complete Maven Noob, Is this possible?

2007-10-14 Thread Graham Leggett
Quakky wrote: Hey guys, thanks for ur input on this... I had talked with the programmers of this project and they said they might be willing to follow Maven's default layout, and Im willing to kinda work on it day and night so does that improve my chances? :D Having buy-in from your

[M2] TestNG Junit Together

2007-10-14 Thread gommo
Is it possible to run JUnit and TestNG tests at the same time with Maven 2? I have mostly TestNG tests but tested this by including a test class that uses Junit. (JUnit 4.4). When I look at the output it does appear to find the TestClass but reports the number of tests run as zero (0). Just

profiles qustion

2007-10-14 Thread Sonar, Nishant
Hi We work with profiles in maven as Mvn -Pprofile1,profile2 On pom profiles profile idprofile1/id build plugin ... /plugin /build profile profile idprofile2/id build plugin ... /plugin /build profile /profiles In this

Re: profiles qustion

2007-10-14 Thread Wayne Fay
If you just move the common stuff out of the profiles, and into the normal build section of the pom, then it will be shared by both profiles. Wayne On 10/14/07, Sonar, Nishant [EMAIL PROTECTED] wrote: Hi We work with profiles in maven as Mvn -Pprofile1,profile2 On pom profiles

Re: how to specify the eclipse code formatter profile

2007-10-14 Thread Barrie Treloar
On 10/12/07, Dan Tran [EMAIL PROTECTED] wrote: plugin artifactIdmaven-eclipse-plugin/artifactId version2.5-SNAPSHOT/version [del] then run 'mvn eclipse:configure-workspace' at your root Note this is a SNAPSHOT version of the eclipse plugin, so you will need to wait