[ https://issues.apache.org/jira/browse/ADFFACES-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492359 ]
Tim McConnell commented on ADFFACES-467: ---------------------------------------- Hi Adam, I get the following message when building MyFaces 1.2 using the maven-faces-plugin from the faces-1_2 branch. Do you happen to know what it is or how to resolve ?? [INFO] Building API [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [faces:generate-components {execution: default}] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. [WARNING] Missing <component-family> for "javax.faces.component.UIColumn", generation of this Component is skipped [WARNING] Missing <component-family> for "javax.faces.component.UIComponent", generation of this Component is skipped [WARNING] Missing <component-family> for "javax.faces.component.UIComponentBase", generation of this Component is skipped [WARNING] Missing <component-family> for "javax.faces.component.UIForm", generation of this Component is skipped [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] null [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.IllegalStateException at org.apache.myfaces.trinidadbuild.plugin.faces.generator.component.AbstractComponentGenerator.convertStringToBoxedLiteral(AbstractComponentGenerator.java:433) at org.apache.myfaces.trinidadbuild.plugin.faces.generator.component.TrinidadComponentGenerator.writePropertyConstants(TrinidadComponentGenerator.java:127) at org.apache.myfaces.trinidadbuild.plugin.faces.GenerateComponentsMojo._generateComponent(GenerateComponentsMojo.java:199) at org.apache.myfaces.trinidadbuild.plugin.faces.GenerateComponentsMojo._generateComponents(GenerateComponentsMojo.java:99) at org.apache.myfaces.trinidadbuild.plugin.faces.GenerateComponentsMojo.execute(GenerateComponentsMojo.java:54) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:420) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) 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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- Thanks, Tim McConnell > generated h.tld doesn't conform to schema > ----------------------------------------- > > Key: ADFFACES-467 > URL: https://issues.apache.org/jira/browse/ADFFACES-467 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Plugins > Affects Versions: 2.0.0-incubating-plugins-SNAPSHOT > Reporter: Paul McMahan > Attachments: MYFACES-1587.patch > > > The TLD at target/classes/META-INF/h.tld that is generated ( IIUC ) by the > maven plugin does not conform to the schema it references > http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd. See > GERONIMO-3038 for an exhaustive list of parse errors. > The file at core/impl/src/main/tld/myfaces_html.tld appears to be a more > accurate version of this TLD but does not end up in the myfaces-impl jar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.