Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-15 Thread Baptiste Mathus
+1 with Robert's solution (though I don't remember it was the actual issue for that ci build failure some weeks ago...). That's something I've also been planning to do after working recently with buildnumber. BTW, not sure yet why, but sometimes IT won't fail doing a svn info under the hood althou

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-11 Thread Hervé BOUTEMY
ASF Jenkins has some hikkups these days + now the mail outage = since last time, I coded the svn upgrade thing, and I even downgraded the .svn directory in sources to svn 1.6 to match version used by ASF Jenkins everything should be ok now on this front on the ASF Jenkins front, problems are so

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-10 Thread Dan Tran
This issue is very stubborn -) I saw Hervé make a few changes, but builds.apache.org also have not triggered a new build? what is the schedule for this job? -Dan On Thu, May 8, 2014 at 9:25 AM, Robert Scholte wrote: > it's probably something like .execute( null, basedir ) to ensure the righ

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-10 Thread Dan Tran
Yes, it is a better approach since the build is currently falling at ubuntu build at builds.apache.org -D On Tue, May 6, 2014 at 3:14 PM, Hervé BOUTEMY wrote: > I think Roberts' idea about "svu upgrade"ing is good > just need to revert locally and test, or we'll get the same problem in some >

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-10 Thread Robert Scholte
it's probably something like .execute( null, basedir ) to ensure the right working directory is used. Robert http://groovy.codehaus.org/groovy-jdk/java/lang/String.html#execute%28java.util.List,%20java.io.File%29 Op Wed, 07 May 2014 00:14:07 +0200 schreef Hervé BOUTEMY : I think Roberts

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-06 Thread Hervé BOUTEMY
I think Roberts' idea about "svu upgrade"ing is good just need to revert locally and test, or we'll get the same problem in some time, when svn 1.9 is out Regards, Hervé Le mardi 6 mai 2014 15:00:58 Dan Tran a écrit : > Thanks Hervé, it works on my local windows build with svn client 1.8.5 >

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-06 Thread Dan Tran
Thanks Hervé, it works on my local windows build with svn client 1.8.5 -D On Tue, May 6, 2014 at 2:30 PM, Hervé BOUTEMY wrote: > I updated content to svn 1.8: not really a long term solution, but at least > give us time to find a better solution > > Regards, > > Hervé > > Le lundi 5 mai 2014

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-06 Thread Dan Tran
Just tried it and still failing ( but not known why yet) [INFO] --- maven-invoker-plugin:1.8:run (integration-test) @ maven-scm-plugin --- [INFO] Building: scm-741-validate-scm-url-matches-working-copy\pom.xml [INFO] run script prepare.groovy [INFO] ..FAILED (6.6 s) [INFO] The build exited with

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-06 Thread Hervé BOUTEMY
I updated content to svn 1.8: not really a long term solution, but at least give us time to find a better solution Regards, Hervé Le lundi 5 mai 2014 23:43:45 Dan Tran a écrit : > perhaps, we need to disable this specific test for now? > > -D > > On Mon, May 5, 2014 at 9:18 PM, Dan Tran wrot

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-06 Thread Robert Scholte
Would it help if this was added to the prepare.groovy? try { """svn upgrade""".execute() } catch( Exception e ) { // noop, no need to upgrade } return true I seem to have a matching client version, so the IT works on my system. Could someone verify the code above? thanks, Robert Op Tue,

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
perhaps, we need to disable this specific test for now? -D On Mon, May 5, 2014 at 9:18 PM, Dan Tran wrote: > > Looks like we stuck without a new snapshot until this is fixed!! > > -D > > > On Mon, May 5, 2014 at 6:49 PM, Hervé BOUTEMY wrote: > >> seems related to SCM-741: the IT added contains

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
Looks like we stuck without a new snapshot until this is fixed!! -D On Mon, May 5, 2014 at 6:49 PM, Hervé BOUTEMY wrote: > seems related to SCM-741: the IT added contains a copy of .svn content > taken > from svn 1.7 (format 29), and I suppose Jenkins uses svn 1.8 which has a > different one (

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Hervé BOUTEMY
seems related to SCM-741: the IT added contains a copy of .svn content taken from svn 1.7 (format 29), and I suppose Jenkins uses svn 1.8 which has a different one (format 31) don't know how wa can improve the IT to be more tolerant to svn version updates Regards, Hervé Le lundi 5 mai 2014 0

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
change list https://builds.apache.org/job/maven-scm/changes -D On Mon, May 5, 2014 at 9:01 AM, Dan Tran wrote: > > > > https://builds.apache.org/job/maven-scm/ > > Thanks > > -D >

[FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
https://builds.apache.org/job/maven-scm/ Thanks -D