Re: Maven ITs

2024-12-12 Thread Tamás Cservenák
, as older maven versions can still be used with old ITs (in maven-integration-tests repo). Thanks T On Thu, Dec 5, 2024 at 5:12 PM Tamás Cservenák wrote: > > Howdy, > > just a heads up, as Maven ITs got quite a change(s). For starters, the > "embedded" profile is gone,

Maven ITs

2024-12-05 Thread Tamás Cservenák
Howdy, just a heads up, as Maven ITs got quite a change(s). For starters, the "embedded" profile is gone, as it is the default now. If you want "forked" execution (slow but most isolated), use the new "forked" profile. Second, maven-verifier and maven-shared-utils

Re: Maven ITs (embedded)

2013-09-08 Thread Jason van Zyl
Or handle our testing infrastructure randomly changing on us. Whatever it was seems to have switched back and the ITs work again. On Sep 8, 2013, at 1:16 AM, Olivier Lamy wrote: > testitMNG2201(org.apache.maven.it.MavenITmng2201PluginConfigInterpolationTest) > Time elapsed: 0.603 sec <<< FAIL

Re: Maven ITs (embedded)

2013-09-07 Thread Olivier Lamy
testitMNG2201(org.apache.maven.it.MavenITmng2201PluginConfigInterpolationTest) Time elapsed: 0.603 sec <<< FAILURE! junit.framework.AssertionFailedError: expected: but was: AFAICS unit test doesn't handle correctly symlinks. On 8 September 2013 12:50, Jason van Zyl wrote: > Olivier, > > Not

Maven ITs (embedded)

2013-09-07 Thread Jason van Zyl
Olivier, Not sure what the problem is exactly but look at the tests that are failing but it looks like an issue where path names aren't identical but looks like the same path. Do you know if anything changed on the instance lately? https://builds.apache.org/view/M-R/view/Maven%20Core%20ITs/job/

Re: Wrong checksums for org/apache/maven/its/maven-core-it-support/1.0 in Maven-Central

2012-12-07 Thread Mirko Friedenhagen
denhagen" : > >> Hello, >> >> artifactory choked on >> https://issues.sonatype.org/browse/MVNCENTRAL-271, probably central >> wants maven to fix this and sync again. However there is not issue >> tracker given in >> >> http://repo1.maven.org/m

Re: Wrong checksums for org/apache/maven/its/maven-core-it-support/1.0 in Maven-Central

2012-12-07 Thread Anders Hammar
s not issue > tracker given in > > http://repo1.maven.org/maven2/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.pom > , > so where to report this :-)? > > Regards Mirko > > - > To

Re: Maven ITs seem to have problems now running in parallel

2012-09-01 Thread Kristian Rosenvold
I'm not sure I ever ran the core IT's in parallel; and I dont think benjamin did either...? Kristian Den 1. sep. 2012 kl. 04:20 skrev Jason van Zyl : > I rebased the ITs for Maven I have and I notice now that the setup I had now > fails to run ITs in parallel. > > I do a touchstone build on Jav

Maven ITs seem to have problems now running in parallel

2012-08-31 Thread Jason van Zyl
I rebased the ITs for Maven I have and I notice now that the setup I had now fails to run ITs in parallel. I do a touchstone build on Java 1.5, and then run Java 1.6 and 1.7 in parallel. This no longer works as it seems some tests are messing around with the local repository and cause failures

Re: Maven ITs

2008-09-10 Thread John Casey
I'm assuming this message is old and I'm just now seeing it for some quirk of the email server, but looking at that file it's definitely set to 1.2-SNAPSHOT. I haven't modified that file in a long time, but it may have been me that bumped it to 1.2-SNAPSHOT in the first place. However, I can t

Maven ITs

2008-09-09 Thread Jason van Zyl
John/Shane/Whoever, Are you guys using maven-verifier 1.1-SNAPSHOT or 1.2-SNAPSHOT because the POM says 1.1-SNAPSHOT which completely locks up and dies but when I update to version 1.2-SNAPSHOT and change the POM it runs. This is what's currently in SVN: https://svn.apache.org/repos/asf/ma

Re: Community Help with Maven ITs

2008-07-21 Thread Jason van Zyl
I'll start looking at this when I swap out Maven SCM to do everything for us. On 21-Jul-08, at 4:16 AM, Stephen Connolly wrote: I'm having problems getting this set up to work from behind a http proxy. I've set up subversion's servers file correctly Here's what I get from the bootstrap:

Re: Community Help with Maven ITs

2008-07-21 Thread Stephen Connolly
I'm having problems getting this set up to work from behind a http proxy. I've set up subversion's servers file correctly Here's what I get from the bootstrap: started ERROR: svn: No credential to try. Authentication failed org.tmatesoft.svn.core.SVNCancelException: svn: No credential to try. Au

Re: Community Help with Maven ITs

2008-07-19 Thread Jason van Zyl
On 19-Jul-08, at 6:42 PM, Dennis Lundberg wrote: No, I don't have Cygwin installed, and I'm seeing the same problem that Benjamin is. The problem is that the config.xml for maven-2.1.x-IT-support and maven-2.1.x-ITs use this: ... To be able to run such a job in Hudson,

Re: Community Help with Maven ITs

2008-07-19 Thread Dennis Lundberg
No, I don't have Cygwin installed, and I'm seeing the same problem that Benjamin is. The problem is that the config.xml for maven-2.1.x-IT-support and maven-2.1.x-ITs use this: ... To be able to run such a job in Hudson, it requires the presence of a "sh" executable,

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
Brian and Dennis were both running under Windows and Brian didn't have Cygwin installed. Not sure what Dennis had on his machine. On 18-Jul-08, at 2:47 PM, Benjamin Bentmann wrote: Brian E. Fox wrote: What dependency on cygwin? I am referring to this error while trying to build maven-2.1.

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: There's a new bundle up there now. OK, now I get: 440 create.sh 2.441.718 haven-1.0.jar 119 hudson.bat 142 hudson.sh 19.810.714 hudson.war 142 start.sh templates Also, the config.xm

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
There's a new bundle up there now. On 18-Jul-08, at 3:02 PM, Dennis Lundberg wrote: I just downloaded and unpacked the new bundle, and I've got -rw-rw-rw- 1 dlg01 0 440 2008-07-11 15:55 create.sh -rw-rw-rw- 1 dlg01 0 2441718 2008-07-17 14:19 haven-1.0.jar -rw-rw-rw- 1 dlg01 0 19810714

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
On 18-Jul-08, at 3:05 PM, Benjamin Bentmann wrote: Jason van Zyl wrote: You've got the wrong bundle it appears. The new one: -rw-r--r-- 1 jvanzyl jvanzyl 2441718 17 Jul 14:19 haven-1.0.jar -rw-r--r--@ 1 jvanzyl jvanzyl 19810714 17 Jul 13:55 hudson.war -rw-r--r-- 1 jvanzyl jvanzyl

Re: Community Help with Maven ITs

2008-07-18 Thread Dennis Lundberg
I just downloaded and unpacked the new bundle, and I've got -rw-rw-rw- 1 dlg01 0 440 2008-07-11 15:55 create.sh -rw-rw-rw- 1 dlg01 0 2441718 2008-07-17 14:19 haven-1.0.jar -rw-rw-rw- 1 dlg01 0 19810714 2008-07-17 13:55 hudson.war -rw-rw-rw- 1 dlg01 0 142 2008-07-17 14:13 start.sh d

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: You've got the wrong bundle it appears. The new one: -rw-r--r-- 1 jvanzyl jvanzyl 2441718 17 Jul 14:19 haven-1.0.jar -rw-r--r--@ 1 jvanzyl jvanzyl 19810714 17 Jul 13:55 hudson.war -rw-r--r-- 1 jvanzyl jvanzyl 119 17 Jul 15:37 start.bat -rwxr-xr-x@ 1 jvanzyl j

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
You've got the wrong bundle it appears. The new one: -rw-r--r-- 1 jvanzyl jvanzyl 2441718 17 Jul 14:19 haven-1.0.jar -rw-r--r--@ 1 jvanzyl jvanzyl 19810714 17 Jul 13:55 hudson.war -rw-r--r-- 1 jvanzyl jvanzyl 119 17 Jul 15:37 start.bat -rwxr-xr-x@ 1 jvanzyl jvanzyl 142 17 Jul

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Brian E. Fox wrote: What dependency on cygwin? I am referring to this error while trying to build maven-2.1.x-IT-support: [workspace] $ sh -xe \Temp\hudson39040.sh The system cannot find the file specified FATAL: Command execution failed java.io.IOException: Cannot run program "sh" (in direct

RE: Community Help with Maven ITs

2008-07-18 Thread Brian E. Fox
To: Maven Developers List Subject: Re: Community Help with Maven ITs Jason van Zyl wrote: > Ok, I have a new portable bundle. To get rid of the requirement on cygwin: You could use the Os class from plexus-utils to detect Windows and set a flag in the Velocity context for the templates. Using t

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: Ok, I have a new portable bundle. To get rid of the requirement on cygwin: You could use the Os class from plexus-utils to detect Windows and set a flag in the Velocity context for the templates. Using this flag, the templates could be tweaked to use batch files instead

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: I replaced all the scripting with Velocity templating ExodusCli.java:70 w = new FileWriter(job); Using w = WriterFactory.newXmlWriter(job); from plexus-utils instead would ensure proper output encoding for the config.xml and improve platform independence of the bundl

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: I replaced all the scripting with Velocity templating for all the jobs that are created. Another suggestion: In ExodusCli.java:45 replace hudsonHome = System.getProperty("user.dir"); with hudsonHome = new File(System.getProperty("user.dir"), "runtime").getPath(); T

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
You and Brian can fight it out over the windows stuff. On 18-Jul-08, at 12:12 PM, Benjamin Bentmann wrote: Jason van Zyl wrote: Ok, I have a new portable bundle. Maybe you find this Windows batch file a useful addition: @echo off set "dir=%~dp0" if

Re: Community Help with Maven ITs

2008-07-18 Thread Benjamin Bentmann
Jason van Zyl wrote: Ok, I have a new portable bundle. Maybe you find this Windows batch file a useful addition: @echo off set "dir=%~dp0" if "%dir:~-1%" == "\" set "dir=%dir:~0,-1%" set "HUDSON_HOME=%dir%\runtime" if not exist "%HUDSON_HOME%" ( j

Re: Community Help with Maven ITs

2008-07-18 Thread Jason van Zyl
Ok, I have a new portable bundle. I replaced all the scripting with Velocity templating for all the jobs that are created. Brian tested it on Windows and it all seems to be working fine. http://people.apache.org/~jvanzyl/hudson.zip I'm next getting Hudson to pull the POMs directly to create

Re: Community Help with Maven ITs

2008-07-13 Thread Jason van Zyl
Ok, I'm working on collecting the results so we can work with them. On 13-Jul-08, at 8:00 AM, Siarhei Dudzin wrote: I've ran it Jul 12, 2008 11:26:10 PM(CET). Siarhei On Sun, Jul 13, 2008 at 2:42 AM, Jason van Zyl <[EMAIL PROTECTED]>

Re: Community Help with Maven ITs

2008-07-13 Thread Siarhei Dudzin
I've ran it Jul 12, 2008 11:26:10 PM(CET). Siarhei On Sun, Jul 13, 2008 at 2:42 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > When did you run this? > > > On 12-Jul-08, at 8:39 PM, Siarhei Dudzin wrote: > > Good idea, because I got som

Re: Community Help with Maven ITs

2008-07-12 Thread Jason van Zyl
When did you run this? On 12-Jul-08, at 8:39 PM, Siarhei Dudzin wrote: Good idea, because I got something different: [java] Failed tests: [java] testRunningScmPlugin (org.apache.maven.embedder.execution.EmbedderUsingScmPluginTest) On Sat, Jul 12, 2008 at 4:46 PM, Jason van Zy

Re: Community Help with Maven ITs

2008-07-12 Thread Siarhei Dudzin
Good idea, because I got something different: [java] Failed tests: [java] testRunningScmPlugin(org.apache.maven.embedder.execution.EmbedderUsingScmPluginTest) On Sat, Jul 12, 2008 at 4:46 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Cool, I'm trying to figure out how to collate

Re: Community Help with Maven ITs

2008-07-12 Thread Benjamin Bentmann
Jason van Zyl wrote: Results : Tests in error: testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest) Tests run: 166, Failures: 0, Errors: 1, Skipped: 0 Confirmed on Xubuntu 8.04 with Sun JDK 1.6.0_06 Benjamin ---

Re: Community Help with Maven ITs

2008-07-12 Thread Jason van Zyl
l wrote: Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will hand off a self-contained Hudson instance that you just start up and run. It will also report back to a master server

Re: Community Help with Maven ITs

2008-07-12 Thread Jason van Zyl
ll seems to work and now I'm focusing on it running faster. Aiming for bootstrap -> ITs in under 10 minutes. On 9-Jul-08, at 1:27 PM, Jason van Zyl wrote: Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. A

Re: Community Help with Maven ITs

2008-07-12 Thread Jason van Zyl
the tests) it won't bork your build. Anyway, first step. All seems to work and now I'm focusing on it running faster. Aiming for bootstrap -> ITs in under 10 minutes. On 9-Jul-08, at 1:27 PM, Jason van Zyl wrote: Hi, I'm asking a small handful of developers to run a pre-confi

Re: Community Help with Maven ITs

2008-07-12 Thread Dennis Lundberg
ing on it running faster. Aiming for bootstrap -> ITs in under 10 minutes. On 9-Jul-08, at 1:27 PM, Jason van Zyl wrote: Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will hand off a

Re: Community Help with Maven ITs

2008-07-12 Thread Dennis Lundberg
n Zyl wrote: Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will hand off a self-contained Hudson instance that you just start up and run. It will also report back to a master s

Re: Community Help with Maven ITs

2008-07-11 Thread Jason van Zyl
using on it running faster. Aiming for bootstrap -> ITs in under 10 minutes. On 9-Jul-08, at 1:27 PM, Jason van Zyl wrote: Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will

Re: Community Help with Maven ITs

2008-07-11 Thread Jason van Zyl
-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will hand off a self-contained Hudson instance that you just start up and run. It will also report back to a master server but I would like to collect results from as many supported platforms a

Re: Community Help with Maven ITs

2008-07-10 Thread Gerrit Jansen van Vuuren
AIL PROTECTED]> wrote: > > Hi, > > I'm asking a small handful of developers to run a pre-configured Hudson > instance to collect results for the Maven ITs. All I need is your machine. I > will hand off a self-contained Hudson instance that you just start up and > run. It w

Re: Community Help with Maven ITs

2008-07-09 Thread Jason van Zyl
n instance to collect results for the Maven ITs. All I need is your machine. I have an Ubuntu Hardy box running Java5 that can be used. I will hand off a self-contained Hudson instance that you just start up and run. It will also report back to a master server but I would like to collect re

Re: Community Help with Maven ITs

2008-07-09 Thread Jamie Whitehouse
On Wed, 2008-07-09 at 13:47 -0400, Jamie Whitehouse wrote: > On Wed, 2008-07-09 at 13:27 -0400, Jason van Zyl wrote: > > > if you're interested please contact me privately and I will set you up > > with a Hudson install. Err, sorry everyone...seems that I missed that reply-to is set to the li

Re: Community Help with Maven ITs

2008-07-09 Thread Jamie Whitehouse
On Wed, 2008-07-09 at 13:27 -0400, Jason van Zyl wrote: > Hi, > > I'm asking a small handful of developers to run a pre-configured > Hudson instance to collect results for the Maven ITs. All I need is > your machine. I have an Ubuntu Hardy box running Java5 that can

Community Help with Maven ITs

2008-07-09 Thread Jason van Zyl
Hi, I'm asking a small handful of developers to run a pre-configured Hudson instance to collect results for the Maven ITs. All I need is your machine. I will hand off a self-contained Hudson instance that you just start up and run. It will also report back to a master server but I

Re: Maven ITs in the Apache Hudson Zone

2008-07-07 Thread Jason van Zyl
I will setup a standard job to wipe the repo. All these tests needs to work from scratch on any machine with a clean repo. And figure out what are install/deploy problems and what are actual bugs. On 7-Jul-08, at 10:14 PM, Brett Porter wrote: On 08/07/2008, at 9:49 AM, Jason van Zyl wrote:

Re: Maven ITs in the Apache Hudson Zone

2008-07-07 Thread Brett Porter
On 08/07/2008, at 9:49 AM, Jason van Zyl wrote: I have the start of all the jobs running in the Hudson Zone @ Apache and we have the same ITs that were failing yesterday failing on Solaris: http://hudson.zones.apache.org/hudson/view/Maven/ Was that because the artifact snapshot had not y

Maven ITs in the Apache Hudson Zone

2008-07-07 Thread Jason van Zyl
I have the start of all the jobs running in the Hudson Zone @ Apache and we have the same ITs that were failing yesterday failing on Solaris: http://hudson.zones.apache.org/hudson/view/Maven/ I am creating a little script so that I can create the Hudson setup in 3 minutes on any node. So I'm

Re: Maven ITs

2008-07-07 Thread Eugene Kuleshov
>>>> people can fix bad ideas, but good ideas can't save bad people. >>>> >>>> -- Paul Graham >>>> >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTE

Re: Maven ITs

2008-07-07 Thread Brett Porter
On 07/07/2008, at 11:32 PM, Jason van Zyl wrote: But is that hiding another bug? We are wiping out the artifacts once a day on Hudson, but everyone seems to be able to run them locally. So now we're just nuking everything but is that just hiding a dependency resolution bug? I hate just did

Re: Maven ITs

2008-07-07 Thread Jason van Zyl
On 7-Jul-08, at 9:17 AM, Brett Porter wrote: On 07/07/2008, at 11:00 PM, Jason van Zyl wrote: On 7-Jul-08, at 8:42 AM, Brett Porter wrote: What does that mean. For 13 days it bubbles and then starts magically working? Something must have changed. Yes, I committed a fix for your two f

Re: Maven ITs

2008-07-07 Thread Brett Porter
On 07/07/2008, at 11:00 PM, Jason van Zyl wrote: On 7-Jul-08, at 8:42 AM, Brett Porter wrote: What does that mean. For 13 days it bubbles and then starts magically working? Something must have changed. Yes, I committed a fix for your two failures, and my two failures, and a bit more c

Re: Maven ITs

2008-07-07 Thread Jason van Zyl
On 7-Jul-08, at 8:42 AM, Brett Porter wrote: What does that mean. For 13 days it bubbles and then starts magically working? Something must have changed. Yes, I committed a fix for your two failures, and my two failures, and a bit more cleanup, which all bubbled through CI eventually and

Re: Maven ITs

2008-07-07 Thread Brett Porter
On 07/07/2008, at 10:37 PM, Jason van Zyl wrote: On 6-Jul-08, at 11:32 PM, Brett Porter wrote: Yes, and I thought John had fixed the offending code in Maven Artifact - and the ITs seem to be picking up those changes. Maybe there's a further case that needs to be addressed? Ok, I think

Re: Maven ITs

2008-07-07 Thread Jason van Zyl
On 6-Jul-08, at 11:32 PM, Brett Porter wrote: Yes, and I thought John had fixed the offending code in Maven Artifact - and the ITs seem to be picking up those changes. Maybe there's a further case that needs to be addressed? Ok, I think this particular circumstance is fixed by the time it

Re: Maven ITs

2008-07-06 Thread Brett Porter
On 07/07/2008, at 12:45 PM, Brett Porter wrote: On 07/07/2008, at 5:15 AM, Jason van Zyl wrote: On 6-Jul-08, at 2:46 PM, Brett Porter wrote: Fine here, and on vmbuild too. digester being null happens after a transfer error of some sort - you might throw in -X to see if it shows somethi

Re: Maven ITs

2008-07-06 Thread Brett Porter
On 07/07/2008, at 5:15 AM, Jason van Zyl wrote: On 6-Jul-08, at 2:46 PM, Brett Porter wrote: Fine here, and on vmbuild too. digester being null happens after a transfer error of some sort - you might throw in -X to see if it shows something else occuring. After a transfer error it cal

Re: Maven ITs

2008-07-06 Thread Jason van Zyl
On 6-Jul-08, at 2:46 PM, Brett Porter wrote: Fine here, and on vmbuild too. digester being null happens after a transfer error of some sort - you might throw in -X to see if it shows something else occuring. After a transfer error it calls transferStarted( XX )? That seems wrong. The ot

Re: Maven ITs

2008-07-06 Thread Brett Porter
Fine here, and on vmbuild too. digester being null happens after a transfer error of some sort - you might throw in -X to see if it shows something else occuring. The other curiosity is why it's resolved the project info reports plugin in both cases? Cheers, Brett On 07/07/2008, at 4:03

Maven ITs

2008-07-06 Thread Jason van Zyl
Hi, I get all the ITs passing on my machine, so I'm wondering if others are getting the same? it0112 is odd because we get: http://ci.sonatype.org/view/Maven%202.1x/job/Maven-2.1.x-ITs/ws/maven-core-its/target/it-working-folder/it0112-extensionsThatDragDependencies/test-project/log.txt I'm