Author: a.izobov
Date: 2007-03-23 11:32:37 -0400 (Fri, 23 Mar 2007)
New Revision: 127
Added:
trunk/richfaces/dropdown-menu/
trunk/richfaces/dropdown-menu/.svnignore
trunk/richfaces/dropdown-menu/pom.xml
trunk/richfaces/dropdown-menu/src/
trunk/richfaces/dropdown-menu/src/main/
trunk/richfaces/dropdown-menu/src/main/config/
trunk/richfaces/dropdown-menu/src/main/config/component/
trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
trunk/richfaces/dropdown-menu/src/main/java/
trunk/richfaces/dropdown-menu/src/main/java/org/
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/component/
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/component/UIDropDownMenu.java
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/html/
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java
trunk/richfaces/dropdown-menu/src/main/resources/
trunk/richfaces/dropdown-menu/src/main/resources/org/
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss
trunk/richfaces/dropdown-menu/src/main/templates/
trunk/richfaces/dropdown-menu/src/main/templates/org/
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx
trunk/richfaces/dropdown-menu/src/test/
trunk/richfaces/dropdown-menu/src/test/java/
trunk/richfaces/dropdown-menu/src/test/java/org/
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/component/
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/component/JSFComponentTest.java
trunk/richfaces/menu-components/
trunk/richfaces/menu-components/.svnignore
trunk/richfaces/menu-components/pom.xml
trunk/richfaces/menu-components/src/
trunk/richfaces/menu-components/src/main/
trunk/richfaces/menu-components/src/main/config/
trunk/richfaces/menu-components/src/main/config/component/
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
trunk/richfaces/menu-components/src/main/java/
trunk/richfaces/menu-components/src/main/java/org/
trunk/richfaces/menu-components/src/main/java/org/richfaces/
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuGroup.java
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuItem.java
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuSeparator.java
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuGroupRendererBase.java
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuItemRendererBase.java
trunk/richfaces/menu-components/src/main/resources/
trunk/richfaces/menu-components/src/main/resources/org/
trunk/richfaces/menu-components/src/main/resources/org/richfaces/
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
trunk/richfaces/menu-components/src/main/templates/
trunk/richfaces/menu-components/src/main/templates/org/
trunk/richfaces/menu-components/src/main/templates/org/richfaces/
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuGroup.jspx
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx
trunk/richfaces/menu-components/src/test/
trunk/richfaces/menu-components/src/test/java/
trunk/richfaces/menu-components/src/test/java/org/
trunk/richfaces/menu-components/src/test/java/org/richfaces/
trunk/richfaces/menu-components/src/test/java/org/richfaces/component/
trunk/richfaces/menu-components/src/test/java/org/richfaces/component/JSFComponentTest.java
trunk/richfaces/out
Log:
Added: trunk/richfaces/dropdown-menu/.svnignore
===================================================================
--- trunk/richfaces/dropdown-menu/.svnignore (rev 0)
+++ trunk/richfaces/dropdown-menu/.svnignore 2007-03-23 15:32:37 UTC (rev 127)
@@ -0,0 +1,4 @@
+target
+.project
+.classpath
+.settings
Added: trunk/richfaces/dropdown-menu/pom.xml
===================================================================
--- trunk/richfaces/dropdown-menu/pom.xml (rev 0)
+++ trunk/richfaces/dropdown-menu/pom.xml 2007-03-23 15:32:37 UTC (rev 127)
@@ -0,0 +1,47 @@
+<?xml version="1.0"?><project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>richfaces-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.0.1-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>dropdown-menu</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.ajax4jsf.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>1.1.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>dropdown-menu</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>menu-components</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
===================================================================
--- trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml
(rev 0)
+++ trunk/richfaces/dropdown-menu/src/main/config/component/dropdownmenu.xml 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<components>
+ <component>
+ <name>org.richfaces.DropDownMenu</name>
+ <family>org.richfaces.DropDownMenu</family>
+ <classname>org.richfaces.component.html.HtmlDropDownMenu</classname>
+ <superclass>org.richfaces.component.UIDropDownMenu</superclass>
+ <description>
+ <![CDATA[ ]]>
+ </description>
+
+ <renderer generate="true" override="true">
+ <name>org.richfaces.DropDownMenuRenderer</name>
+ <template>org/richfaces/htmlDropDownMenu.jspx</template>
+ </renderer>
+
+ <tag>
+ <name>dropdownmenu</name>
+ <classname>org.richfaces.taglib.DropDownMenuTag</classname>
+ <superclass>
+ org.ajax4jsf.framework.taglib.HtmlComponentTagBase
+ </superclass>
+ </tag>
+
+ <taghandler generate="true">
+
<classname>org.richfaces.taglib.DropDownMenuTagHandler</classname>
+
<superclass>com.sun.facelets.tag.jsf.ComponentHandler</superclass>
+ </taghandler>
+
+
+ <property>
+ <name>id</name>
+ <classname>java.lang.String</classname>
+ <description>
+ </description>
+ </property>
+
+ </component>
+</components>
Added:
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/component/UIDropDownMenu.java
===================================================================
---
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/component/UIDropDownMenu.java
(rev 0)
+++
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/component/UIDropDownMenu.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,34 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import javax.faces.component.UIComponentBase;
+
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIDropDownMenu extends UIComponentBase {
+
+
+}
Added:
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java
===================================================================
---
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java
(rev 0)
+++
trunk/richfaces/dropdown-menu/src/main/java/org/richfaces/renderkit/html/DropDownMenuRendererBase.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,38 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.renderkit.html;
+
+import org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase;
+import org.richfaces.component.UIDropDownMenu;
+
+
+public class DropDownMenuRendererBase extends HeaderResourcesRendererBase {
+
+ protected Class getComponentClass() {
+ return UIDropDownMenu.class;
+ }
+
+ public boolean getRendersChildren() {
+ return true;
+ }
+
+}
Added:
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss
===================================================================
---
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss
(rev 0)
+++
trunk/richfaces/dropdown-menu/src/main/resources/org/richfaces/renderkit/html/css/dropdownmenu.xcss 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template
xmlns:f='http:/jsf.exadel.com/template'
+
xmlns:u='http:/jsf.exadel.com/template/util'
+
xmlns="http://www.w3.org/1999/xhtml" >
+
+<f:verbatim><![CDATA[
+
+]]>
+
+</f:verbatim>
+
+
+</f:template>
Added:
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx
===================================================================
--- trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx
(rev 0)
+++
trunk/richfaces/dropdown-menu/src/main/templates/org/richfaces/htmlDropDownMenu.jspx 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:root
+
xmlns:f="http://ajax4jsf.org/cdk/template"
+ xmlns:c="
http://java.sun.com/jsf/core"
+ xmlns:ui="
http://ajax4jsf.org/cdk/ui"
+ xmlns:u="
http://ajax4jsf.org/cdk/u"
+ xmlns:x="
http://ajax4jsf.org/cdk/x"
+ baseclass="org.richfaces.renderkit.html.DropDownMenuRendererBase"
+ class="org.richfaces.renderkit.html.DropDownMenuRenderer"
+ component="org.richfaces.component.UIDropDownMenu"
+ >
+ <h:styles>css/dropdownmenu.xcss</h:styles>
+
+ <h:scripts>
+ new org.ajax4jsf.framework.resource.PrototypeScript(),
+ new org.ajax4jsf.framework.ajax.AjaxScript(),
+ </h:scripts>
+
+ <f:clientid var="clientId"/>
+ <jsp:scriptlet>
+ <![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
+ </jsp:scriptlet>
+ <div id="#{clientId}" name="#{clientId}">
+ </div>
+</f:root>
\ No newline at end of file
Added:
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/component/JSFComponentTest.java
===================================================================
---
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/component/JSFComponentTest.java
(rev 0)
+++
trunk/richfaces/dropdown-menu/src/test/java/org/richfaces/component/JSFComponentTest.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,53 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+import javax.faces.component.UIComponent;
+
+/**
+ * Unit test for simple Component.
+ */
+public class JSFComponentTest
+ extends TestCase
+{
+ /**
+ * Create the test case
+ *
+ * @param testName name of the test case
+ */
+ public JSFComponentTest( String testName )
+ {
+ super( testName );
+ }
+
+
+ /**
+ * Rigourous Test :-)
+ */
+ public void testComponent()
+ {
+ assertTrue( true );
+ }
+}
Added: trunk/richfaces/menu-components/.svnignore
===================================================================
--- trunk/richfaces/menu-components/.svnignore (rev 0)
+++ trunk/richfaces/menu-components/.svnignore 2007-03-23 15:32:37 UTC (rev 127)
@@ -0,0 +1,4 @@
+target
+.project
+.classpath
+.settings
Added: trunk/richfaces/menu-components/pom.xml
===================================================================
--- trunk/richfaces/menu-components/pom.xml (rev 0)
+++ trunk/richfaces/menu-components/pom.xml 2007-03-23 15:32:37 UTC (rev 127)
@@ -0,0 +1,42 @@
+<?xml version="1.0"?><project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>richfaces-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.0.1-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>menu-components</artifactId>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.ajax4jsf.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>1.1.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>menu-components</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces</groupId>
+ <artifactId>common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Added: trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
===================================================================
--- trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml
(rev 0)
+++
trunk/richfaces/menu-components/src/main/config/component/menucomponents.xml 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN"
"https://ajax4jsf.dev.java.net/nonav/dtds/component-config.dtd" >
+<components>
+ <component>
+ <name>org.richfaces.MenuGroup</name>
+ <family>org.richfaces.DropDownMenu</family>
+ <classname>org.richfaces.component.html.HtmlMenuGroup</classname>
+ <superclass>org.richfaces.component.UIMenuGroup</superclass>
+ <description>
+ <![CDATA[ ]]>
+ </description>
+
+ <renderer generate="true" override="true">
+ <name>org.richfaces.MenuGroupRenderer</name>
+ <template>org/richfaces/htmlMenuGroup.jspx</template>
+ </renderer>
+
+
+ <tag>
+ <name>MenuGroup</name>
+ <classname>org.richfaces.taglib.MenuGroupTag</classname>
+ <superclass>
+ org.ajax4jsf.framework.taglib.HtmlComponentTagBase
+ </superclass>
+ </tag>
+
+
+ <property>
+ <name>id</name>
+ <classname>java.lang.String</classname>
+ <description>
+ </description>
+ </property>
+
+ </component>
+ <component>
+ <name>org.richfaces.MenuItem</name>
+ <family>org.richfaces.DropDownMenu</family>
+ <classname>org.richfaces.component.html.HtmlMenuItem</classname>
+ <superclass>org.richfaces.component.UIMenuItem</superclass>
+ <description>
+ <![CDATA[ ]]>
+ </description>
+
+ <renderer generate="true" override="true">
+ <name>org.richfaces.MenuItemRenderer</name>
+ <template>org/richfaces/htmlMenuItem.jspx</template>
+ </renderer>
+
+
+ <tag>
+ <name>MenuItem</name>
+ <classname>org.richfaces.taglib.MenuItemTag</classname>
+ <superclass>
+ org.ajax4jsf.framework.taglib.HtmlComponentTagBase
+ </superclass>
+ </tag>
+
+
+ <property>
+ <name>id</name>
+ <classname>java.lang.String</classname>
+ <description>
+ </description>
+ </property>
+
+ </component>
+ <component>
+ <name>org.richfaces.MenuSeparator</name>
+ <family>org.richfaces.DropDownMenu</family>
+ <classname>org.richfaces.component.html.HtmlMenuSeparator</classname>
+ <superclass>org.richfaces.component.UIMenuSeparator</superclass>
+ <description>
+ <![CDATA[ ]]>
+ </description>
+
+ <renderer generate="true" override="true">
+ <name>org.richfaces.MenuSeparatorRenderer</name>
+ <template>org/richfaces/htmlMenuSeparator.jspx</template>
+ </renderer>
+
+
+ <tag>
+ <name>MenuSeparator</name>
+ <classname>org.richfaces.taglib.MenuSeparatorTag</classname>
+ <superclass>
+ org.ajax4jsf.framework.taglib.HtmlComponentTagBase
+ </superclass>
+ </tag>
+
+
+ <property>
+ <name>id</name>
+ <classname>java.lang.String</classname>
+ <description>
+ </description>
+ </property>
+
+ </component>
+</components>
Added:
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuGroup.java
===================================================================
---
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuGroup.java
(rev 0)
+++
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuGroup.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,33 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import javax.faces.component.UIOutput;
+
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIMenuGroup extends UIOutput {
+
+}
Added:
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuItem.java
===================================================================
--- trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuItem.java
(rev 0)
+++
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuItem.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,33 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import javax.faces.component.UIOutput;
+
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIMenuItem extends UIOutput {
+
+}
Added:
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuSeparator.java
===================================================================
---
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuSeparator.java
(rev 0)
+++
trunk/richfaces/menu-components/src/main/java/org/richfaces/component/UIMenuSeparator.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,33 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import javax.faces.component.UIComponentBase;
+
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIMenuSeparator extends UIComponentBase {
+
+}
Added:
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuGroupRendererBase.java
===================================================================
---
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuGroupRendererBase.java
(rev 0)
+++
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuGroupRendererBase.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,39 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.renderkit.html;
+
+import org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase;
+import org.richfaces.component.UIMenuGroup;
+
+
+
+public class MenuGroupRendererBase extends HeaderResourcesRendererBase {
+
+ protected Class getComponentClass() {
+ return UIMenuGroup.class;
+ }
+
+ public boolean getRendersChildren() {
+ return true;
+ }
+
+}
Added:
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuItemRendererBase.java
===================================================================
---
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuItemRendererBase.java
(rev 0)
+++
trunk/richfaces/menu-components/src/main/java/org/richfaces/renderkit/html/MenuItemRendererBase.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,44 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.renderkit.html;
+
+import java.io.IOException;
+
+import javax.faces.component.UIComponent;
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase;
+import org.richfaces.component.UIMenuItem;
+
+
+
+public class MenuItemRendererBase extends HeaderResourcesRendererBase {
+
+ protected Class getComponentClass() {
+ return UIMenuItem.class;
+ }
+
+ public boolean getRendersChildren() {
+ return true;
+ }
+
+}
Added:
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
===================================================================
---
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss
(rev 0)
+++
trunk/richfaces/menu-components/src/main/resources/org/richfaces/renderkit/html/css/menucomponents.xcss 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:template
xmlns:f='http:/jsf.exadel.com/template'
+
xmlns:u='http:/jsf.exadel.com/template/util'
+
xmlns="http://www.w3.org/1999/xhtml" >
+
+<f:verbatim><![CDATA[
+
+
+]]>
+
+</f:verbatim>
+
+
+</f:template>
Added:
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuGroup.jspx
===================================================================
--- trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuGroup.jspx
(rev 0)
+++
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuGroup.jspx 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:root
+
xmlns:f="http://ajax4jsf.org/cdk/template"
+ xmlns:c="
http://java.sun.com/jsf/core"
+ xmlns:ui="
http://ajax4jsf.org/cdk/ui"
+ xmlns:u="
http://ajax4jsf.org/cdk/u"
+ xmlns:x="
http://ajax4jsf.org/cdk/x"
+ baseclass="org.richfaces.renderkit.html.MenuGroupRendererBase"
+ class="org.richfaces.renderkit.html.MenuGroupRenderer"
+ component="org.richfaces.component.UIMenuGroup"
+ >
+ <h:styles>css/menucomponents.xcss</h:styles>
+
+ <h:scripts>
+ new org.ajax4jsf.framework.resource.PrototypeScript(),
+ new org.ajax4jsf.framework.ajax.AjaxScript(),
+ </h:scripts>
+
+ <f:clientid var="clientId"/>
+ <div id="#{clientId}" name="#{clientId}">
+ </div>
+</f:root>
\ No newline at end of file
Added: trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx
===================================================================
--- trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx
(rev 0)
+++
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:root
+
xmlns:f="http://ajax4jsf.org/cdk/template"
+ xmlns:c="
http://java.sun.com/jsf/core"
+ xmlns:ui="
http://ajax4jsf.org/cdk/ui"
+ xmlns:u="
http://ajax4jsf.org/cdk/u"
+ xmlns:x="
http://ajax4jsf.org/cdk/x"
+ baseclass="org.richfaces.renderkit.html.MenuItemRendererBase"
+ class="org.richfaces.renderkit.html.MenuItemRenderer"
+ component="org.richfaces.component.UIMenuItem"
+ >
+ <h:styles>css/menucomponents.xcss</h:styles>
+
+ <h:scripts>
+ new org.ajax4jsf.framework.resource.PrototypeScript(),
+ new org.ajax4jsf.framework.ajax.AjaxScript(),
+ </h:scripts>
+
+ <f:clientid var="clientId"/>
+ <div id="#{clientId}" name="#{clientId}">
+ </div>
+</f:root>
\ No newline at end of file
Added:
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx
===================================================================
---
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx
(rev 0)
+++
trunk/richfaces/menu-components/src/main/templates/org/richfaces/htmlMenuSeparator.jspx 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<f:root
+
xmlns:f="http://ajax4jsf.org/cdk/template"
+ xmlns:c="
http://java.sun.com/jsf/core"
+ xmlns:ui="
http://ajax4jsf.org/cdk/ui"
+ xmlns:u="
http://ajax4jsf.org/cdk/u"
+ xmlns:x="
http://ajax4jsf.org/cdk/x"
+ baseclass="org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase"
+ class="org.richfaces.renderkit.html.MenuSeparatorRenderer"
+ component="org.richfaces.component.UIMenuSeparator"
+ >
+ <h:styles>css/menucomponents.xcss</h:styles>
+
+ <f:clientid var="clientId"/>
+ <div id="#{clientId}" name="#{clientId}">
+ </div>
+</f:root>
\ No newline at end of file
Added:
trunk/richfaces/menu-components/src/test/java/org/richfaces/component/JSFComponentTest.java
===================================================================
---
trunk/richfaces/menu-components/src/test/java/org/richfaces/component/JSFComponentTest.java
(rev 0)
+++
trunk/richfaces/menu-components/src/test/java/org/richfaces/component/JSFComponentTest.java 2007-03-23
15:32:37 UTC (rev 127)
@@ -0,0 +1,53 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+import javax.faces.component.UIComponent;
+
+/**
+ * Unit test for simple Component.
+ */
+public class JSFComponentTest
+ extends TestCase
+{
+ /**
+ * Create the test case
+ *
+ * @param testName name of the test case
+ */
+ public JSFComponentTest( String testName )
+ {
+ super( testName );
+ }
+
+
+ /**
+ * Rigourous Test :-)
+ */
+ public void testComponent()
+ {
+ assertTrue( true );
+ }
+}
Added: trunk/richfaces/out
===================================================================
--- trunk/richfaces/out (rev 0)
+++ trunk/richfaces/out 2007-03-23 15:32:37 UTC (rev 127)
@@ -0,0 +1,2954 @@
++ Error stacktraces are turned on.
+[INFO] Scanning for projects...
+[INFO] Reactor build order:
+[INFO] RichFaces Components
+[INFO] common
+[INFO] Unnamed - org.richfaces:drag-drop:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:panel:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:panelbar:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:dataFilterSlider:jar:1.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:gmap:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:separator:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:spacer:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:paint2D:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:togglePanel:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:tabPanel:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:simpleTogglePanel:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:toolBar:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:inputnumber-slider:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:inputnumber-spinner:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:tree:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:suggestionbox:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:dataTable:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:modal-panel:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:datascroller:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:menu-components:jar:3.0.1-SNAPSHOT
+[INFO] Unnamed - org.richfaces:dropdown-menu:jar:3.0.1-SNAPSHOT
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building RichFaces Components
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\target\classes
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\target\test-classes
+[INFO] [site:attach-descriptor]
+[INFO] Preparing source:jar
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] NOT adding sources to attached artifacts for packaging: 'pom'.
+[INFO] [install:install]
+[INFO] Installing C:\projects\jboss\richfaces\richfaces\pom.xml to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\richfaces-parent\3.0.1-SNAPSHOT\richfaces-parent-3.0.1-SNAPSHOT.pom
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building common
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\common\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\common\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\common\target\test-classes
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] snapshot org.ajax4jsf:ajax4jsf:1.1.1-SNAPSHOT: checking for updates from
maven2-snapshots.jboss.org
+[WARNING] repository metadata for: 'snapshot
org.ajax4jsf:ajax4jsf:1.1.1-SNAPSHOT' could not be retrieved from repository:
maven2-snapshots.jboss.org due to an error: Error transferring file
+[INFO] Repository 'maven2-snapshots.jboss.org' will be blacklisted
+[WARNING]
+ Artifact javax.servlet:servlet-api:jar:2.4:provided retains local scope
'provided' overriding broader scope 'compile'
+ given by a dependency. If this is not intended, modify or remove the local scope.
+
+[INFO] [compiler:compile]
+[INFO] Compiling 35 source files to
C:\projects\jboss\richfaces\richfaces\common\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] No sources to compile
+[INFO] [surefire:test]
+[INFO] No tests to run.
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\common\target\common-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\common\target\common-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\common\target\common-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\common\3.0.1-SNAPSHOT\common-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\common\target\common-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\common\3.0.1-SNAPSHOT\common-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:drag-drop:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] snapshot org.ajax4jsf.cdk:maven-cdk-plugin:1.1.1-SNAPSHOT: checking for updates
from
maven2-snapshots.jboss.org
+[WARNING] repository metadata for: 'snapshot
org.ajax4jsf.cdk:maven-cdk-plugin:1.1.1-SNAPSHOT' could not be retrieved from
repository:
maven2-snapshots.jboss.org due to an error: Error transferring file
+[INFO] Repository 'maven2-snapshots.jboss.org' will be blacklisted
+[INFO] snapshot org.ajax4jsf.cdk:maven-cdk-plugin:1.1.1-SNAPSHOT: checking for updates
from
maven2-snapshots.jboss.org
+[WARNING] repository metadata for: 'snapshot
org.ajax4jsf.cdk:maven-cdk-plugin:1.1.1-SNAPSHOT' could not be retrieved from
repository:
maven2-snapshots.jboss.org due to an error: Error transferring file
+[INFO] Repository 'maven2-snapshots.jboss.org' will be blacklisted
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\drag-drop\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\drag-drop\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\drag-drop\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 17 source files to
C:\projects\jboss\richfaces\richfaces\drag-drop\target\classes
+[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
+[INFO] Setting property: velocimacro.messages.on => 'false'.
+[INFO] Setting property: resource.loader => 'classpath'.
+[INFO] Setting property: resource.manager.logwhenfound => 'false'.
+[INFO] **************************************************************
+[INFO] Starting Jakarta Velocity v1.4
+[INFO] RuntimeInstance initializing.
+[INFO] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
+[INFO] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
+[INFO] Resource Loader Instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
+[INFO] ClasspathResourceLoader : initialization starting.
+[INFO] ClasspathResourceLoader : initialization complete.
+[INFO] ResourceCache : initialized. (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
+[INFO] Default ResourceManager initialization complete.
+[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include
+[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+[INFO] Created: 20 parsers.
+[INFO] Velocimacro : initialization starting.
+[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm
+[ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any
resource loader.
+[INFO] Velocimacro : error using VM library template VM_global_library.vm :
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource
'VM_global_library.vm'
+[INFO] Velocimacro : VM library template macro registration complete.
+[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates
+[INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace
previous VM definitions
+[INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in
scope if allowed.
+[INFO] Velocimacro : initialization complete.
+[INFO] Velocity successfully started.
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\drag-drop\src\main\config\component\dndParam.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\drag-drop\src\main\config\component\dragIndicator.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\drag-drop\src\main\config\component\dragSupport.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\drag-drop\src\main\config\component\dropSupport.xml
+[INFO] Create class file org.richfaces.component.html.HtmlDndParam
+[INFO] Create class file org.richfaces.component.html.HtmlDragIndicator
+[INFO] Create class file org.richfaces.component.html.HtmlDragSupport
+[INFO] Create class file org.richfaces.component.html.HtmlDropSupport
+Error load class: org.richfaces.component.html.HtmlDragIndicator
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDragIndicator
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDragIndicator, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIDragIndicator, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.DragIndicatorRendererBase
+class : org.richfaces.renderkit.DragIndicatorRendererBase
+ method : encodeChildScripts
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.DragIndicatorRendererBase
+ method : encodeChildScripts
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDragIndicator]
+Method found, return type : void
+encodeChildScripts(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlDndParam
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDragIndicator
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDragSupport
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDropSupport
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.DndParam included to taglib dnd
+[INFO] Component org.richfaces.DragIndicator included to taglib dnd
+[INFO] Component org.richfaces.DragSupport included to taglib dnd
+[INFO] Component org.richfaces.DropSupport included to taglib dnd
+[INFO] Component org.richfaces.DndParam included to taglib dnd
+[INFO] Component org.richfaces.DragIndicator included to taglib dnd
+[INFO] Component org.richfaces.DragSupport included to taglib dnd
+[INFO] Component org.richfaces.DropSupport included to taglib dnd
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 12 source files to
C:\projects\jboss\richfaces\richfaces\drag-drop\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\drag-drop\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\drag-drop\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\drag-drop\target\drag-drop-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\drag-drop\target\drag-drop-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\drag-drop\target\drag-drop-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\drag-drop\3.0.1-SNAPSHOT\drag-drop-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\drag-drop\target\drag-drop-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\drag-drop\3.0.1-SNAPSHOT\drag-drop-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:panel:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\panel\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\panel\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\panel\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\panel\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\panel\src\main\config\component\panel.xml
+[INFO] Create class file org.richfaces.component.html.HtmlPanel
+Error load class: org.richfaces.component.html.HtmlPanel
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIPanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase
+class : org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.ajax4jsf.framework.renderer.HeaderResourcesRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIPanel]
+Method found, return type : void
+renderChildren(context, component)
+[INFO] Create tag class file org.richfaces.component.html.HtmlPanel
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.panel included to taglib panel
+[INFO] Component org.richfaces.panel included to taglib panel
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\panel\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\panel\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\panel\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\panel\target\panel-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\panel\target\panel-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\panel\target\panel-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\panel\3.0.1-SNAPSHOT\panel-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\panel\target\panel-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\panel\3.0.1-SNAPSHOT\panel-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:panelbar:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\panelbar\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\panelbar\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\panelbar\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\panelbar\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\panelbar\src\main\config\component\panelbar.xml
+[ERROR] Class java.lang.String for property value not equals with real bean property
type: java.lang.Object
+[ERROR] Class java.lang.String for property value not equals with real bean property
type: java.lang.Object
+[INFO] Create class file org.richfaces.component.html.HtmlPanelBar
+[INFO] Create class file org.richfaces.component.html.HtmlPanelBarItem
+Error load class: org.richfaces.component.html.HtmlPanelBar
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIPanelBar
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : height
+Processing function : this:height
+Processing function : this
+Processing function : width
+Processing function : this:width
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.PanelBarRendererBase
+class : org.richfaces.renderkit.html.PanelBarRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.html.PanelBarRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIPanelBar]
+Method found, return type : void
+renderChildren(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIPanelBar
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : expanded
+Processing function : this:expanded
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Error load class: org.richfaces.component.html.HtmlPanelBarItem
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIPanelBarItem
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: panel
+propertyObject: org.richfaces.component.UIPanelBar
+Object: org.richfaces.component.UIPanelBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.PanelBarItemRendererBase
+class : org.richfaces.renderkit.html.PanelBarItemRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.html.PanelBarItemRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIPanelBarItem]
+Method found, return type : void
+renderChildren(context, component)
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIPanelBarItem, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlPanelBar
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlPanelBarItem
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.PanelBar included to taglib panelbar
+[INFO] Component org.richfaces.PanelBarItem included to taglib panelbar
+[INFO] Component org.richfaces.PanelBar included to taglib panelbar
+[INFO] Component org.richfaces.PanelBarItem included to taglib panelbar
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 6 source files to
C:\projects\jboss\richfaces\richfaces\panelbar\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\panelbar\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\panelbar\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\panelbar\target\panelbar-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\panelbar\target\panelbar-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\panelbar\target\panelbar-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\panelbar\3.0.1-SNAPSHOT\panelbar-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\panelbar\target\panelbar-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\panelbar\3.0.1-SNAPSHOT\panelbar-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:dataFilterSlider:jar:1.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 13 source files to
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\src\main\config\component\dataFilterSlider.xml
+[INFO] Create class file org.richfaces.component.html.HtmlDataFilterSlider
+Error load class: org.richfaces.component.html.HtmlDataFilterSlider
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataFltrSlider
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: styleClass
+propertyObject: java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: rangeStyleClass
+propertyObject: java.lang.String
+Object: org.richfaces.component.UIDataFltrSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: trailerStyleClass
+propertyObject: java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: trackStyleClass
+propertyObject: java.lang.String
+Object: org.richfaces.component.UIDataFltrSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: handleStyleClass
+propertyObject: java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: fieldStyleClass
+propertyObject: java.lang.String
+Object: org.richfaces.component.UIDataFltrSlider, property: handleValue
+propertyObject: java.lang.Integer
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataFltrSlider, property: handleValue
+propertyObject: java.lang.Integer
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : renderSliderJs1
+Processing function : this:renderSliderJs1
+Processing function : this
+Processing function : renderSliderJs2
+Processing function : this:renderSliderJs2
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataFilterSlider
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[INFO] Component org.richfaces.DataFilterSlider included to taglib dataFilterSlider
+[INFO] Component org.richfaces.DataFilterSlider included to taglib dataFilterSlider
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\dataFilterSlider-1.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\dataFilterSlider-1.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\dataFilterSlider-1.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dataFilterSlider\1.1-SNAPSHOT\dataFilterSlider-1.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dataFilterSlider\target\dataFilterSlider-1.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dataFilterSlider\1.1-SNAPSHOT\dataFilterSlider-1.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:gmap:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\gmap\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\gmap\target\classes
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\gmap\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\gmap\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\gmap\src\main\config\component\gmap.xml
+[INFO] Create class file org.richfaces.component.html.HtmlGmap
+Error load class: org.richfaces.component.html.HtmlGmap
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIGmap
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIGmap, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlGmap
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.Gmap included to taglib gmap
+[INFO] Component org.richfaces.Gmap included to taglib gmap
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\gmap\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\gmap\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\gmap\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\gmap\target\gmap-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\gmap\target\gmap-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\gmap\target\gmap-3.0.1-SNAPSHOT.jar to C:\Documents
and
Settings\Andrey\.m2\repository\org\richfaces\gmap\3.0.1-SNAPSHOT\gmap-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\gmap\target\gmap-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\gmap\3.0.1-SNAPSHOT\gmap-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:separator:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\separator\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\separator\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\separator\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\separator\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\separator\src\main\config\component\separator.xml
+[INFO] Create class file org.richfaces.component.html.HtmlSeparator
+Error load class: org.richfaces.component.html.HtmlSeparator
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UISeparator
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISeparator, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISeparator, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getWidth
+Processing function : this:getWidth
+Processing function : this
+Processing function : getHeight
+Processing function : this:getHeight
+Processing function : this
+Processing function : backgroundImage
+Processing function : this:backgroundImage
+Object: org.richfaces.component.UISeparator, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlSeparator
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.separator included to taglib separator
+[INFO] Component org.richfaces.separator included to taglib separator
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\separator\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\separator\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\separator\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\separator\target\separator-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\separator\target\separator-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\separator\target\separator-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\separator\3.0.1-SNAPSHOT\separator-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\separator\target\separator-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\separator\3.0.1-SNAPSHOT\separator-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:spacer:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\spacer\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\spacer\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\spacer\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\spacer\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\spacer\src\main\config\component\spacer.xml
+[INFO] Create class file org.richfaces.component.html.HtmlSpacer
+Error load class: org.richfaces.component.html.HtmlSpacer
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UISpacer
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISpacer, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISpacer, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISpacer, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISpacer, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlSpacer
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.spacer included to taglib spacer
+[INFO] Component org.richfaces.spacer included to taglib spacer
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\spacer\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\spacer\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\spacer\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\spacer\target\spacer-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\spacer\target\spacer-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\spacer\target\spacer-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\spacer\3.0.1-SNAPSHOT\spacer-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\spacer\target\spacer-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\spacer\3.0.1-SNAPSHOT\spacer-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:paint2D:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\paint2D\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\paint2D\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\paint2D\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 5 source files to
C:\projects\jboss\richfaces\richfaces\paint2D\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\paint2D\src\main\config\component\paint2D.xml
+[INFO] Create class file org.richfaces.component.html.HtmlPaint2D
+[INFO] Create tag class file org.richfaces.component.html.HtmlPaint2D
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[INFO] Component org.richfaces.Paint2D included to taglib paint2D
+[INFO] Component org.richfaces.Paint2D included to taglib paint2D
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\paint2D\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\paint2D\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\paint2D\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\paint2D\target\paint2D-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\paint2D\target\paint2D-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\paint2D\target\paint2D-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\paint2D\3.0.1-SNAPSHOT\paint2D-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\paint2D\target\paint2D-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\paint2D\3.0.1-SNAPSHOT\paint2D-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:togglePanel:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\togglePanel\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\togglePanel\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\togglePanel\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\togglePanel\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\togglePanel\src\main\config\component\togglePanel.xml
+[INFO] Create class file org.richfaces.component.html.HtmlTogglePanel
+[INFO] Create class file org.richfaces.component.html.HtmlToggleControl
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+Error load class: org.richfaces.component.html.HtmlTogglePanel
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITogglePanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.TogglePanelRenderer
+class : org.richfaces.renderkit.html.TogglePanelRenderer
+ method : handleFacets
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.html.TogglePanelRenderer
+ method : handleFacets
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITogglePanel]
+Method found, return type : void
+handleFacets(context, component)
+Error load class: org.richfaces.component.html.HtmlToggleControl
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIToggleControl
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIToggleControl, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getOnClick
+Processing function : this:getOnClick
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+Object: org.richfaces.component.UIToggleControl, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlTogglePanel
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlToggleControl
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[INFO] Component org.richfaces.TogglePanel included to taglib togglePanel
+[INFO] Component org.richfaces.ToggleControl included to taglib togglePanel
+[INFO] Component org.richfaces.TogglePanel included to taglib togglePanel
+[INFO] Component org.richfaces.ToggleControl included to taglib togglePanel
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 6 source files to
C:\projects\jboss\richfaces\richfaces\togglePanel\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\togglePanel\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\togglePanel\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.TogglePanelTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\togglePanel\target\togglePanel-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\togglePanel\target\togglePanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\togglePanel\target\togglePanel-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\togglePanel\3.0.1-SNAPSHOT\togglePanel-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\togglePanel\target\togglePanel-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\togglePanel\3.0.1-SNAPSHOT\togglePanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:tabPanel:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\tabPanel\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\tabPanel\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\tabPanel\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 14 source files to
C:\projects\jboss\richfaces\richfaces\tabPanel\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\tabPanel\src\main\config\component\tabPanel.xml
+[INFO] Create class file org.richfaces.component.html.HtmlTabPanel
+[INFO] Create class file org.richfaces.component.html.HtmlTab
+Error load class: org.richfaces.component.html.HtmlTabPanel
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITabPanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UITabPanel, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : encodeStyles
+Processing function : this:encodeStyles
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[
+ value: width,height
+ type: class java.lang.String]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+Property utils mapped to function : getUtils
+Try to load class : org.ajax4jsf.framework.renderer.RendererUtils
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodePassThruWithExclusions
+ paramTypes : [class javax.faces.context.FacesContext, class java.lang.String]
+Method not found
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodePassThruWithExclusions
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel, class java.lang.String]
+Method found, return type : void
+encodePassThruWithExclusions(context, component, "width,height")
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UITabPanel, property: headerAlignment
+propertyObject: java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+Property utils mapped to function : getUtils
+Try to load class : org.ajax4jsf.framework.renderer.RendererUtils
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeBeginFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeBeginFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel]
+Method found, return type : void
+encodeBeginFormIfNessesary(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : encodeTabs
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : encodeTabs
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel]
+Method found, return type : void
+encodeTabs(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.std.IFTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getValueAsString
+Processing function : this:getValueAsString
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : encodeTabsScript
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : encodeTabsScript
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel]
+Method found, return type : void
+encodeTabsScript(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+Property utils mapped to function : getUtils
+Try to load class : org.ajax4jsf.framework.renderer.RendererUtils
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeEndFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeEndFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel]
+Method found, return type : void
+encodeEndFormIfNessesary(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabPanelRendererBase
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabPanelRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITabPanel]
+Method found, return type : void
+renderChildren(context, component)
+Error load class: org.richfaces.component.html.HtmlTab
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITab
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getTabDisplay
+Processing function : this:getTabDisplay
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UITab, property: pane
+propertyObject: org.richfaces.component.UITabPanel
+Object: org.richfaces.component.UITabPanel, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITab, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITab, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITab, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITab
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabHeaderRendererBase
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : encodeCellClasses
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : encodeCellClasses
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITab]
+Method found, return type : void
+encodeCellClasses(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabHeaderRendererBase
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : encodeTabLabel
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : encodeTabLabel
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITab]
+Method found, return type : void
+encodeTabLabel(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : encodeTabLabelWidth
+Processing function : this:encodeTabLabelWidth
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TabHeaderRendererBase
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : writeLabel
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TabHeaderRendererBase
+ method : writeLabel
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITab]
+Method found, return type : void
+writeLabel(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : encodeHeaderSpacing
+Processing function : this:encodeHeaderSpacing
+[INFO] Create tag class file org.richfaces.component.html.HtmlTabPanel
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlTab
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.TabPanel included to taglib tabPanel
+[INFO] Component org.richfaces.Tab included to taglib tabPanel
+[INFO] Component org.richfaces.TabPanel included to taglib tabPanel
+[INFO] Component org.richfaces.Tab included to taglib tabPanel
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 7 source files to
C:\projects\jboss\richfaces\richfaces\tabPanel\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\tabPanel\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\tabPanel\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\tabPanel\target\tabPanel-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\tabPanel\target\tabPanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\tabPanel\target\tabPanel-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\tabPanel\3.0.1-SNAPSHOT\tabPanel-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\tabPanel\target\tabPanel-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\tabPanel\3.0.1-SNAPSHOT\tabPanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:simpleTogglePanel:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\src\main\config\component\simpleTogglePanel.xml
+[INFO] Create class file org.richfaces.component.html.HtmlSimpleTogglePanel
+Error load class: org.richfaces.component.html.HtmlSimpleTogglePanel
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UISimpleTogglePanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getOnClick
+Processing function : this:getOnClick
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.SimpleTogglePanelRenderer
+Property utils mapped to function : getUtils
+Try to load class : org.ajax4jsf.framework.renderer.RendererUtils
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeEndFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.ajax4jsf.framework.renderer.RendererUtils
+ method : encodeEndFormIfNessesary
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UISimpleTogglePanel]
+Method found, return type : void
+encodeEndFormIfNessesary(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getdivdisplay
+Processing function : this:getdivdisplay
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.SimpleTogglePanelRenderer
+class : org.richfaces.renderkit.html.SimpleTogglePanelRenderer
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.html.SimpleTogglePanelRenderer
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UISimpleTogglePanel]
+Method found, return type : void
+renderChildren(context, component)
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UISimpleTogglePanel, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlSimpleTogglePanel
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.SimpleTogglePanel included to taglib simpleTogglePanel
+[INFO] Component org.richfaces.SimpleTogglePanel included to taglib simpleTogglePanel
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\simpleTogglePanel-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\simpleTogglePanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\simpleTogglePanel-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\simpleTogglePanel\3.0.1-SNAPSHOT\simpleTogglePanel-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\simpleTogglePanel\target\simpleTogglePanel-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\simpleTogglePanel\3.0.1-SNAPSHOT\simpleTogglePanel-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:toolBar:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\toolBar\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\toolBar\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\toolBar\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 9 source files to
C:\projects\jboss\richfaces\richfaces\toolBar\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\toolBar\src\main\config\component\toolBar.xml
+[INFO] Create class file org.richfaces.component.html.HtmlToolBar
+[INFO] Create class file org.richfaces.component.html.HtmlToolBarGroup
+Error load class: org.richfaces.component.html.HtmlToolBar
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIToolBar
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIToolBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIToolBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIToolBar, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIToolBar, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlToolBar
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlToolBarGroup
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.ToolBar included to taglib toolBar
+[INFO] Component org.richfaces.ToolBarGroup included to taglib toolBar
+[INFO] Component org.richfaces.ToolBar included to taglib toolBar
+[INFO] Component org.richfaces.ToolBarGroup included to taglib toolBar
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 5 source files to
C:\projects\jboss\richfaces\richfaces\toolBar\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\toolBar\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\toolBar\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\toolBar\target\toolBar-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\toolBar\target\toolBar-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\toolBar\target\toolBar-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\toolBar\3.0.1-SNAPSHOT\toolBar-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\toolBar\target\toolBar-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\toolBar\3.0.1-SNAPSHOT\toolBar-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:inputnumber-slider:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 7 source files to
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\src\main\config\component\inputNumberSlider.xml
+[INFO] Create class file org.richfaces.component.html.HtmlInputNumberSlider
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+Error load class: org.richfaces.component.html.HtmlInputNumberSlider
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIInputNumberSlider
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getInputValue
+Processing function : this:getInputValue
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getInputValue
+Processing function : this:getInputValue
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getInputValue
+Processing function : this:getInputValue
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSlider, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlInputNumberSlider
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[INFO] Component org.richfaces.inputNumberSlider included to taglib inputnumber-slider
+[INFO] Component org.richfaces.inputNumberSlider included to taglib inputnumber-slider
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\inputnumber-slider-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\inputnumber-slider-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\inputnumber-slider-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\inputnumber-slider\3.0.1-SNAPSHOT\inputnumber-slider-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\inputnumber-slider\target\inputnumber-slider-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\inputnumber-slider\3.0.1-SNAPSHOT\inputnumber-slider-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:inputnumber-spinner:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 6 source files to
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\src\main\config\component\inputNumberSpinner.xml
+[INFO] Create class file org.richfaces.component.html.HtmlInputNumberSpinner
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+Error load class: org.richfaces.component.html.HtmlInputNumberSpinner
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIInputNumberSpinner
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getInputValue
+Processing function : this:getInputValue
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIInputNumberSpinner, property: attributes
+propertyObject: java.util.Map
+[INFO] Create tag class file org.richfaces.component.html.HtmlInputNumberSpinner
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[INFO] Component org.richfaces.inputNumberSpinner included to taglib inputnumber-spinner
+[INFO] Component org.richfaces.inputNumberSpinner included to taglib inputnumber-spinner
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\inputnumber-spinner-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\inputnumber-spinner-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\inputnumber-spinner-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\inputnumber-spinner\3.0.1-SNAPSHOT\inputnumber-spinner-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\inputnumber-spinner\target\inputnumber-spinner-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\inputnumber-spinner\3.0.1-SNAPSHOT\inputnumber-spinner-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:tree:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\tree\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\tree\target\classes
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\tree\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] snapshot org.richfaces:drag-drop:3.0.1-SNAPSHOT: checking for updates from
maven2-snapshots.jboss.org
+[WARNING] repository metadata for: 'snapshot
org.richfaces:drag-drop:3.0.1-SNAPSHOT' could not be retrieved from repository:
maven2-snapshots.jboss.org due to an error: Error transferring file
+[INFO] Repository 'maven2-snapshots.jboss.org' will be blacklisted
+[INFO] [compiler:compile]
+[INFO] Compiling 46 source files to
C:\projects\jboss\richfaces\richfaces\tree\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\tree\src\main\config\component\tree.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\tree\src\main\config\component\treeNode.xml
+[INFO] Create class file org.richfaces.component.html.HtmlTree
+[INFO] Create class file org.richfaces.component.html.HtmlTreeNode
+Error load class: org.richfaces.component.html.HtmlTree
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITree
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UITree, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITree, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TreeRendererBase
+class : org.richfaces.renderkit.TreeRendererBase
+ method : encodeAttributeParameters
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TreeRendererBase
+ method : encodeAttributeParameters
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITree]
+Method found, return type : void
+encodeAttributeParameters(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TreeRendererBase
+class : org.richfaces.renderkit.TreeRendererBase
+ method : writeNamespace
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TreeRendererBase
+ method : writeNamespace
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITree]
+Method found, return type : void
+writeNamespace(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.TreeRendererBase
+class : org.richfaces.renderkit.TreeRendererBase
+ method : encodeSelectionStateInput
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.TreeRendererBase
+ method : encodeSelectionStateInput
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITree]
+Method found, return type : java.lang.String
+encodeSelectionStateInput(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UITree
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getJavaScriptVarName
+Processing function : this:getJavaScriptVarName
+Object: org.richfaces.component.UITree, property: switchType
+propertyObject: java.lang.String
+Object: org.richfaces.component.UITree, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITree, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UITree, property: attributes
+propertyObject: java.util.Map
+Processing function : this
+Processing function : getAjaxScript
+Processing function : this:getAjaxScript
+Processing function : this
+Processing function : getDragIndicatorId
+Processing function : this:getDragIndicatorId
+Processing function : this
+Processing function : getScriptContributions
+Processing function : this:getScriptContributions
+Error load class: org.richfaces.component.html.HtmlTreeNode
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.std.SetTemplateElement
+Processing function : this
+Processing function : getParentClientId
+Processing function : this:getParentClientId
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FResourceTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.NodeRendererBase
+class : org.richfaces.renderkit.NodeRendererBase
+ method : initializeLines
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.NodeRendererBase
+ method : initializeLines
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITreeNode]
+Method found, return type : void
+initializeLines(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.NodeRendererBase
+class : org.richfaces.renderkit.NodeRendererBase
+ method : initializeResources
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.NodeRendererBase
+ method : initializeResources
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITreeNode]
+Method found, return type : void
+initializeResources(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.NodeRendererBase
+class : org.richfaces.renderkit.NodeRendererBase
+ method : encodeAttributeParameters
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.NodeRendererBase
+ method : encodeAttributeParameters
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UITreeNode]
+Method found, return type : void
+encodeAttributeParameters(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getToggleScript
+Processing function : this:getToggleScript
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : getAjaxSelectedListenerFlag
+Processing function : this:getAjaxSelectedListenerFlag
+Processing function : this
+Processing function : getDraggableScriptOptions
+Processing function : this:getDraggableScriptOptions
+Processing function : this
+Processing function : getDropzoneScriptOptions
+Processing function : this:getDropzoneScriptOptions
+Object: org.richfaces.component.UITreeNode, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UITreeNode, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlTree
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlTreeNode
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[INFO] Component org.richfaces.Tree included to taglib tree
+[INFO] Component org.richfaces.TreeNode included to taglib tree
+[INFO] Component org.richfaces.Tree included to taglib tree
+[INFO] Component org.richfaces.TreeNode included to taglib tree
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 10 source files to
C:\projects\jboss\richfaces\richfaces\tree\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 2 source files to
C:\projects\jboss\richfaces\richfaces\tree\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\tree\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+Running org.richfaces.component.TreeNodeTest
+Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
+
+Results :
+
+Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\tree\target\tree-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\tree\target\tree-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\tree\target\tree-3.0.1-SNAPSHOT.jar to C:\Documents
and
Settings\Andrey\.m2\repository\org\richfaces\tree\3.0.1-SNAPSHOT\tree-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\tree\target\tree-3.0.1-SNAPSHOT-sources.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\tree\3.0.1-SNAPSHOT\tree-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:suggestionbox:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\suggestionbox\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\suggestionbox\src\main\config\component\suggestionbox.xml
+[INFO] Create class file org.richfaces.component.html.HtmlSuggestionBox
+[INFO] Create tag class file org.richfaces.component.html.HtmlSuggestionBox
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.SuggestionBox included to taglib suggestionbox
+[INFO] Component org.richfaces.SuggestionBox included to taglib suggestionbox
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 2 source files to
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] No sources to compile
+[INFO] [surefire:test]
+[INFO] No tests to run.
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\suggestionbox-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\suggestionbox-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\suggestionbox-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\suggestionbox\3.0.1-SNAPSHOT\suggestionbox-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\suggestionbox\target\suggestionbox-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\suggestionbox\3.0.1-SNAPSHOT\suggestionbox-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:dataTable:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\dataTable\target
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\dataTable\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\dataTable\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 18 source files to
C:\projects\jboss\richfaces\richfaces\dataTable\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\colgroup.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\column.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\dataGrid.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\dataList.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\dataTable.xml
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dataTable\src\main\config\component\subTable.xml
+[INFO] Create class file org.richfaces.component.html.HtmlColumnGroup
+[INFO] Create class file org.richfaces.component.html.HtmlColumn
+[INFO] Create class file org.richfaces.component.html.HtmlDataGrid
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[INFO] Create class file org.richfaces.component.html.HtmlDataList
+[INFO] Create class file org.richfaces.component.html.HtmlDataOrderedList
+[INFO] Create class file org.richfaces.component.html.HtmlDataDefinitionList
+[INFO] Create class file org.richfaces.component.html.HtmlDataTable
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 64,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 84,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/component.vm [line 97,column 12] : ${prop.xmlEncodedDescription} is
not a valid reference.
+[INFO] Create class file org.richfaces.component.html.HtmlSubTable
+Error load class: org.richfaces.component.html.HtmlColumn
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIColumn
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Processing function : this
+Processing function : styleClass
+Processing function : this:styleClass
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+Error load class: org.richfaces.component.html.HtmlDataGrid
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataGrid
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataGrid, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractGridRenderer
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeCaption
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeCaption
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataGrid]
+Method found, return type : void
+encodeCaption(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractGridRenderer
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeHeader
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeHeader
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataGrid]
+Method found, return type : void
+encodeHeader(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractGridRenderer
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeFooter
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeFooter
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataGrid]
+Method found, return type : void
+encodeFooter(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractGridRenderer
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractGridRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataGrid]
+Method found, return type : void
+encodeRows(context, component)
+Error load class: org.richfaces.component.html.HtmlDataList
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataList
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataList, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIDataList, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractListRenderer
+class : org.richfaces.renderkit.AbstractListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataList]
+Method found, return type : void
+encodeRows(context, component)
+Error load class: org.richfaces.component.html.HtmlDataOrderedList
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataList
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataList, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIDataList, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractListRenderer
+class : org.richfaces.renderkit.AbstractListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataList]
+Method found, return type : void
+encodeRows(context, component)
+Error load class: org.richfaces.component.html.HtmlDataDefinitionList
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataDefinitionList
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataDefinitionList, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractDefinitionListRenderer
+class : org.richfaces.renderkit.AbstractDefinitionListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractDefinitionListRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataDefinitionList]
+Method found, return type : void
+encodeRows(context, component)
+Error load class: org.richfaces.component.html.HtmlDataTable
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDataTable
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDataTable, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractTableRenderer
+class : org.richfaces.renderkit.AbstractTableRenderer
+ method : encodeTableStructure
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractTableRenderer
+ method : encodeTableStructure
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataTable]
+Method found, return type : void
+encodeTableStructure(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.AbstractTableRenderer
+class : org.richfaces.renderkit.AbstractTableRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.AbstractTableRenderer
+ method : encodeRows
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDataTable]
+Method found, return type : void
+encodeRows(context, component)
+[INFO] Create tag class file org.richfaces.component.html.HtmlColumnGroup
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlColumn
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataGrid
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataList
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataOrderedList
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataDefinitionList
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlDataTable
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 25,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 36,column 12] : ${prop.xmlEncodedDescription} is not a
valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 39,column 12] : $prop.description is not a valid
reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlSubTable
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.ColumnGroup included to taglib dataTable
+[INFO] Component org.richfaces.Column included to taglib dataTable
+[INFO] Component org.richfaces.DataGrid included to taglib dataTable
+[INFO] Component org.richfaces.DataList included to taglib dataTable
+[INFO] Component org.richfaces.DataOrderedList included to taglib dataTable
+[INFO] Component org.richfaces.DataDefinitionList included to taglib dataTable
+[INFO] Component org.richfaces.DataTable included to taglib dataTable
+[INFO] Component org.richfaces.SubTable included to taglib dataTable
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taglib.vm [line 40,column 17] : ${prop.xmlEncodedDescription} is not
a valid reference.
+[INFO] Component org.richfaces.ColumnGroup included to taglib dataTable
+[INFO] Component org.richfaces.Column included to taglib dataTable
+[INFO] Component org.richfaces.DataGrid included to taglib dataTable
+[INFO] Component org.richfaces.DataList included to taglib dataTable
+[INFO] Component org.richfaces.DataOrderedList included to taglib dataTable
+[INFO] Component org.richfaces.DataDefinitionList included to taglib dataTable
+[INFO] Component org.richfaces.DataTable included to taglib dataTable
+[INFO] Component org.richfaces.SubTable included to taglib dataTable
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 22 source files to
C:\projects\jboss\richfaces\richfaces\dataTable\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\dataTable\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\dataTable\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dataTable\target\dataTable-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dataTable\target\dataTable-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dataTable\target\dataTable-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dataTable\3.0.1-SNAPSHOT\dataTable-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dataTable\target\dataTable-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dataTable\3.0.1-SNAPSHOT\dataTable-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:modal-panel:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\modal-panel\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\modal-panel\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\modal-panel\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\modal-panel\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\modal-panel\src\main\config\component\modalPanel.xml
+[INFO] Create class file org.richfaces.component.html.HtmlModalPanel
+Error load class: org.richfaces.component.html.HtmlModalPanel
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIModalPanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.ModalPanelRendererBase
+class : org.richfaces.renderkit.ModalPanelRendererBase
+ method : checkOptions
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.ModalPanelRendererBase
+ method : checkOptions
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIModalPanel]
+Method found, return type : void
+checkOptions(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIModalPanel, property: zindex
+propertyObject: int
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIModalPanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIModalPanel, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.ModalPanelRendererBase
+class : org.richfaces.renderkit.ModalPanelRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.ModalPanelRendererBase
+ method : renderChildren
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIModalPanel]
+Method found, return type : void
+renderChildren(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIModalPanel
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIModalPanel, property: width
+propertyObject: int
+Object: org.richfaces.component.UIModalPanel, property: height
+propertyObject: int
+Object: org.richfaces.component.UIModalPanel, property: minWidth
+propertyObject: int
+Object: org.richfaces.component.UIModalPanel, property: minHeight
+propertyObject: int
+Object: org.richfaces.component.UIModalPanel, property: resizeable
+propertyObject: boolean
+Object: org.richfaces.component.UIModalPanel, property: moveable
+propertyObject: boolean
+Object: org.richfaces.component.UIModalPanel, property: left
+propertyObject: java.lang.String
+Object: org.richfaces.component.UIModalPanel, property: top
+propertyObject: java.lang.String
+Object: org.richfaces.component.UIModalPanel, property: zindex
+propertyObject: int
+[INFO] Create tag class file org.richfaces.component.html.HtmlModalPanel
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.ModalPanel included to taglib modal-panel
+[INFO] Component org.richfaces.ModalPanel included to taglib modal-panel
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 3 source files to
C:\projects\jboss\richfaces\richfaces\modal-panel\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\modal-panel\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\modal-panel\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\modal-panel\target\modal-panel-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\modal-panel\target\modal-panel-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\modal-panel\target\modal-panel-3.0.1-SNAPSHOT.jar to
C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\modal-panel\3.0.1-SNAPSHOT\modal-panel-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\modal-panel\target\modal-panel-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\modal-panel\3.0.1-SNAPSHOT\modal-panel-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:datascroller:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\datascroller\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\datascroller\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\datascroller\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 6 source files to
C:\projects\jboss\richfaces\richfaces\datascroller\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\datascroller\src\main\config\component\datascroller.xml
+[ERROR] Class java.lang.String for property rendered not equals with real bean property
type: boolean
+[INFO] Create class file org.richfaces.component.html.HtmlDatascroller
+Error load class: org.richfaces.component.html.HtmlDatascroller
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDatascroller
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDatascroller, property: attributes
+propertyObject: java.util.Map
+Object: org.richfaces.component.UIDatascroller, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Object: org.richfaces.component.UIDatascroller, property: attributes
+propertyObject: java.util.Map
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FCallTemplateElement
+[]
+Try to load class : org.richfaces.renderkit.html.DataScrollerRenderer
+class : org.richfaces.renderkit.html.DataScrollerRenderer
+ method : renderPager
+ paramTypes : [class javax.faces.context.FacesContext]
+Method not found
+class : org.richfaces.renderkit.html.DataScrollerRenderer
+ method : renderPager
+ paramTypes : [class javax.faces.context.FacesContext, class
org.richfaces.component.UIDatascroller]
+Method found, return type : void
+renderPager(context, component)
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.UInsertFacetTemplateElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.VcpBodyTemplateElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlDatascroller
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[INFO] Component org.richfaces.Datascroller included to taglib datascroller
+[INFO] Component org.richfaces.Datascroller included to taglib datascroller
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\datascroller\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\datascroller\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\datascroller\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\datascroller\target\datascroller-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\datascroller\target\datascroller-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\datascroller\target\datascroller-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\datascroller\3.0.1-SNAPSHOT\datascroller-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\datascroller\target\datascroller-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\datascroller\3.0.1-SNAPSHOT\datascroller-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:menu-components:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\menu-components\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\menu-components\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\menu-components\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 5 source files to
C:\projects\jboss\richfaces\richfaces\menu-components\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\menu-components\src\main\config\component\menucomponents.xml
+[INFO] Create class file org.richfaces.component.html.HtmlMenuGroup
+[INFO] Create class file org.richfaces.component.html.HtmlMenuItem
+[INFO] Create class file org.richfaces.component.html.HtmlMenuSeparator
+Error load class: org.richfaces.component.html.HtmlMenuGroup
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIMenuGroup
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Error load class: org.richfaces.component.html.HtmlMenuItem
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIMenuItem
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+Error load class: org.richfaces.component.html.HtmlMenuSeparator
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIMenuSeparator
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlMenuGroup
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlMenuItem
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Create tag class file org.richfaces.component.html.HtmlMenuSeparator
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[INFO] Component org.richfaces.MenuGroup included to taglib menu-components
+[INFO] Component org.richfaces.MenuItem included to taglib menu-components
+[INFO] Component org.richfaces.MenuSeparator included to taglib menu-components
+[INFO] Component org.richfaces.MenuGroup included to taglib menu-components
+[INFO] Component org.richfaces.MenuItem included to taglib menu-components
+[INFO] Component org.richfaces.MenuSeparator included to taglib menu-components
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 9 source files to
C:\projects\jboss\richfaces\richfaces\menu-components\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\menu-components\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\menu-components\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\menu-components\target\menu-components-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\menu-components\target\menu-components-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\menu-components\target\menu-components-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\menu-components\3.0.1-SNAPSHOT\menu-components-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\menu-components\target\menu-components-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\menu-components\3.0.1-SNAPSHOT\menu-components-3.0.1-SNAPSHOT-sources.jar
+[INFO] ----------------------------------------------------------------------------
+[INFO] Building Unnamed - org.richfaces:dropdown-menu:jar:3.0.1-SNAPSHOT
+[INFO] task-segment: [clean, install]
+[INFO] ----------------------------------------------------------------------------
+[INFO] [clean:clean]
+[INFO] Deleting directory C:\projects\jboss\richfaces\richfaces\dropdown-menu\target
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\classes
+[INFO] Deleting directory
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\test-classes
+[INFO] Preparing cdk:generate
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] snapshot org.richfaces:menu-components:3.0.1-SNAPSHOT: checking for updates from
maven2-snapshots.jboss.org
+[WARNING] repository metadata for: 'snapshot
org.richfaces:menu-components:3.0.1-SNAPSHOT' could not be retrieved from repository:
maven2-snapshots.jboss.org due to an error: Error transferring file
+[INFO] Repository 'maven2-snapshots.jboss.org' will be blacklisted
+[INFO] [compiler:compile]
+[INFO] Compiling 2 source files to
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\classes
+[INFO] [cdk:generate {execution: default}]
+[INFO] Parse config file
C:\projects\jboss\richfaces\richfaces\dropdown-menu\src\main\config\component\dropdownmenu.xml
+[INFO] Create class file org.richfaces.component.html.HtmlDropDownMenu
+Error load class: org.richfaces.component.html.HtmlDropDownMenu
+loading class: org.ajax4jsf.templatecompiler.elements.RootElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderStylesElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.HeaderScriptsElement
+loading class: org.ajax4jsf.templatecompiler.elements.vcp.FClientIDTemplateElement
+class : org.richfaces.component.UIDropDownMenu
+ method : getClientId
+ paramTypes : [class javax.faces.context.FacesContext]
+Method found, return type : java.lang.String
+loading class: org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
+loading class: org.ajax4jsf.templatecompiler.elements.html.HTMLElement
+[INFO] Create tag class file org.richfaces.component.html.HtmlDropDownMenu
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 14,column 42] : $Author is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 13] : $Revision is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/tag.vm [line 15,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 15,column 42] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 13] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 16,column 34] : $Date is not a valid reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 39,column 50] : $Author is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 21] : $Revision is not a valid
reference.
+[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template
= META-INF/templates/taghandler.vm [line 40,column 42] : $Date is not a valid reference.
+[INFO] Component org.richfaces.DropDownMenu included to taglib dropdown-menu
+[INFO] Component org.richfaces.DropDownMenu included to taglib dropdown-menu
+[INFO] [resources:resources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:compile]
+[INFO] Compiling 4 source files to
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\classes
+[INFO] [resources:testResources]
+[INFO] Using default encoding to copy filtered resources.
+[INFO] [compiler:testCompile]
+[INFO] Compiling 1 source file to
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\test-classes
+[INFO] [surefire:test]
+[INFO] Surefire report directory:
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\surefire-reports
+
+-------------------------------------------------------
+ T E S T S
+-------------------------------------------------------
+Running org.richfaces.component.JSFComponentTest
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
+
+Results :
+
+Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
+
+[INFO] [jar:jar]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\dropdown-menu-3.0.1-SNAPSHOT.jar
+[INFO] Preparing source:jar
+[WARNING] Removing: generate from forked lifecycle, to prevent recursive invocation.
+[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
+[INFO] No goals needed for project - skipping
+[INFO] [source:jar {execution: attach-source}]
+[INFO] Building jar:
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\dropdown-menu-3.0.1-SNAPSHOT-sources.jar
+[INFO] [install:install]
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\dropdown-menu-3.0.1-SNAPSHOT.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dropdown-menu\3.0.1-SNAPSHOT\dropdown-menu-3.0.1-SNAPSHOT.jar
+[INFO] Installing
C:\projects\jboss\richfaces\richfaces\dropdown-menu\target\dropdown-menu-3.0.1-SNAPSHOT-sources.jar
to C:\Documents and
Settings\Andrey\.m2\repository\org\richfaces\dropdown-menu\3.0.1-SNAPSHOT\dropdown-menu-3.0.1-SNAPSHOT-sources.jar
+[INFO]
+[INFO]
+[INFO] ------------------------------------------------------------------------
+[INFO] Reactor Summary:
+[INFO] ------------------------------------------------------------------------
+[INFO] RichFaces Components .................................. SUCCESS [3.031s]
+[INFO] common ................................................ SUCCESS [4.234s]
+[INFO] Unnamed - org.richfaces:drag-drop:jar:3.0.1-SNAPSHOT .. SUCCESS [7.954s]
+[INFO] Unnamed - org.richfaces:panel:jar:3.0.1-SNAPSHOT ...... SUCCESS [3.468s]
+[INFO] Unnamed - org.richfaces:panelbar:jar:3.0.1-SNAPSHOT ... SUCCESS [4.094s]
+[INFO] Unnamed - org.richfaces:dataFilterSlider:jar:1.1-SNAPSHOT SUCCESS [7.078s]
+[INFO] Unnamed - org.richfaces:gmap:jar:3.0.1-SNAPSHOT ....... SUCCESS [4.938s]
+[INFO] Unnamed - org.richfaces:separator:jar:3.0.1-SNAPSHOT .. SUCCESS [4.093s]
+[INFO] Unnamed - org.richfaces:spacer:jar:3.0.1-SNAPSHOT ..... SUCCESS [3.391s]
+[INFO] Unnamed - org.richfaces:paint2D:jar:3.0.1-SNAPSHOT .... SUCCESS [3.609s]
+[INFO] Unnamed - org.richfaces:togglePanel:jar:3.0.1-SNAPSHOT SUCCESS [4.422s]
+[INFO] Unnamed - org.richfaces:tabPanel:jar:3.0.1-SNAPSHOT ... SUCCESS [6.141s]
+[INFO] Unnamed - org.richfaces:simpleTogglePanel:jar:3.0.1-SNAPSHOT SUCCESS [4.125s]
+[INFO] Unnamed - org.richfaces:toolBar:jar:3.0.1-SNAPSHOT .... SUCCESS [3.953s]
+[INFO] Unnamed - org.richfaces:inputnumber-slider:jar:3.0.1-SNAPSHOT SUCCESS [13.156s]
+[INFO] Unnamed - org.richfaces:inputnumber-spinner:jar:3.0.1-SNAPSHOT SUCCESS [10.157s]
+[INFO] Unnamed - org.richfaces:tree:jar:3.0.1-SNAPSHOT ....... SUCCESS [5.859s]
+[INFO] Unnamed - org.richfaces:suggestionbox:jar:3.0.1-SNAPSHOT SUCCESS [3.250s]
+[INFO] Unnamed - org.richfaces:dataTable:jar:3.0.1-SNAPSHOT .. SUCCESS [5.766s]
+[INFO] Unnamed - org.richfaces:modal-panel:jar:3.0.1-SNAPSHOT SUCCESS [3.921s]
+[INFO] Unnamed - org.richfaces:datascroller:jar:3.0.1-SNAPSHOT SUCCESS [4.329s]
+[INFO] Unnamed - org.richfaces:menu-components:jar:3.0.1-SNAPSHOT SUCCESS [3.859s]
+[INFO] Unnamed - org.richfaces:dropdown-menu:jar:3.0.1-SNAPSHOT SUCCESS [3.437s]
+[INFO] ------------------------------------------------------------------------
+[INFO] ------------------------------------------------------------------------
+[INFO] BUILD SUCCESSFUL
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time: 1 minute 59 seconds
+[INFO] Finished at: Fri Mar 23 17:25:14 EET 2007
+[INFO] Final Memory: 21M/44M
+[INFO] ------------------------------------------------------------------------