When I perform a second build where a QuickBuild Repository is defined and a label step is called I get the following build failiure. Not sure if this is the expected result or not. If it is, what would be the correct way of handling labeling from a QuickBuild repository?
2006-03-06 23:12:35,334 [Thread-9403] INFO - Step "eureac batch build" run successfully.
2006-03-06 23:12:35,334 [Thread-9403] INFO - Triggering step "eureca label".
2006-03-06 23:12:35,334 [Thread-9403] INFO - Checking necessary condition of step "eureca label".
2006-03-06 23:12:35,334 [Thread-9403] INFO - Condition satisfied, running step "eureca label".
2006-03-06 23:12:35,335 [Thread-9403] INFO - Labeling repository: eureca trunk repository
2006-03-06 23:12:35,336 [Thread-9403] INFO - Label source path: /
2006-03-06 23:12:35,337 [Thread-9403] INFO - Label url:
https://xxxxxxxxxxxxxxxxxxxx/svn/fares-service-tier/eureca/trunk/
2006-03-06 23:12:48,109 [Thread-9403] INFO - Labeling repository: cougar repostiry CI
2006-03-06 23:12:48,110 [Thread-9403] INFO - Attaching label "eureca-5_9_0-(build-43_0)" on remote build "cougar 1.4.4 (build 264.5)" of configuration "root.Web_Apps.cougar.Continuous_build" at server "
http://xxxxxxxxxxxxxxxxxx:7080/app.do".
2006-03-06 23:12:48,160 [Thread-9403] ERROR - Build failed.
com.pmease.quickbuild.QuickBuildRemoteException: java.lang.RuntimeException(Label "eureca-5_9_0-(build-43_0)"already exist in configuration "root.Web_Apps.cougar.Continuous_build".)
at com.pmease.quickbuild.interceptor.RemoteExceptionConverter.invoke(RemoteExceptionConverter.java:23)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174)
at $Proxy2.createLabelOnBuild(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:141)
at com.pmease.quickbuild.web.service.HessianService.service(HessianService.java:43)