|
From: Darren D. <da...@sh...> - 2005-03-18 05:14:23
|
1111122860
FAILED
[javac] protected abstract XMLObject createXMLObject(Map model, HttpServletRequest request,
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:34: cannot resolve symbol
[javac] symbol : class OutputOptions
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] private static final OutputOptions DEFAULT_OUTPUT_OPTIONS = new OutputOptions();
[javac] ^
[javac] /home/users/d/da/davison/checkouts/spring/src/org/springframework/web/servlet/view/xmlc/AbstractXmlcView.java:43: cannot resolve symbol
[javac] symbol : class 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:43: 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:50: 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:53: cannot resolve symbol
[javac] symbol : class OutputOptions
[javac] location: class org.springframework.web.servlet.view.xmlc.AbstractXmlcView
[javac] OutputOptions oo = getOutputOptions();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 13 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.
|