<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE>.white {
        COLOR: #ffffff
}
.index {
        BACKGROUND-COLOR: #ffffff
}
.index-passed {
        COLOR: #004400
}
.index-failed {
        FONT-WEIGHT: bold; COLOR: #ff0000
}
.index-header {
        FONT-WEIGHT: bold
}
.link {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-DECORATION: none
}
.tab-table {
        MARGIN: 0em 0em 0.5em
}
.tabs {
        PADDING-RIGHT: 2em; PADDING-LEFT: 2em; FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 0em; COLOR: #000000; PADDING-TOP: 0em; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #eeeeee
}
.tabs-link {
        COLOR: #000000; TEXT-DECORATION: none
}
.tabs-link:visited {
        COLOR: #000000; TEXT-DECORATION: none
}
.tabs-selected {
        PADDING-RIGHT: 2em; PADDING-LEFT: 2em; FONT-WEIGHT: bold; FONT-SIZE: 8pt; PADDING-BOTTOM: 0em; COLOR: #000000; PADDING-TOP: 0em; FONT-FAMILY: arial,helvetica,sans-serif
}
.tabs-selected {
        BORDER-RIGHT: inset; BORDER-TOP: inset; BORDER-LEFT: inset; BORDER-BOTTOM: inset
}
.header-title {
        FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.header-label {
        FONT-WEIGHT: bold
}
.header-data {
        FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.modifications-data {
        FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.modifications-sectionheader {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #000066
}
.modifications-oddrow {
        BACKGROUND-COLOR: #cccccc
}
.modifications-evenrow {
        BACKGROUND-COLOR: #ffffcc
}
.changelists-oddrow {
        BACKGROUND-COLOR: #cccccc
}
.changelists-evenrow {
        BACKGROUND-COLOR: #ffffcc
}
.changelists-file-spacer {
        BACKGROUND-COLOR: #ffffff
}
.changelists-file-evenrow {
        BACKGROUND-COLOR: #eeeeee
}
.changelists-file-oddrow {
        BACKGROUND-COLOR: #ffffee
}
.changelists-file-header {
        FONT-SIZE: 8pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #666666
}
.compile-data {
        FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.compile-error-data {
        FONT-SIZE: 8pt; COLOR: #ff0000; FONT-FAMILY: arial,helvetica,sans-serif
}
.compile-warn-data {
        FONT-SIZE: 8pt; COLOR: #cc9900; FONT-FAMILY: arial,helvetica,sans-serif
}
.compile-sectionheader {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #000066
}
.distributables-data {
        FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.distributables-sectionheader {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #000066
}
.distributables-oddrow {
        BACKGROUND-COLOR: #cccccc
}
.unittests-sectionheader {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #000066
}
.unittests-oddrow {
        BACKGROUND-COLOR: #cccccc
}
.unittests-data {
        FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.unittests-error {
        FONT-SIZE: 8pt; COLOR: #ff0000; FONT-FAMILY: arial,helvetica,sans-serif
}
.checkstyle-oddrow {
        BACKGROUND-COLOR: #cccccc
}
.checkstyle-data {
        FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif
}
.checkstyle-sectionheader {
        FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #000066
}
</STYLE>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=609304617-11112006><FONT face=Arial color=#0000ff size=2>These
failures are due to tomcat:</FONT></SPAN></DIV>
<DIV><SPAN class=609304617-11112006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=609304617-11112006><PRE>buildmagic:init:
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
compile-classes:
[mkdir] Created dir: /services/cruisecontrol/checkout/jboss-head/tomcat/output/classes
[javac] Compiling 123 source files to /services/cruisecontrol/checkout/jboss-head/tomcat/output/classes
/services/cruisecontrol/checkout/jboss-head/tomcat/src/main/org/jboss/web/tomcat/tc6/WebCtxLoader.java:267: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
webContainer.getClass().getMethod("getCompilerClasspath", null);
^
/services/cruisecontrol/checkout/jboss-head/tomcat/src/main/org/jboss/web/tomcat/tc6/WebCtxLoader.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
Object baseClasspath = method.invoke(webContainer, null);
^
/services/cruisecontrol/checkout/jboss-head/tomcat/src/main/org/jboss/web/tomcat/tc6/jasper/JspServletOptions.java:43: org.jboss.web.tomcat.tc6.jasper.JspServletOptions is not abstract and does not override abstract method getDisplaySourceFragment() in org.apache.jasper.Options
public class JspServletOptions
^
/services/cruisecontrol/checkout/jboss-head/tomcat/src/main/org/jboss/web/tomcat/tc6/session/JBossCacheCluster.java:66: org.jboss.web.tomcat.tc6.session.JBossCacheCluster is not abstract and does not override abstract method removeManager(org.apache.catalina.Manager) in org.apache.catalina.Cluster
public class JBossCacheCluster
^
Note: * uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
2 warnings</PRE></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> qa@jboss.com [mailto:qa@jboss.com]
<BR><B>Sent:</B> 11 November 2006 16:36<BR><B>To:</B>
jboss-development@lists.jboss.org; kabir.khan@jboss.com;
qa@jboss.com<BR><B>Subject:</B> jboss-head-jdk-matrix Build
Failed<BR><B>Importance:</B> High<BR></FONT><BR></DIV>
<DIV></DIV>View results here -> <A
href="http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20061111110654">http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20061111110654</A>
<P>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0>
<TBODY>
<TR>
<TD class=header-title>BUILD FAILED</TD></TR>
<TR>
<TD class=header-data><SPAN class=header-label>Ant Error
Message: </SPAN>/services/cruisecontrol/work/scripts/build-jboss-common.xml:324:
The following error occurred while executing this line:
/services/cruisecontrol/work/scripts/build-jboss-common.xml:70: Exit code:
1 See compile_jdk15.log in Build Artifacts for details.</TD></TR>
<TR>
<TD class=header-data><SPAN class=header-label>Date of
build: </SPAN>11/11/2006 11:06:54</TD></TR>
<TR>
<TD class=header-data><SPAN class=header-label>Time to
build: </SPAN>28 minutes 1 second</TD></TR>
<TR>
<TD class=header-data><SPAN class=header-label>Last
changed: </SPAN>11/11/2006 10:54:45</TD></TR>
<TR>
<TD class=header-data><SPAN class=header-label>Last log
entry: </SPAN>Simplify the
aop-mc-aspect-beanx.xml</TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0
xmlns="http://www.w3.org/TR/html4/strict.dtd">
<P>
<P>
<P>
<P></P>
<TBODY></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0>
<TBODY>
<TR>
<TD class=unittests-sectionheader colSpan=4> Unit Tests: (0)
Total Errors and Failures: (0) </TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0>
<TBODY></TBODY></TABLE></TD></TR>
<TR></TR>
<TR>
<TD colSpan=2> </TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0>
<TBODY>
<TR>
<TD class=modifications-sectionheader colSpan=4> Modifications since
last build: (first 50 of 1) </TD></TR>
<TR class=modifications-evenrow>
<TD class=modifications-data>58261</TD>
<TD class=modifications-data>modified</TD>
<TD class=modifications-data>kabir.khan@jboss.com</TD>
<TD
class=modifications-data>//trunk/aspects/src/resources/META-INF/aop-mc-int-aspect-beans.xml</TD>
<TD class=modifications-data>Simplify the
aop-mc-aspect-beanx.xml</TD></TR></TBODY></TABLE>
<P>
<TABLE cellSpacing=0 cellPadding=2 width="98%" align=center border=0>
<TBODY></TBODY></TABLE></P></BODY></HTML>