|
From: Rob H. <ro...@ca...> - 2005-03-18 06:56:16
|
Plus the test passed in the nightly build - weird. Rob Harrop wrote: > I checked CVS and the XMLC libs are there so I have no idea why this > didn't pass? > > Rob > > Darren Davison wrote: > >> 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. >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |