|
From: Darren D. <da...@sh...> - 2005-03-18 07:13:48
|
1111130025
FAILED
[javac] this.xmlcContext = (XMLCContext) getWebApplicationContext().getServletContext().getAttribute(XMLCContext.CONTEXT_ATTRIBUTE);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:59: cannot resolve symbol
[javac] symbol : variable XMLCContext
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] this.xmlcContext = (XMLCContext) getWebApplicationContext().getServletContext().getAttribute(XMLCContext.CONTEXT_ATTRIBUTE);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:66: cannot resolve symbol
[javac] symbol : class XMLObject
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] XMLObject xo = createXMLObject(model, request, response, this.xmlcContext);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:69: cannot resolve symbol
[javac] symbol : class OutputOptions
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] OutputOptions oo = getOutputOptions();
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/XMLCContextLoader.java:45: cannot resolve symbol
[javac] symbol : class XMLCContext
[javac] location: class org.springframework.web.servlet.view.xmlc.XMLCContextLoader
[javac] XMLCContext ctx = XMLCContext.getContext(servletContext);
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/XMLCContextLoader.java:45: cannot resolve symbol
[javac] symbol : variable XMLCContext
[javac] location: class org.springframework.web.servlet.view.xmlc.XMLCContextLoader
[javac] XMLCContext ctx = XMLCContext.getContext(servletContext);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 17 errors
This is an automated mail from one of the SF Compile Farm machines.
The machine name noted in the subject encountered a failure building
or running the Spring test suite. The last few lines of the output
were included for info.
NB: No further mail will be sent from this machine until a
manual reset occurs on the cf-shell machine, although builds will
continue as scheduled.
See http://springframework.sourceforge.net/test/ for further
information.
|