Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread Adrian Crum
In my experience, SVN update is unreliable for CI environments, so I always use a fresh checkout. Adrian Crum Sandglass Software www.sandglass-software.com On 9/11/2013 1:51 PM, sebb wrote: The group build definition is set to use SCM update rather than a clean checkout. However surely svn upd

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread sebb
The group build definition is set to use SCM update rather than a clean checkout. However surely svn update should remove deleted files? Dunno what the bug is here. Changing to clean checkout for all Commons components seems unnecessary. But a temporary change + forced build + revert the change sh

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread Oliver Heger
Hm, seems that continuum operates on a dirty working copy. The class it reports a compilation error no longer exists in this package (it has been moved). Does anybody know how to fix this? [INFO] - [ERROR] COMPILATION ERROR : [INFO] -

[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 3 Build Definition (Java 1.6)

2013-09-11 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27463&projectId=72 Build statistics: State: Failed Previous State: Failed Started at: Wed 11 Sep 2013 20:20:07 + Finished at: Wed 11 Sep 2013 20:20:30 + Total time: 22s Build Trigger: Schedule Bui

[Lang] Could someone review/apply the patch for LANG-893?

2013-09-11 Thread Woonsan Ko
Hi, I want to use the default value option with StrSubstitutor (https://issues.apache.org/jira/browse/LANG-893) soon. I already uploaded a patch file for that in the issue. The patch is just checking the temporarily resolved variable name to see if there's any default value configuration. The