Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 72440 invoked from network); 17 Jun 2009 18:32:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 18:32:21 -0000 Received: (qmail 26610 invoked by uid 500); 17 Jun 2009 18:32:32 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 26585 invoked by uid 500); 17 Jun 2009 18:32:32 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 26575 invoked by uid 99); 17 Jun 2009 18:32:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 18:32:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 18:32:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7244A234C051 for ; Wed, 17 Jun 2009 11:32:07 -0700 (PDT) Message-ID: <2013903726.1245263527467.JavaMail.jira@brutus> Date: Wed, 17 Jun 2009 11:32:07 -0700 (PDT) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Closed: (OPENJPA-1139) checkstyle results in velocity errors in build output In-Reply-To: <749709995.1245260527417.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick closed OPENJPA-1139. --------------------------------- Resolution: Fixed > checkstyle results in velocity errors in build output > ----------------------------------------------------- > > Key: OPENJPA-1139 > URL: https://issues.apache.org/jira/browse/OPENJPA-1139 > Project: OpenJPA > Issue Type: Bug > Components: build / infrastructure > Affects Versions: 2.0.0 > Reporter: Michael Dick > Assignee: Michael Dick > Priority: Trivial > Fix For: 2.0.0 > > > The checkstyle plugin pulls in an older version of the plexus velocity plugin which generates extraneous messages like these : > [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. > Moving up to a newer velocity dependency removes much of this output (I'm specifically targetting the [ERROR] message with this fix ). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.