Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 83977 invoked from network); 6 May 2003 17:38:32 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 May 2003 17:38:32 -0000 Received: (qmail 13279 invoked by uid 97); 6 May 2003 17:40:36 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 13271 invoked from network); 6 May 2003 17:40:36 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 May 2003 17:40:36 -0000 Received: (qmail 83719 invoked by uid 500); 6 May 2003 17:38:29 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 83708 invoked from network); 6 May 2003 17:38:29 -0000 Received: from adsl-64-164-152-60.dsl.snfc21.pacbell.net (HELO coda.codaware.com) (64.164.152.60) by daedalus.apache.org with SMTP; 6 May 2003 17:38:29 -0000 Received: from codaware.com (cello.codaware.com [192.168.1.192]) by coda.codaware.com (8.12.6/8.12.6) with ESMTP id h46HcXPN026705 for ; Tue, 6 May 2003 10:38:33 -0700 (PDT) Message-ID: <3EB790AB.4070008@codaware.com> Date: Tue, 06 May 2003 03:38:35 -0700 From: Greg Zoller User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org Subject: Bugs in Jelly? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello... I'm getting a lot of errors (including some exceptions) when running maven. According to maven.log these are coming out of jelly tasks. Before trying to trace cause to either jelly, maven, or the plugin developers a HUGE problem I'm having is not being able to tell what is being parsed. In Jelly the Script interface doesn't define a toString() method and so printing out a script object doesn't give me anything helpful. Does anyone have some suggestings/best practices to help me trace where these errors might be originating? Thanks Greg fyi, here's a sample of a "naked" (no target) maven.log file. If I do something more complex I get a lot more errors and some exceptions. I want to be able to trace where these are coming from. 2003-05-06 03:37:58,479 INFO org.apache.maven.plugin.PluginManager - Initializing Plugins! 2003-05-06 03:37:58,534 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-sea-plugin-1.0 2003-05-06 03:37:58,697 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-deploy-plugin-1.1 2003-05-06 03:37:58,738 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-vdoclet-plugin-1.0 2003-05-06 03:37:58,744 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-plexus-plugin-0.2 2003-05-06 03:37:58,775 INFO org.apache.maven.plugin.PluginManager - Processing Plugin: maven-castor-plugin-1.0 2003-05-06 03:37:58,855 INFO org.apache.maven.plugin.PluginManager - Finished initializing Plugins! 2003-05-06 03:38:00,936 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested "available" element. 2003-05-06 03:38:00,960 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class com.werken.werkz.jelly.ProjectTag doesn't support the nested "path" element. 2003-05-06 03:38:01,037 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested "path" element. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org