ConvertDateTimeTagBase is inside of SHARED On 4/18/06, Vesa Lindfors <[EMAIL PROTECTED]> wrote: > Hi, > > Many thanks of 1.1.2 core. > > I have understood that we should still build the sandbox jar with maven > (until official 1.1.2 versions available). > I tried twice: I took svn update, then I gave "maven clean" and "maven > install" - but both times the result was: > > Compiling 150 source files to > C:\Myfaces-1.1.2\current\core\impl\target\classes > [INFO] > ------------------------------------------------------------------------- > --- > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------- > --- > [INFO] Compilation failure > > C:\Myfaces-1.1.2\current\core\impl\src\main\java\org\apache\myfaces\taglib\core\ > ConvertDateTimeTag.java:[21,50] cannot resolve symbol > symbol : class ConvertDateTimeTagBase > location: package core > > C:\Myfaces-1.1.2\current\core\impl\src\main\java\org\apache\myfaces\taglib\core\ > ConvertDateTimeTag.java:[29,16] cannot resolve symbol > symbol : class ConvertDateTimeTagBase > location: class > org.apache.myfaces.taglib.core.ConvertDateTimeTag > > C:\Myfaces-1.1.2\current\core\impl\src\main\java\org\apache\myfaces\taglib\core\ > ConvertDateTimeTag.java:[40,8] cannot resolve symbol > symbol : variable super > location: class > org.apache.myfaces.taglib.core.ConvertDateTimeTag > > C:\Myfaces-1.1.2\current\core\impl\src\main\java\org\apache\myfaces\taglib\core\ > ConvertDateTimeTag.java:[41,8] cannot resolve symbol > symbol : method setConverterId ( java.lang.String) > location: class > org.apache.myfaces.taglib.core.ConvertDateTimeTag > > > br, > --- VLi --- > > > > On 4/18/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > > Don't know where this reference comes from - it's not there anymore in > > the current MyFaces sources. > > > > Did you get rid of the commons jar file? There is none in the new > > MyFaces-release. > > > > regards, > > > > Martin > > > > On 4/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > > Please pay attention to the fact that you cannot use this release of > > > > MyFaces Core with the MyFaces Tomahawk library in version 1.1.1 - it > > > > will only work with the Tomahawk library in version 1.1.2 and onward. > > > > > > I just downloaded the new core Version ( myfaces-core-1.1.2-bin.zip) > > > together with the latest Tomahawk > > > Snapshot(tomahawk-1.1.2-SNAPSHOT-bin.zip). > > > During startup, it gives me the following exception: > > > > > > javax.faces.FacesException : java.lang.NoClassDefFoundError: > > > > org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper > > > at > > > > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:279) > > > at > > > > org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:265) > > > at > > > > org.apache.myfaces.config.FacesConfigurator.configureLifecycle(FacesConfigurator.java:634) > > > at > > > > org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:133) > > > at > > > > org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:64) > > > at > > > > org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:47) > > > at > > > org.apache.catalina.core.StandardContext.listenerStart > (StandardContext.java:3727) > > > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4162) > > > at > > > > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java > :759) > > > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) > > > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) > > > at > > > org.apache.catalina.startup.HostConfig.deployDescriptor > (HostConfig.java:603) > > > at > > > > org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535) > > > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470) > > > at > org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118) > > > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310) > > > at > > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent > (LifecycleSupport.java:119) > > > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020) > > > at > org.apache.catalina.core.StandardHost.start(StandardHost.java:718) > > > at > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012) > > > at > org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442) > > > at > org.apache.catalina.core.StandardService.start > (StandardService.java:450) > > > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:700) > > > at > org.apache.catalina.startup.Catalina.start(Catalina.java:551) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0 > (Native Method) > > > at > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > > at > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java > :25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > > at > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java > :413) > > > > > > It?s right, there is definetely no > > > HtmlBufferResponseWriterWrapper.class in Tomahawk.jar. > How do i bring > > > it to work ? Any ideas where the missing classes are included ? > > > > > > > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > >
-- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jroller.com/page/mwessendorf mwessendorf-at-gmail-dot-com

