Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 70609 invoked from network); 2 Jul 2005 15:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2005 15:33:18 -0000 Received: (qmail 95661 invoked by uid 500); 2 Jul 2005 15:33:18 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 95288 invoked by uid 500); 2 Jul 2005 15:33:15 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 95257 invoked by uid 99); 2 Jul 2005 15:33:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jul 2005 08:33:15 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 2D48913 for ; Sat, 2 Jul 2005 17:33:12 +0200 (CEST) Message-ID: <1799586182.1120318392183.JavaMail.jira@ajax.apache.org> Date: Sat, 2 Jul 2005 17:33:12 +0200 (CEST) From: "Ron Blaschke (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-547) Plugins are not installed when calling forrest via Ant (forrest.build.xml:site) In-Reply-To: <178983587.1119181159999.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/FOR-547?page=comments#action_12314950 ] Ron Blaschke commented on FOR-547: ---------------------------------- The problem seems to be caused by ant-contrib-1.0b1. Once I removed the jar from my classpath, the ant script worked fine. Even better, ant-contrib-1.0b2 doesn't seem to cause any problems. It can easily reproduced by copying ant-contrib-1.0b1.jar to %FORREST_HOME%\lib\endorsed, any running forrest init-plugins, with a plugin missing. I guess the FAQ should contain a warning for ant-contrib-1.0b1, and this issue can be closed. > Plugins are not installed when calling forrest via Ant (forrest.build.xml:site) > ------------------------------------------------------------------------------- > > Key: FOR-547 > URL: http://issues.apache.org/jira/browse/FOR-547 > Project: Forrest > Type: Bug > Components: Core operations > Versions: 0.7 > Environment: Windows XP, SP2 > Ant 1.6.5 > Forrest 0.7rc1 > Reporter: Ron Blaschke > Priority: Minor > > I have an Ant script, which imports forrest.build.xml. When calling the site target with a missing plugin, the install fails. But "forrest init-plugins" works fine. Also, using versioned plugins works, using the Ant script and "forrest init-plugins".. > Here's the relevant conversation from forrest-dev. > Ron Blaschke wrote: > > Friday, June 17, 2005, 11:54:47 AM, Ross Gardler wrote: > >>Ron Blaschke wrote: > >> > >>>Unable to retrieve the ${plugin.name} plugin. > >>> > >>>Two noteworthy things: Calling "forrest init-plugins" installs the > >>>plugin sucessfully. And the error message says "${plugin.name}", > >>>instead of the real name of the plugin. > > > >>The two things are related. It looks like that the {plugin.name} is not > >>being set for some reason (and I guess {versioned.name} is not set either. > > > >>These are set in the init-plugins target of targets/plugins.xml > > > > I ran my build.xml with "ant -d," and found the following: > > > > Setting ro project property: plugin.name -> ${plugin.name} > > Setting ro project property: plugin.version -> ${plugin.version} > > Setting ro project property: versioned.name -> > > org.apache.forrest.plugin.input.projectInfo > Actually that is as expected. The {plugin.name} and {plugin.version} > values are set by a regexp looking for the the version number. Since > there is no version number in the plugin required the regexp fails and > so no value for the property. The rest of the script tries to get the > {versioned.name} plugin. If it fails it falls back to the unversioned > plugin. > This explains why the error message shows ${plugin.name}, I've changed > that to use the {versioned.name} so at least it will give a more > meaningful error. > > "forrest -d" says: > > > > Setting ro project property: plugin.name -> > > org.apache.forrest.plugin.input.projectInfo > > Setting ro project property: plugin.version -> > > Setting ro project property: versioned.name -> > > org.apache.forrest.plugin.input.projectInfo > This I don't understand. The bechaviour should be the same as above. The > relevant portion of the ANT script is at line 337 of targets/plugins.xml > > My forrest.properties says this: > > > > project.required.plugins=org.apache.forrest.plugin.input.projectInfo, > > org.apache.forrest.plugin.input.simplifiedDocbook > I assume you get the same behaviour with simplifiedDocbook? > > Out of curiosity, I added the plugin version. > > > > project.required.plugins=org.apache.forrest.plugin.input.projectInfo-0.1, > > org.apache.forrest.plugin.input.simplifiedDocbook > > > > The debug trace of my build.xml changes to the following, and the > > plugin is successfully installed. > > > > Setting ro project property: plugin.name -> > > org.apache.forrest.plugin.input.projectInfo > > Setting ro project property: plugin.version -> 0.1 > > Setting ro project property: versioned.name -> > > org.apache.forrest.plugin.input.projectInfo-0.1 > This looks like the behaviour expected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira