pelt view, instruction_arrow.png missing
----------------------------------------
Key: FOR-673
URL: http://issues.apache.org/jira/browse/FOR-673
Project: Forrest
Type: Bug
Components: Views
Versions: 0.8-dev
Environment: any
Reporter: kevin
Priority: Minor
Enabling pelt view on new seeded site.
forrest site
...
X [0] skin/images/instruction_arrow.png
BROKEN:
/usr/java/forrest/build/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/.../images/instruction_arrow.png
(No such file or directory)
...
My local fix:
cd
$FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/images
cp $FORREST_HOME/main/webapp/skins/pelt/images/instruction_arrow.png .
cd ../css/pelt
and patch pelt.screen.css:
--- pelt.screen.css.orig 2005-09-14 14:35:20.000000000 +0100
+++ pelt.screen.css 2005-09-14 14:35:34.000000000 +0100
@@ -609,7 +609,7 @@
p.instruction {
display: list-item;
- list-style-image: url('../images/instruction_arrow.png');
+ list-style-image: url('images/instruction_arrow.png');
list-style-position: outside;
margin-left: 2em;
}
--
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