Hello all,

Few days ago I have post a problem on maven integration test 
"MavenITmng0553SettingsAuthzEncryptionTest"

I send this mail just to give the answer.

I find out that this is the only test that does not handle space in full path of "integration 
tests" checkout. In my case it was something like "/home/me/dev_maven/a 
space/it_maven"

When the checkout is done in a directory which full path contains spaces, the 
integration test 0553 fails.




The test I did was the following:

svn co https://svn.apache.org/repos/asf/maven/maven-3/trunk "/home/me/dev_maven/a 
space/maven3"

svn co https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk 
"/home/me/dev_maven/a space/it_maven"

cd "/home/me/dev_maven/a space/maven3"
ant -Dmaven.home="${pga}/target" -DskipTests all -DskipTestResources 
-DskipTestCompile

"/home/me/dev_maven/a space/target/bin/mvn" -f "/home/me/dev_maven/a space/it_maven/pom.xml" 
-Prun-its -B -U -Dmaven.repo.local="/home/me/dev_maven/a space/it_repo" 
-Dmaven.home="/home/me/dev_maven/a space/target" clean install -DskipTests -DskipTestCompile

"/home/me/dev_maven/a space/target/bin/mvn" -f "/home/me/dev_maven/a 
space/it_maven/core-it-suite/pom.xml" -Prun-its -B -U -Dmaven.repo.local="/home/me/dev_maven/a 
space/it_repo" -Dmaven.home="/home/me/dev_maven/a space/target" test 
-Dtest=MavenITmng0553SettingsAuthzEncryptionTest



To be honest, I did it first with Jenkins. I gave a pretty name (with spaces) 
to the job I have created.


I still ask the question:
Is there any continues integration job for "maven integration tests" at 
https://builds.apache.org/view/M-R/view/Maven/  ?

Thinks for reading
Patrick GARCIA



Le 29/02/2012 01:45, Patrick et Dany a écrit :
Hello,

I have the following maven integration test failure in my brand new debian VM 
(Linux 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686) using maven3 
trunk sources

mng0553SettingsAuthzEncryption(itBasic).....................FAILURE (0.7 s)
mng0553SettingsAuthzEncryption(itRelocation)................OK (13.6 s)
mng0553SettingsAuthzEncryption(itEncryption)................FAILURE (0.6 s)

the failure occurs using the following maven :
Apache Maven 3.0.5-SNAPSHOT (r1294283; 2012-02-27 20:50:14+0100)
Maven home: 
/var/lib/jenkins/jobs/maven3/workspace/target/buils_ready_for_int_test
Java version: 1.6.0_18, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-5-686", arch: "i386", family: "unix"



I try this integration test in the same VM with the following maven : it is OK, 
OK, OK
Apache Maven 2.2.1 (rdebian-4)
Java version: 1.6.0_18
Java home: /usr/lib/jvm/java-6-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-5-686" arch: "i386" Family: "unix"


I try this integration test under windows with the trunk source of maven : it 
is OK, OK, OK
Apache Maven 3.0.5-SNAPSHOT (rNON-CANONICAL_2012-02-29_00-14_PaDy; 2012-02-29 
00:14:20+0100)
Maven home: C:\Users\PaDy\dev_maven\target\bin\..
Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
Java home: c:\Program Files\Java\jdk1.6.0_25\jre
Default locale: fr_FR, platform encoding: Cp1252
OS name: "windows vista", version: "6.0", arch: "x86", family: "windows"



My questions are:

1/
Does some one can confirm this?

2/
Is there some thing I have to install to make it work? Is it an issue?

3/
Is there any continues integration job for "maven integration tests" at 
https://builds.apache.org/view/M-R/view/Maven/  ?


Patrick GARCIA


--
Cordialement,
Patrick GARCIA
<[email protected]>

--
---------------------
PaDy (Patrick&  Dany)
---------------------

--
Cordialement,
Patrick GARCIA
<[email protected]>

--
Cordialement,
Patrick GARCIA
<[email protected]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to