View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041104130614Lbuild.392

BUILD COMPLETE -  build.392
Date of build: 11/04/2004 13:06:14
Time to build: 19 minutes 56 seconds
Last changed: 11/04/2004 12:46:16
Last log entry: Added http invoker to invoker registry and stubbed out http server invoker. Adding simple http client invoker test for SOAP calls.

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (60)
1.13modifiedtelrodremoting/src/main/org/jboss/remoting/InvokerRegistry.javaAdded http invoker to invoker registry and stubbed out http server invoker. Adding simple http client invoker test for SOAP calls.
1.3modifiedtelrodremoting/src/main/org/jboss/remoting/transport/http/HTTPClientInvoker.javaAdded http invoker to invoker registry and stubbed out http server invoker. Adding simple http client invoker test for SOAP calls.
1.1addedtelrodremoting/src/main/org/jboss/remoting/transport/http/HTTPServerInvoker.javaAdded http invoker to invoker registry and stubbed out http server invoker. Adding simple http client invoker test for SOAP calls.
1.19modifiedremmtomcat/build.xml- commons-logging is now a dependency since it's been added to the core.
1.3modifiedkabkhanaspects/docs/index.htmlAdded docu for DbC aspect
1.3modifiedkabkhanaspects/docs/index.wikiAdded docu for DbC aspect
1.1addedkabkhanaspects/docs/reference/design_by_contract.htmlAdded docu for DbC aspect
1.1addedkabkhanaspects/docs/reference/design_by_contract.wikiAdded docu for DbC aspect
1.2modifiedkabkhanaspects/src/test/test/dbc/stack/Stack.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/condition/ConditionManager.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/condition/ConstructorConditionManager.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/condition/MethodConditionManager.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/Invariant.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/PostCond.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/PreCond.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/main/org/jboss/aspects/dbc/StaticInvariant.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/jdk15/org/jboss/aspects/dbc/Dbc.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/jdk15/org/jboss/aspects/dbc/Invariant.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/jdk15/org/jboss/aspects/dbc/PostCond.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/jdk15/org/jboss/aspects/dbc/PreCond.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/src/jdk15/org/jboss/aspects/dbc/StaticInvariant.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.2modifiedkabkhanaspects/docs/examples/dbc/test/dbc/stack/Stack.javaChanges to dbc aspect resulting from getting it to work with JDK 1.5Added example for jdk 1.5
1.7modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaadded logic to load element (storing was already implemented); moved here from TreeCache
1.180modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javaModifications to accommodate CacheLoaderInterceptor: moved some cache loading code to latter
1.30modifiedbelabancache/src/main/org/jboss/cache/TreeCacheView.javano message
1.3modifiedkabkhanaop/docs/reference/reference/en/modules/annotated.xmlMade changes to documentation arising from userquestions and changes: *Make sure that when run loadtime from ant, javac task needs fork="yes" *Point out that for report, need to instrument classes first [EMAIL PROTECTED] can be done at class level, use of this
1.7modifiedkabkhanaop/docs/reference/reference/en/modules/compiling.xmlMade changes to documentation arising from userquestions and changes: *Make sure that when run loadtime from ant, javac task needs fork="yes" *Point out that for report, need to instrument classes first [EMAIL PROTECTED] can be done at class level, use of this
1.12modifiedkabkhanaop/docs/reference/reference/en/modules/running.xmlMade changes to documentation arising from userquestions and changes: *Make sure that when run loadtime from ant, javac task needs fork="yes" *Point out that for report, need to instrument classes first [EMAIL PROTECTED] can be done at class level, use of this
1.2modifiedloubyanskytestsuite/src/resources/xml/person.dtdchanged XML names to not match corresponding Java identifiers for default XML names to Java identifier mapping algorithm tests
1.3modifiedloubyanskytestsuite/src/resources/xml/person.xmlchanged XML names to not match corresponding Java identifiers for default XML names to Java identifier mapping algorithm tests
1.2modifiedloubyanskytestsuite/src/resources/xml/person.xsdchanged XML names to not match corresponding Java identifiers for default XML names to Java identifier mapping algorithm tests
1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/MappingObjectModelFactory.javause the default xml name to Java identifier mapping algorithm
1.2modifiedloubyanskycommon/src/main/org/jboss/xml/binding/MappingObjectModelProvider.javause the default xml name to Java identifier mapping algorithm
1.7modifiedremmtomcat/src/webapps/ROOT.war/index.html- Updates to resource files.
1.6modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/lock/SimpleReadWriteEJBLock.javafixed [ 935196 ] NullPointerException in SimpleReadWriteEJBLock
1.5modifiedremmtomcat/src/resources/web.xml- Updates to resource files.
1.2modifiedremmtomcat/src/resources/server.xml- Updates to resource files.
1.9modifiedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/AnnotatedTestCase.javaAdded support for annotating POJOs with @Prepare
1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/PreparedPOJO.javaAdded support for annotating POJOs with @Prepare
1.10modifiedkabkhanaop/src/test/org/jboss/test/aop/annotated/AnnotatedTestCase.javaAdded support for annotating POJOs with @Prepare
1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/PreparedPOJO.javaAdded support for annotating POJOs with @Prepare
1.16modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaAdded support for annotating POJOs with @Prepare
1.2modifiedkabkhanaop/src/jdk15/org/jboss/aop/Prepare.javaAdded support for annotating POJOs with @Prepare
1.5modifiedremmthirdparty/apache-tomcat55/README- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/catalina-manager.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/catalina-optional.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/catalina.jar- Update to Tomcat 5.5.4.
1.2deletedremmthirdparty/apache-tomcat55/commons-logging.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/jasper-compiler.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/jasper-runtime.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/naming-resources.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/servlets-cgi.renametojar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/servlets-default.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/servlets-invoker.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/servlets-ssi.renametojar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/servlets-webdav.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/tomcat-ajp.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/tomcat-coyote.jar- Update to Tomcat 5.5.4.
1.3modifiedremmthirdparty/apache-tomcat55/tomcat-http.jar- Update to Tomcat 5.5.4.
1.4modifiedremmthirdparty/apache-tomcat55/tomcat-util.jar- Update to Tomcat 5.5.4.

Reply via email to