Running test cases fails

2007-09-15 Thread Suneet Shah
Hello, I am new to maven and am having a problem running the mvn install and mvn test commands. In both cases, maven invokes my Junit test cases and they call fail. However, when I run the test cases in eclipse, they run fine. Any thoughts on what the problem may be or how I can go about getting

Re: maven2 / continuum / scm URL frustration

2007-09-15 Thread Heinrich Nirschl
On 9/16/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: > and when i validate it using mvn scm:validate i always get back following > exception > > [DEBUG] Configuring mojo ' > org.apache.maven.plugins:maven-scm-plugin:1.0:validate' --> > [DEBUG] (f) basedir = /home/marco/TestApp > [DEBUG] (f) co

Re: maven2 / continuum / scm URL frustration

2007-09-15 Thread Farhan Sarwar
probably thats because subversion still just supports http/https/ftp/file protocols..so you need to configure subversion with apache so as to make accessible through http protocol, with that done the url in connection and developerconnection tags should look like "scm:svn:http://localhost/trunk/Tes

RE: Public remote repository

2007-09-15 Thread Brian E. Fox
Repo1.maven.org is the primary. Everything else is a mirror. In the old days ibiblio was the primary so the docs you read might be out of date. -Original Message- From: GAMBELLI Raffaele [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 4:44 AM To: Maven Users List Subject: Publi

maven2 / continuum / scm URL frustration

2007-09-15 Thread Marco Mistroni
hello all, i am having huge troubles to setting up my mvn2 project for continuum.. i have following scm 'settings' in my pom.xml scm:svn:svn//localhost/trunk/ scm:svn:svn://localhost/trunk/ and i have svn running on my Linu

Re: Eclipse/Maven2 integration info

2007-09-15 Thread Alexander Sack
Cool Carlos. I just downloaded and installed Q4E on my Europa install and it worked great. I checked out our current build, added the Maven2 Dependency tracking to it and it works great (no changes on my side whatsoever, my project's POM was read without a hitch). Question, have you thought of (

Re: Eclipse/Maven2 integration info

2007-09-15 Thread Marco Mistroni
Hello, sorry to hijack this hteread.. but i have a questionr egarding mvn & eclipse integration somehow, even after i enable a maven project iva eclipse, the classpath in eclipse is screwed up big time i hav dfined a m2_repo variable, but still i am getting errors from all import i do, like eclip

Re: Eclipse/Maven2 integration info

2007-09-15 Thread Marco Mistroni
Hello, On 9/15/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > most of your steps can be done in Q4E by going to the "New project" > wizard, "Ne Maven 2 project", choose the archetype and fill in the > blanks > > On 9/14/07, Alexander Sack <[EMAIL PROTECTED]> wrote: > > Hi Everybody: > > > > Yo

[ANN] Maven Doxia 1.0-alpha-9 Released

2007-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven Doxia, version 1.0-alpha-9. http://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 1.0-alpha-9 ** Sub-task * [DOXIA-110] - Add APT site documentation for SWF Maceo ** Bug * [DOXIA-29] - APT - local anchor doesn

Re: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3

2007-09-15 Thread Dennis Lundberg
If your default JDK is version 6 and that is the version you want to compile with, then you don't need to fork the compiler. Remove fork, executable and compilerVersion from the configuration. Instead you need to tell maven which version your *source* and *target* should be. You can read about

[ANN] Maven One Plugin 1.2 Released

2007-09-15 Thread Dennis Lundberg
The Maven team is pleased to announce the release of Maven One Plugin, version 1.2. http://maven.apache.org/plugins/maven-one-plugin/ Release Notes - Maven 2.x One Plugin - Version 1.2 ** Bug * [MONE-15] - Property configuration conversion for tasklist plugin is wrong * [MONE-18] -

Eclipse and Maven question

2007-09-15 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I had looked at running the Maven builds in Eclipse, I saw that there was an issue where Eclipse would only read the settings.xml in the .m2\settings.xml file. Is this issue currently a known issue? This message (including any attachments) contains confidential information intended for a

Re: problem setting up servlet and jsp api dependencies as provided scope

2007-09-15 Thread Max Bowsher
thebugslayer wrote: > Hi, > I understand this problem is more of Eclipse related, but it also > involves Maven setup, so I thought maybe one of users here would have > come across the same problem and give me some help. > > I have a webapp project setup in Eclipse Europa with Tomcat6.0, and I > am