You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Sjur N. Moshagen (JIRA)" <ji...@apache.org> on 2005/07/20 12:23:45 UTC

[jira] Commented: (FOR-581) Toolbar icons not found if tool is installed in user config dir

    [ http://issues.apache.org/jira/browse/FOR-581?page=comments#action_12316216 ] 

Sjur N. Moshagen commented on FOR-581:
--------------------------------------

There is a similar issue with loading the common.css stylesheet when opening/creating a Forrest document. Presently the two files

tools/xxe/forrest/css/document1x.css
tools/xxe/forrest/css/document2x.css

contains the following @import statement:

@import url(xxe-config:forrest/css/common.css);

If changed to:

@import url(common.css);

the problem is gone.

> Toolbar icons not found if tool is installed in user config dir
> ---------------------------------------------------------------
>
>          Key: FOR-581
>          URL: http://issues.apache.org/jira/browse/FOR-581
>      Project: Forrest
>         Type: Improvement
>   Components: Tool: XXE config
>     Versions: 0.8-dev
>     Reporter: Sjur N. Moshagen
>     Priority: Minor

>
> The XXE tool is referencing several icons in the XXE distribution in a way that requires the tool to be installed within the application directory structure.
> As of version 2.10 (or was it 2.9p1?), the user config dir is a replica of the application config dir, and is scanned upon application startup. This makes it natural to install the forrest XXE tool in the user space, to avoid having to reinstall it each time XXE is updated.
> Because the icon references are relative to the installation dir of XXE (and assuming that the tool is installed at a certain directory depth within it), it is presently not possible to install the tool in the XXE user config area. The tool initialisation will crash, which again will turn off the tool.
> A simple solution would be to just copy the icons into the forreset tool, but I have been unable to find any license text or any other description on whether that would be acceptable.
> Another solution would be to enhance the URI of the icons with a reference to the installation directory, but I don't know whether there exists a mechanism that would allow the necessary platform independence and flexibility.

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