You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Rick Tessner <ri...@apache.org> on 2005/05/16 18:00:00 UTC

Re: [JIRA] Created: (FOR-494) Links not rendered correctly in text output plugin

On Fri, 2005-05-13 at 17:02 -0500, issues@cocoondev.org wrote:

> Here is an overview of the issue:
> ---------------------------------------------------------------------
>         Key: FOR-494
>     Summary: Links not rendered correctly in text output plugin
>        Type: Bug

Hi all,

I've committed a fix for this.  There were similar issues with <img>,
<icon> and <acronym> elements and those have been fixed as well.

However, now I'm trying to deploy the plugin by

     1. cd $FORREST_HOME/plugins/*.output.Text
     2. ant deploy

I get the following output:

        Buildfile: build.xml
         
        BUILD FAILED
        Target `checkout-deployed-docs' does not exist in this project.
        It is used from target `deploy-docs'.
         
        Total time: 2 seconds

The "ant" being used is the one in $FORREST_HOME/tools/ant/bin/ant.
There is no other "ant" installed on my system (SuSE 9.1, java 1.4.2_06)

Is this still the proper way to deploy plugins?

-- 
Rick Tessner
rick at apache dot org

Re: [JIRA] Created: (FOR-494) Links not rendered correctly in text output plugin

Posted by Ross Gardler <rg...@apache.org>.
Rick Tessner wrote:
> On Fri, 2005-05-13 at 17:02 -0500, issues@cocoondev.org wrote:
> 
> 
>>Here is an overview of the issue:
>>---------------------------------------------------------------------
>>        Key: FOR-494
>>    Summary: Links not rendered correctly in text output plugin
>>       Type: Bug
> 
> 
> Hi all,
> 
> I've committed a fix for this.  There were similar issues with <img>,
> <icon> and <acronym> elements and those have been fixed as well.
> 
> However, now I'm trying to deploy the plugin by
> 
>      1. cd $FORREST_HOME/plugins/*.output.Text
>      2. ant deploy

...

> Is this still the proper way to deploy plugins?

Yes, but I seem to have "lost" some edits to the file since I did the 
work on docs deplyoment. Now the blasted thing is broken. Thorsten 
spotted this earlier today.

All I can say is, sorry - I have no idea where these updates have gone - 
it did work and I *thought* I'd updated SVN. However, it doesn't work on 
my local machine anymore and there appear to be no commits that have 
trampled over my changes.

I'll look into it ASAP (hopefully tomorrow).

Ross