View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040609023912Lbuild.81
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.41.2.35 | modified | loubyansky | varia/build.xml | Fixed build. On some machines build might fail with[jmxdoclet] XJavaDoc Ignoring class org.jboss.varia.stats.DataSourceInterceptor in C:\apps\JBoss\jboss-3.2.4-src\varia\output\gen-src\org\jboss\varia\stats\DataSourceInterceptor.java. It was generated (Tue Jun 08 09:46:36 PDT 2004) after XJavaDoc's timestamp was reset (Tue Jun 08 09:46:35 PDT 2004)compile-classes: [mkdir] Created dir: C:\apps\JBoss\jboss-3.2.4-src\varia\output\classes [javac] Compiling 183 source files to C:\apps\JBoss\jboss-3.2.4-src\varia\output\classes [javac] C:\apps\JBoss\jboss-3.2.4-src\varia\output\gen-src\org\jboss\varia\stats\DataSourceInterceptor.java:54: cannot resolve symbol [javac] symbol : class DataSourceInterceptorMBean [javac] location: class org.jboss.varia.stats.DataSourceInterceptor [javac] implements DataSource, DataSourceInterceptorMBean |
| 1.9.4.6 | modified | starksm | cluster/src/main/org/jboss/ha/framework/server/DistributedStateImpl.java | Exclude this node from the remove message receipt as well |
| 1.9.4.5 | modified | starksm | cluster/src/main/org/jboss/ha/framework/server/DistributedStateImpl.java | Restore the sematics of not sending the set/remove of this nodes value throughthe jgroups stack as this loses track of whether or not this node originatedthe change and breaks listeners that rely on this. |