Re: Building SCM 1.9.5-SNAPSHOT

2015-04-21 Thread Robert Scholte
. Works like a charm! Thanks! I'm not sure why it's only occurring with me, but... shrug. I'll include the change with my work. Now that I can get started! :)) Chris Graham Apr 4 to me Given that I have several different issues, and I want to do them all separately,

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-21 Thread Chris Graham
f every supported environment ha... Chris Graham Apr 4 to Maven Hi Hervé I modified prepare.groovy to include the consumeProcessOutput() line. Works like a charm! Thanks! I'm not sure why it's only occurring with me, but... shrug. I'll include the change with my work. Now that I

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-03 Thread Chris Graham
Hi Hervé I modified prepare.groovy to include the consumeProcessOutput() line. Works like a charm! Thanks! I'm not sure why it's only occurring with me, but... shrug. I'll include the change with my work. Now that I can get started! :)) -Chris On Thu, Apr 2, 2015 at 5:01 PM, Hervé BOUTEM

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-02 Thread Chris Graham
On 02/04/2015, at 5:15 PM, Karl Heinz Marbaise wrote: > Hi Chris, > > I assume you are callling Maven from the root of SCM git repository via > Yes, from the root. > mvn clean package Yes, this or mvn clean install (mostly) > or > > mvn -Prun-its clean verify > > What you can try is to

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Karl Heinz Marbaise
Hi Chris, I assume you are callling Maven from the root of SCM git repository via mvn clean package or mvn -Prun-its clean verify What you can try is to use: mvn clean package -Drat.ignoreErrors=true which Maven Version do you use? (Can we first check to Maven 3.0.5) Furthermore i would su

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Hervé BOUTEMY
typical of process output consumption problems see http://groovy-lang.org/groovy-dev-kit.html#process-management for description and solution: Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the input stream or read

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
This is nuts! Has anyone else ever had the scm build hang at this point: [INFO] [invoker:run {execution: integration-test}] [INFO] Building: scm-741-validate-scm-url-matches-working-copy\pom.xml [INFO] run script prepare.groovy Looking at the process tree, it's called "svn.exe --version". The bu

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Is there a rat cache? The resultant failures are referencing files in the target dir that do not exist. For the moment, I've had to exclude everything, and I'll sort it out later. On Thu, Apr 2, 2015 at 1:41 PM, Chris Graham wrote: > Hey! > > Still with IBM? I'm not. :( I've been out of work si

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Hey! Still with IBM? I'm not. :( I've been out of work since my contract was ended (from the US. not locally) on Nov 28th. Dockerise, now what does that mean? On Thu, Apr 2, 2015 at 1:40 PM, jieryn wrote: > Please dockerize all maven developer environments. > > On Wed, Apr 1, 2015 at 10:26 P

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread jieryn
Please dockerize all maven developer environments. On Wed, Apr 1, 2015 at 10:26 PM, Chris Graham wrote: > Another different version, another different set of issues to solve. > > [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm --- > [INFO] 57 implicit excludes (use -debug for more

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Another different version, another different set of issues to solve. [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm --- [INFO] 57 implicit excludes (use -debug for more details). [INFO] Exclude: .gitignore [INFO] Exclude: README.txt [INFO] Exclude: *.sh [INFO] Exclude: .git/** [IN

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Hey All. I've tried updating to a sun VM. The same error as with the IBM JDK. This is with wiping the entire local repo. I've even also explicity included the exclusion of target/** [INFO] Exclude: target/** [INFO] 57 implicit excludes (use -debug for more details). [INFO] Exclude: .gitignore

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
Heh. I was tired. For some reason, I was looking at the end of the hash, not the beginning. Doh! Brain fade. :-) -Chris Sent from my iPhone On 01/04/2015, at 5:03 PM, Anders Hammar wrote: > As I'm being mentioned here I'd like to clarify: > > I'm able to build with an IBM JDK 1.6 (included

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Anders Hammar
As I'm being mentioned here I'd like to clarify: I'm able to build with an IBM JDK 1.6 (included with WAS 8.0.0.10) on Windows 7. Some of the unit tests and int tests fail though, very likely due to the fact that I'm currently behind a corp firewall/proxy. Chris is on Windows XP I believe, and is

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
Hi Raphael! Thanks for that. I thought that I was on master, but I'll double check! Appreciate (from everyone) the help. -Chris On Wed, Apr 1, 2015 at 8:24 AM, Raphael Ackermann < raphael.ackerm...@gmail.com> wrote: > Default clone doesn't get you master branch but some old and outdated > bran

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
I will try to find an oracle one. Anders did manage to try the IBM one, and it worked... :( On Wed, Apr 1, 2015 at 8:14 AM, Hervé BOUTEMY wrote: > Hi, > > No such problem here. > Can you try with an Oracle JDK, please? Since this is the only unusual > part of > your configuration. > > Regards, >

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Raphael Ackermann
Default clone doesn't get you master branch but some old and outdated branch. Had same problem with rat check. Switching to master made it pass. On Tue, Mar 31, 2015, 22:23 Chris Graham wrote: > Hi All. > > I've forked the apache scm repo on github and cloned it locally. > > I'm simply trying to

Re: Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Hervé BOUTEMY
Hi, No such problem here. Can you try with an Oracle JDK, please? Since this is the only unusual part of your configuration. Regards, Hervé Le mercredi 1 avril 2015 07:20:57 Chris Graham a écrit : > Hi All. > > I've forked the apache scm repo on github and cloned it locally. > > I'm simply t

Building SCM 1.9.5-SNAPSHOT

2015-03-31 Thread Chris Graham
Hi All. I've forked the apache scm repo on github and cloned it locally. I'm simply trying to build it, before I start making any changes at all. I've run into several issues, something is truly not right here, but I can not quite work out what. At the moment, either under 2.2.1 or 3.0.4, I'm g