Re: Problem running Unitils(JUnit-4.4) tests

2008-01-03 Thread Jux
Jux wrote: > > Hello > > I use http://www.unitils.org/cookbook.html Unitils for my unit-testing > and I got it working in my IDE, but it fails when maven executes the test > phase (surefire plugin). > > I ge

Problem running Unitils(JUnit-4.4) tests

2008-01-03 Thread Jux
Hello I use http://www.unitils.org/cookbook.html Unitils for my unit-testing and I got it working in my IDE, but it fails when maven executes the test phase (surefire plugin). I get the following exeption:

[M2] List of pom configuration properties

2007-06-07 Thread Jux
Hi Can anybody give me information about configuration properties that I can use in maven2 pom.xml files. I am talking about the ${some.property} kind of properties :) I can't seem to find that kind on information anywhere. Here and there I see properties like ${basedir} or ${pom.version} menti

Re: How can I set project.version externally?

2007-06-07 Thread Jux
That is excactly what I would like to know too. Anybody? Christian Goetze-2 wrote: > > So I have a project with modules, and every module has its pom.xml file > with a reference to the parent, which must include the parent version. > All of these version numbers should be the same. I tried w

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Yep, eventually I did that also. Now everything works great. Jo Vandermeeren wrote: > > On 6/6/07, Jux <[EMAIL PROTECTED]> wrote: >> >> I also have not told, that for other developers in my team, that error >> does >> not occur. > > > Hmm.. > Y

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Daah ... never mind the "java\bin\bin\java.exe" invalid path bug. When I corrected it, maven still gave the same error with the old IBM's java. So the newer Java version was still required. Juhan. Jux wrote: > > Ok I found the cause of the problem. It was my setti

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Sun's Java and it worked well. Juhan. Jux wrote: > > Firstly, no, I have not configured anything in my pom.xml for the > surefire-plugin. > > Secondly tried already with the -X, but I couldn't read anything useful > out of it, bu

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Firstly, no, I have not configured anything in my pom.xml for the surefire-plugin. Secondly tried already with the -X, but I couldn't read anything useful out of it, but I paste some of the output here: - ... [DEBUG] Adding managed depedendencie

M2: Surfire report directory

2007-06-05 Thread Jux
Hi When I build my project (mvn install) the tests fail. The target folder will be created with the compiled classes and test classes, but the target/surefire-reports folder will not be created. The error log is something like this: --- [INFO] [compil