You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Tim Williams (JIRA)" <ji...@apache.org> on 2005/06/10 22:46:46 UTC

[jira] Created: (FOR-537) Plugin documentation sitemap references

Plugin documentation sitemap references
---------------------------------------

         Key: FOR-537
         URL: http://issues.apache.org/jira/browse/FOR-537
     Project: Forrest
        Type: Bug
  Components: Documentation and website  
    Versions: 0.7-dev    
 Environment: n/a
    Reporter: Tim Williams
    Priority: Minor


This one references:
"FORREST_INSTALL_DIR/plugins/sitemap.xmap"
and
"src/plugins/sitemap.xmap"
and
"<map:mount uri-prefix=""
                      src="{forrest:plugins}/sitemap.xmap":

http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F


--tim

-- 
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


[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Tim Williams (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12355748 ] 

Tim Williams commented on FOR-537:
----------------------------------

nope, it's still referencing sitemap.xmap instead of the three.

http://forrest.apache.org/pluginDocs/plugins_0_80/pluginInfrastructure.html#How+does+Installation+work%3F

Good new is that I've learned enough about the plugins since I made the original comment that I can fix it myself now;)
--tim

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.7
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor
>      Fix For: 0.8-dev

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Gavin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12375880 ] 

Gavin commented on FOR-537:
---------------------------

Ok, I see there are references to the 'three' plugin types further up the file, but still remains references to sitemap.xmap also. I have corrected what I can where I can that needed changing still, but there remains this section I am not sure on how this works as it has changed recently, so if someone could re-word this bit I'll add it to my patch of changes.

 <section>
    <title>How does Installation work?</title>
    <p>When Forrest installs a plugin it downloads a zip of the plugin code and 
    extracts it into the <code>plugins</code> directory of Forrest and an entry is made 
    in <code>src/plugins/sitemap.xmap</code>. For example, installing the 
    IMSManifest plugin described above will result in the following entry 
    being added to the plugin sitemap:</p>

  <source><![CDATA[
<map:select type="exists">
  <map:when test="sitemap.xmap">
    <map:mount uri-prefix="" 
      src="sitemap.xmap" 
      check-reload="yes" 
      pass-through="true"/>
  </map:when>
</map:select>
  ]]></source>
  
      <p>Installed plugins are managed by the
      FORREST_INSTALL_DIR/plugins/sitemap.xmap file. This file is mounted
      by the main Forrest sitemap with the following code:</p>
  
  <source><![CDATA[
        <map:pipeline internal-only="false">
           <map:mount uri-prefix=""
                      src="{forrest:plugins}/sitemap.xmap"
                      check-reload="yes"
                      pass-through="true"/>
        </map:pipeline>
  ]]></source>
      
      <note>The plugin sitemap.xmap file is automatically managed by Forrest, the 
      end user need never edit this file.</note>
    </section>



> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug

>   Components: Documentation and website
>     Versions: 0.7
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor
>      Fix For: 0.8-dev

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


[jira] Closed: (FOR-537) Plugin documentation sitemap references

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FOR-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ross Gardler closed FOR-537.
----------------------------

    Resolution: Fixed
      Assignee: Ross Gardler

> Plugin documentation sitemap references
> ---------------------------------------
>
>                 Key: FOR-537
>                 URL: https://issues.apache.org/jira/browse/FOR-537
>             Project: Forrest
>          Issue Type: Bug
>          Components: Documentation and website
>    Affects Versions: 0.7
>         Environment: n/a
>            Reporter: Tim Williams
>         Assigned To: Ross Gardler
>            Priority: Minor
>             Fix For: 0.8-dev
>
>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12313335 ] 

Ross Gardler commented on FOR-537:
----------------------------------

Sorry I'm not clear on what you are reporting here, is it that you find the different ways of referring to the sitemap.xmap file confusing?

(it is confusing, but is that what you are referring to)

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.7-dev
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


RE: [jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: Ross Gardler (JIRA) [mailto:jira@apache.org]
> Sent: Monday, 24 April 2006 4:25 AM
> To: dev@forrest.apache.org
> Subject: [jira] Commented: (FOR-537) Plugin documentation sitemap
> references
> 
>     [ http://issues.apache.org/jira/browse/FOR-
> 537?page=comments#action_12375901 ]
> 
> Ross Gardler commented on FOR-537:
> ----------------------------------
> 
> The mechanism for installing a plugin has changed. We are in the process
> of moving towards allowing plugins to use src files in place. Most of the
> section you quote is still accurate. All that has changed is the mechanism
> for retrieving the code.

Sorry Ross, I don't understand. The section I quoted refers to sitemap.xmap
Mainly , i.e. - /src/plugins/sitemap.xmap and
{forrest.plugins}/sitemap.xmap. All the code mentioned is referred to as 
Being in the plugin sitemap. 


> 
> For details of how the current system works see the SVN commit messages on
> FOR-388 (note there are lots of progressive steps towards the current
> status, you'll need to interpret these messages to understand exactly what
> is currently happening).

Havign read the commit messages and gone through the changes in the files
Themselves and also having read
http://forrest.apache.org/pluginDocs/plugins_0_80/usingPlugins.html#sources
I can understand a little bit more of what is happening and indeed have
Tested it and it works well, but I still can not tie any of this in with
The section I referred to regarding sitemap.xmap as to me it does not exist
Any more and the method of installation is completely different. I can not
See how any of the
http://forrest.apache.org/pluginDocs/plugins_0_80/pluginInfrastructure.html#
How+does+Installation+work%3F section is relevant any more.

Gav...


> 
> > Plugin documentation sitemap references
> > ---------------------------------------
> >
> >          Key: FOR-537
> >          URL: http://issues.apache.org/jira/browse/FOR-537
> >      Project: Forrest
> >         Type: Bug
> 
> >   Components: Documentation and website
> >     Versions: 0.7
> >  Environment: n/a
> >     Reporter: Tim Williams
> >     Priority: Minor
> >      Fix For: 0.8-dev
> 
> >
> > This one references:
> > "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> > and
> > "src/plugins/sitemap.xmap"
> > and
> > "<map:mount uri-prefix=""
> >                       src="{forrest:plugins}/sitemap.xmap":
> >
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+d
> oes+Installation+work%3F
> > --tim
> 
> --
> 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
> 
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.4.5/322 - Release Date: 22/04/2006



[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12375901 ] 

Ross Gardler commented on FOR-537:
----------------------------------

The mechanism for installing a plugin has changed. We are in the process of moving towards allowing plugins to use src files in place. Most of the section you quote is still accurate. All that has changed is the mechanism for retrieving the code.

For details of how the current system works see the SVN commit messages on FOR-388 (note there are lots of progressive steps towards the current status, you'll need to interpret these messages to understand exactly what is currently happening).

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug

>   Components: Documentation and website
>     Versions: 0.7
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor
>      Fix For: 0.8-dev

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Tim Williams (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12313339 ] 

Tim Williams commented on FOR-537:
----------------------------------

I was reporting that it's referring to sitemap.xmap instead of input.xmap, output.xmap, or internal.xmap.  I didn't see where there is any sitemap.xmap being loaded within the plugin stuff -- maybe I'm wrong though.
--tim

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.7-dev
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


[jira] Commented: (FOR-537) Plugin documentation sitemap references

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FOR-537?page=comments#action_12313341 ] 

Ross Gardler commented on FOR-537:
----------------------------------

Ahhh, yes, you are right, everything used to be called a sitemap in the very first installation. We need to make it clear:

input plugins have input.xmap and an optional resources.xmap
internal plugins have internal.xmap
output plugins have an output.xmap

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.7-dev
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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


[jira] Updated: (FOR-537) Plugin documentation sitemap references

Posted by "Ross Gardler (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FOR-537?page=all ]

Ross Gardler updated FOR-537:
-----------------------------

    Fix Version: 0.8-dev

I think I've done this one, but we need to verify the docs.

> Plugin documentation sitemap references
> ---------------------------------------
>
>          Key: FOR-537
>          URL: http://issues.apache.org/jira/browse/FOR-537
>      Project: Forrest
>         Type: Bug
>   Components: Documentation and website
>     Versions: 0.7
>  Environment: n/a
>     Reporter: Tim Williams
>     Priority: Minor
>      Fix For: 0.8-dev

>
> This one references:
> "FORREST_INSTALL_DIR/plugins/sitemap.xmap"
> and
> "src/plugins/sitemap.xmap"
> and
> "<map:mount uri-prefix=""
>                       src="{forrest:plugins}/sitemap.xmap":
> http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F
> --tim

-- 
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