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
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
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] -
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
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