Return-Path: Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: (qmail 78277 invoked from network); 13 Mar 2008 14:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 14:32:04 -0000 Received: (qmail 24290 invoked by uid 500); 13 Mar 2008 14:32:01 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 24195 invoked by uid 500); 13 Mar 2008 14:32:01 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 24184 invoked by uid 99); 13 Mar 2008 14:32:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 07:32:01 -0700 X-ASF-Spam-Status: No, hits=-1998.3 required=10.0 tests=ALL_TRUSTED,INVALID_DATE X-Spam-Check-By: apache.org Received: from [140.211.11.77] (HELO myfaces.zones.apache.org) (140.211.11.77) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 14:31:17 +0000 Received: from myfaces.zones.apache.org (localhost [127.0.0.1]) by myfaces.zones.apache.org (8.13.8+Sun/8.13.8) with ESMTP id m2DEVaNV013555 for ; Thu, 13 Mar 2008 14:31:37 GMT Date: Thu, 13 Mar 08 14:31:36 +0000 From: "Continuum@myfaces.zones.apache.org" Reply-To: "Continuum@myfaces.zones.apache.org" To: commits@myfaces.apache.org Message-ID: <19745729.271205418696686.JavaMail.mrmaven@myfaces.zones.apache.org> Subject: [continuum] BUILD FAILURE: Tobago Core MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://myfaces.zones.apache.org:8080/continuum/buildResult.action?buildId=7418&projectId=7 Build statistics: State: Failed Previous State: Failed Started at: Thu 13 Mar 2008 14:27:33 +0000 Finished at: Thu 13 Mar 2008 14:31:30 +0000 Total time: 3m 56s Build Trigger: Schedule Build Number: 153 Exit code: 1 Building machine hostname: myfaces.zones.apache.org Operating system : SunOS(unknown) Java Home version : java version "1.5.0_15" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04) Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode) Builder version : Maven version: 2.0.8 Java version: 1.5.0_15 OS name: "sunos" version: "5.10" arch: "x86" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** No files changed **************************************************************************** Dependencies Changes: **************************************************************************** org.apache.myfaces.tobago:tobago-tool-annotation:1.1.0-SNAPSHOT org.apache.myfaces.tobago:tobago-tool-apt:1.1.0-SNAPSHOT org.apache.myfaces.tobago:tobago:1.1.0-SNAPSHOT **************************************************************************** Test Summary: **************************************************************************** Tests: 55 Failures: 0 Total time: 3012 **************************************************************************** Output: **************************************************************************** [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'checkstyle'. [INFO] ------------------------------------------------------------------------ [INFO] Building Tobago Core [INFO] task-segment: [clean, deploy, checkstyle:check] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory /local/continuum-1.1-beta-2/working-directory/7/target [INFO] [scm:update {execution: getting-scm.revision}] [INFO] Executing: svn --non-interactive update [INFO] Working directory: /local/continuum-1.1-beta-2/working-directory/7 [INFO] Storing revision in 'scm.revision' project property. [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 438 source files to /local/continuum-1.1-beta-2/working-directory/7/target/classes [INFO] [apt:execute {execution: tobago-tlds}] /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/TimeExtensionTag.java:22: cannot find symbol symbol : class TimeTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.TimeTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/LabelExtensionTag.java:25: cannot find symbol symbol : class GridLayoutTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.GridLayoutTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/LabelExtensionTag.java:26: cannot find symbol symbol : class LabelTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.LabelTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/LabelExtensionTag.java:27: cannot find symbol symbol : class PanelTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.PanelTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/TimeExtensionTag.java:84: cannot find symbol symbol : class TimeTag location: class org.apache.myfaces.tobago.taglib.extension.TimeExtensionTag private TimeTag timeTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/LabelExtensionTag.java:54: cannot find symbol symbol : class PanelTag location: class org.apache.myfaces.tobago.taglib.extension.LabelExtensionTag private PanelTag panelTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java:22: cannot find symbol symbol : class SelectManyListboxTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectManyListboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyListboxExtensionTag.java:82: cannot find symbol symbol : class SelectManyListboxTag location: class org.apache.myfaces.tobago.taglib.extension.SelectManyListboxExtensionTag private SelectManyListboxTag selectManyListboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuCheckboxExtensionTag.java:23: cannot find symbol symbol : class SelectBooleanCheckboxTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectBooleanCheckboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuCheckboxExtensionTag.java:24: cannot find symbol symbol : class MenuItemTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.MenuItemTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuCheckboxExtensionTag.java:50: cannot find symbol symbol : class MenuItemTag location: class org.apache.myfaces.tobago.taglib.extension.MenuCheckboxExtensionTag private MenuItemTag menuCommandTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuCheckboxExtensionTag.java:51: cannot find symbol symbol : class SelectBooleanCheckboxTag location: class org.apache.myfaces.tobago.taglib.extension.MenuCheckboxExtensionTag private SelectBooleanCheckboxTag selectBooleanCheckbox; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/DateExtensionTag.java:22: cannot find symbol symbol : class DatePickerTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.DatePickerTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/DateExtensionTag.java:23: cannot find symbol symbol : class DateTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.DateTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/DateExtensionTag.java:24: cannot find symbol symbol : class FormTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.FormTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/DateExtensionTag.java:94: cannot find symbol symbol : class DateTag location: class org.apache.myfaces.tobago.taglib.extension.DateExtensionTag private DateTag dateTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneChoiceExtensionTag.java:22: cannot find symbol symbol : class SelectOneChoiceTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectOneChoiceTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneChoiceExtensionTag.java:76: cannot find symbol symbol : class SelectOneChoiceTag location: class org.apache.myfaces.tobago.taglib.extension.SelectOneChoiceExtensionTag private SelectOneChoiceTag selectOneChoiceTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyCheckboxExtensionTag.java:40: cannot find symbol symbol : class SelectManyCheckboxTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectManyCheckboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectManyCheckboxExtensionTag.java:78: cannot find symbol symbol : class SelectManyCheckboxTag location: class org.apache.myfaces.tobago.taglib.extension.SelectManyCheckboxExtensionTag private SelectManyCheckboxTag selectManyCheckboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/TextAreaExtensionTag.java:22: cannot find symbol symbol : class TextareaTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.TextareaTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/TextAreaExtensionTag.java:85: cannot find symbol symbol : class TextareaTag location: class org.apache.myfaces.tobago.taglib.extension.TextAreaExtensionTag private TextareaTag textAreaTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneListboxExtensionTag.java:22: cannot find symbol symbol : class SelectOneListboxTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectOneListboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneListboxExtensionTag.java:72: cannot find symbol symbol : class SelectOneListboxTag location: class org.apache.myfaces.tobago.taglib.extension.SelectOneListboxExtensionTag private SelectOneListboxTag selectOneListboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/FileExtensionTag.java:22: cannot find symbol symbol : class FileTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.FileTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/FileExtensionTag.java:73: cannot find symbol symbol : class FileTag location: class org.apache.myfaces.tobago.taglib.extension.FileExtensionTag private FileTag fileTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectBooleanCheckboxExtensionTag.java:22: cannot find symbol symbol : class SelectBooleanCheckboxTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectBooleanCheckboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectBooleanCheckboxExtensionTag.java:74: cannot find symbol symbol : class SelectBooleanCheckboxTag location: class org.apache.myfaces.tobago.taglib.extension.SelectBooleanCheckboxExtensionTag private SelectBooleanCheckboxTag selectBooleanCheckboxTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneRadioExtensionTag.java:22: cannot find symbol symbol : class SelectOneRadioTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectOneRadioTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/SelectOneRadioExtensionTag.java:76: cannot find symbol symbol : class SelectOneRadioTag location: class org.apache.myfaces.tobago.taglib.extension.SelectOneRadioExtensionTag private SelectOneRadioTag selectOneRadioTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuRadioExtensionTag.java:23: cannot find symbol symbol : class SelectOneRadioTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.SelectOneRadioTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuRadioExtensionTag.java:24: cannot find symbol symbol : class MenuItemTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.MenuItemTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuRadioExtensionTag.java:52: cannot find symbol symbol : class MenuItemTag location: class org.apache.myfaces.tobago.taglib.extension.MenuRadioExtensionTag private MenuItemTag menuCommandTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/MenuRadioExtensionTag.java:53: cannot find symbol symbol : class SelectOneRadioTag location: class org.apache.myfaces.tobago.taglib.extension.MenuRadioExtensionTag private SelectOneRadioTag selectOneRadio; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/InExtensionTag.java:22: cannot find symbol symbol : class InTag location: package org.apache.myfaces.tobago.internal.taglib import org.apache.myfaces.tobago.internal.taglib.InTag; ^ /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/taglib/extension/InExtensionTag.java:89: cannot find symbol symbol : class InTag location: class org.apache.myfaces.tobago.taglib.extension.InExtensionTag private InTag inTag; ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [apt:execute {execution: tobago-components}] [ERROR] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. [INFO] [compiler:compile {execution: compile}] [INFO] Compiling 96 source files to /local/continuum-1.1-beta-2/working-directory/7/target/classes [INFO] [apt:execute {execution: tobago-faces-config}] [ERROR] Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [INFO] [resources:resources {execution: copy-faces-config}] [INFO] Using default encoding to copy filtered resources. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 42 source files to /local/continuum-1.1-beta-2/working-directory/7/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /local/continuum-1.1-beta-2/working-directory/7/target/surefire-reports 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:92 - parametercount = 9 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='red' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Amsterdam' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Bonn' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Pisa' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='green' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'file'='Hello World!' isFormField=false contentType='text/plain' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='blue' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='yellow' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'country'='Trinidad & Tobago' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:92 - parametercount = 9 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='red' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Amsterdam' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Bonn' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Pisa' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='green' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'file'='Hello World!' isFormField=false contentType='text/plain' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='blue' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='yellow' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'country'='Trinidad & Tobago' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:92 - parametercount = 9 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='red' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Amsterdam' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Bonn' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Pisa' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='green' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'file'='Hello World!' isFormField=false contentType='text/plain' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='blue' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='yellow' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'country'='Trinidad & Tobago' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:92 - parametercount = 9 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='red' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Amsterdam' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Bonn' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Pisa' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='green' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'file'='Hello World!' isFormField=false contentType='text/plain' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='blue' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='yellow' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'country'='Trinidad & Tobago' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:92 - parametercount = 9 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='red' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Amsterdam' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Bonn' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'city'='Pisa' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='green' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'file'='Hello World!' isFormField=false contentType='text/plain' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='blue' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'color'='yellow' isFormField=true contentType='null' 14:28:58 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequest:101 - Parameter : 'country'='Trinidad & Tobago' isFormField=true contentType='null' ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.myfaces.tobago.component.UIMessagesUnitTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running org.apache.myfaces.tobago.webapp.TobagoResponseWriterUnitTest 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: input 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: select 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: select 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: select 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: textarea 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: select 14:28:59 main DEBUG - org.apache.myfaces.tobago.webapp.TobagoResponseWriterImpl:231 - end Element: input Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec Running org.apache.myfaces.tobago.renderkit.LabelWithAccessKeyUnitTest 14:28:59 main WARN - org.apache.myfaces.tobago.renderkit.LabelWithAccessKey:56 - _ in label is last char, this is not allowedlabel='Save_'. 14:28:59 main WARN - org.apache.myfaces.tobago.renderkit.LabelWithAccessKey:56 - _ in label is last char, this is not allowedlabel='Save_'. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running org.apache.myfaces.tobago.layout.grid.GridArrayUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.myfaces.tobago.util.StringUtilUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.apache.myfaces.tobago.renderkit.html.StyleClassesUnitTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running org.apache.myfaces.tobago.component.ComponentUtilUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running org.apache.myfaces.tobago.taglib.component.GenericComponentTagUnitTest 14:28:59 main INFO - org.apache.myfaces.tobago.config.TobagoConfig:95 - Using default Theme one 14:29:00 main INFO - org.apache.myfaces.tobago.config.TobagoConfig:95 - Using default Theme one 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:00 main INFO - org.apache.myfaces.tobago.config.TobagoConfig:95 - Using default Theme one Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 sec Running org.apache.myfaces.tobago.layout.grid.GridLayoutManagerUnitTest 14:29:00 main DEBUG - org.apache.myfaces.tobago.layout.grid.GridLayoutManager:67 - ????? ????? ????? ????? ????? 14:29:00 main DEBUG - org.apache.myfaces.tobago.layout.grid.GridLayoutManager:67 - ????? ????? ????? ????? ????? 14:29:00 main DEBUG - org.apache.myfaces.tobago.layout.grid.GridLayoutManager:67 - ????? ????? ????? ????? ????? Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.apache.myfaces.tobago.util.LayoutInfoUnitTest 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:105 - More space (284) needed than available (83)! clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:126 - There are columns left but no more space! cellsLeft=4, tokens=284px;1*;180px;1*;75px; clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:129 - calculated spaces = "284;-1;-1;-1;-1" clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:384 - set column 0 from 284px to with 284 clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:105 - More space (180) needed than available (-201)! clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:126 - There are columns left but no more space! cellsLeft=3, tokens=284px;1*;180px;1*;75px; clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:129 - calculated spaces = "284;-1;180;-1;-1" clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:384 - set column 2 from 180px to with 180 clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:105 - More space (75) needed than available (-381)! clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:126 - There are columns left but no more space! cellsLeft=2, tokens=284px;1*;180px;1*;75px; clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:129 - calculated spaces = "284;-1;180;-1;75" clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:384 - set column 4 from 75px to with 75 clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:105 - More space (0) needed than available (-456)! clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:110 - Cutting to fit. clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:126 - There are columns left but no more space! cellsLeft=1, tokens=284px;1*;180px;1*;75px; clientId='unittest' 14:29:00 main WARN - org.apache.myfaces.tobago.util.LayoutInfo:129 - calculated spaces = "284;0;180;-1;75" clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:317 - set column 1 from 1* to with -228.0 == 0px clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:105 - More space (0) needed than available (-456)! clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:110 - Cutting to fit. clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:317 - set column 3 from 1* to with -228.0 == 0px clientId='unittest' 14:29:00 main DEBUG - org.apache.myfaces.tobago.util.LayoutInfo:276 - spaces after spread :[284, 0, 180, 0, 75] clientId='unittest' Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec Running org.apache.myfaces.tobago.util.RangeParserUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.apache.myfaces.tobago.taglib.component.GenericTagUnitTest 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:00 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' 14:29:01 main DEBUG - org.apache.myfaces.tobago.taglib.component.GenericTestBase:141 - Unsupported property type 'class javax.servlet.jsp.tagext.BodyContent' for property 'bodyContent' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 sec Running org.apache.myfaces.tobago.component.UITreeUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataRequestUnitTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.apache.myfaces.tobago.util.HtmlWriterUtilUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.apache.myfaces.tobago.convert.DurationConverterUnitTest 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '0:01' 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '16:40' 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '-1:40:00' 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '1:00:00' 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '24:00:00' 14:29:02 main DEBUG - org.apache.myfaces.tobago.convert.DurationConverter:80 - string = '8765:45:36' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.apache.myfaces.tobago.layout.grid.GridUnitTest 14:29:02 main WARN - org.apache.myfaces.tobago.layout.grid.Grid:53 - The columnSpan is to large for the actual position in the grid. Will be fixed. columnSpan=2 columnCursor=0 columnCount=1 14:29:02 main WARN - org.apache.myfaces.tobago.layout.grid.Grid:61 - The columnSpan is to large for the actual position in the grid. Will be fixed. columnSpan=2 columnCursor=0 columnCount=2 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.apache.myfaces.tobago.component.UIDataUnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Results : Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] [jar:jar] [INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT.jar [INFO] Preparing javadoc:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [scm:update {execution: getting-scm.revision}] [INFO] Executing: svn --non-interactive update [INFO] Working directory: /local/continuum-1.1-beta-2/working-directory/7 [INFO] Storing revision in 'scm.revision' project property. [INFO] [javadoc:jar {execution: attach-javadoc}] 1 warning [INFO] Javadoc Warnings [WARNING] /local/continuum-1.1-beta-2/working-directory/7/src/main/java/org/apache/myfaces/tobago/component/ComponentUtil.java:1084: warning - Tag @link: can't find setSuggestMethodBinding(UIInput, String) in org.apache.myfaces.tobago.component.ComponentUtil [INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-javadoc.jar [INFO] Preparing taglib:taglibdocjar [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] [taglib:taglibdoc] [INFO] [taglib:taglibdocjar {execution: attach-tlddoc}] [INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-tlddoc.jar [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [WARNING] Removing: taglibdocjar from forked lifecycle, to prevent recursive invocation. [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] [scm:update {execution: getting-scm.revision}] [INFO] Executing: svn --non-interactive update [INFO] Working directory: /local/continuum-1.1-beta-2/working-directory/7 [INFO] Storing revision in 'scm.revision' project property. [INFO] [source:jar {execution: attach-source}] [INFO] Building jar: /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-sources.jar [INFO] [retrotranslator:translate-project {execution: default}] [INFO] Transforming 608 file(s) from /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT.jar to /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-jdk14retro.jar. [INFO] Transformation of 608 file(s) completed successfully. [INFO] Verifying 608 file(s) in /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-jdk14retro.jar. [INFO] Verification of 608 file(s) completed successfully. [INFO] [install:install] [INFO] Installing /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT.jar [INFO] Installing /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-javadoc.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-javadoc.jar [INFO] Installing /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-tlddoc.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-tlddoc.jar [INFO] Installing /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-sources.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-sources.jar [INFO] Installing /local/continuum-1.1-beta-2/working-directory/7/target/tobago-core-1.1.0-SNAPSHOT-jdk14retro.jar to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-jdk14retro.jar [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT.jar [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading repository metadata for: 'artifact org.apache.myfaces.tobago:tobago-core' [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading project information for tobago-core 1.1.0-SNAPSHOT [INFO] Retrieving previous metadata from apache-maven-snapshots [INFO] Uploading repository metadata for: 'snapshot org.apache.myfaces.tobago:tobago-core:1.1.0-SNAPSHOT' [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-javadoc.jar [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-tlddoc.jar [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-sources.jar [INFO] Retrieving previous build number from apache-maven-snapshots Uploading: scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tobago/tobago-core/1.1.0-SNAPSHOT/tobago-core-1.1.0-SNAPSHOT-jdk14retro.jar [INFO] Preparing checkstyle:check [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] [checkstyle:checkstyle] [INFO] There are 1 checkstyle errors. [INFO] [checkstyle:check] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] You have 1 checkstyle violation. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 minutes 55 seconds [INFO] Finished at: Thu Mar 13 14:31:29 GMT+00:00 2008 [INFO] Final Memory: 29M/99M [INFO] ------------------------------------------------------------------------ ****************************************************************************