[jira] Created: (FOR-723) views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and corner-importsX.svg.xslt

2005-10-31 Thread kevin (JIRA)
views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and 
corner-importsX.svg.xslt
--

 Key: FOR-723
 URL: http://issues.apache.org/jira/browse/FOR-723
 Project: Forrest
Type: Improvement
  Components: Views  
Versions: 0.8-dev
 Environment: any
Reporter: kevin
Priority: Minor


new pelt.screen.css that
references corner images with hex values so the old skinconf is
not used ie:
#header .round-top-left-small {
background-image: url(../skin/images/rc-t-l-5-X294563-X4a6d8c-
X4a6d8c.png);
background-repeat: no-repeat;
background-position: top left;
}
I have made comments in pelt.screen.css to understand where and how
all images are used. There are some comented out.

plus

rcX.svg.xslt and corner-importsX.svg.xslt
that deal with hex values rather than skinconf color names
to go in main/webapp/skins/common/images as a fallback

Note:
an update to resouces.xmap to match this request is needed:
 map:match pattern=skin/images**/*c-*-*-*-X*-X*-X*.png
   map:call resource=read-svg2png-corner-resource
 map:parameter name=path value=images/{1} /
 map:parameter name=name value={2}cX /
 map:parameter name=orientation-tb value={3}/
 map:parameter name=orientation-lr value={4}/
 map:parameter name=size value={5}/
 map:parameter name=bg-color-name value={6}/
 map:parameter name=stroke-color-name value={7}/
 map:parameter name=fg-color-name value={8}/
   /map:call
not sure if this goes in the core it would be a fallback from themer plugin
resources.xmap if the request wasn't matched?

Also themer sitemap.xmap used lm for *.css matches not sure how it should be
used here. So I let it go to resources.xmap for above testing.



-- 
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-723) views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and corner-importsX.svg.xslt

2005-10-31 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-723?page=all ]

kevin updated FOR-723:
--

Attachment: pelt.screen.css
rcX.svg.xslt
corner-importsX.svg.xslt

 views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and 
 corner-importsX.svg.xslt
 --

  Key: FOR-723
  URL: http://issues.apache.org/jira/browse/FOR-723
  Project: Forrest
 Type: Improvement
   Components: Views
 Versions: 0.8-dev
  Environment: any
 Reporter: kevin
 Priority: Minor
  Attachments: corner-importsX.svg.xslt, pelt.screen.css, rcX.svg.xslt

 new pelt.screen.css that
 references corner images with hex values so the old skinconf is
 not used ie:
 #header .round-top-left-small {
 background-image: url(../skin/images/rc-t-l-5-X294563-X4a6d8c-
 X4a6d8c.png);
 background-repeat: no-repeat;
 background-position: top left;
 }
 I have made comments in pelt.screen.css to understand where and how
 all images are used. There are some comented out.
 plus
 rcX.svg.xslt and corner-importsX.svg.xslt
 that deal with hex values rather than skinconf color names
 to go in main/webapp/skins/common/images as a fallback
 Note:
 an update to resouces.xmap to match this request is needed:
  map:match pattern=skin/images**/*c-*-*-*-X*-X*-X*.png
map:call resource=read-svg2png-corner-resource
  map:parameter name=path value=images/{1} /
  map:parameter name=name value={2}cX /
  map:parameter name=orientation-tb value={3}/
  map:parameter name=orientation-lr value={4}/
  map:parameter name=size value={5}/
  map:parameter name=bg-color-name value={6}/
  map:parameter name=stroke-color-name value={7}/
  map:parameter name=fg-color-name value={8}/
/map:call
 not sure if this goes in the core it would be a fallback from themer plugin
 resources.xmap if the request wasn't matched?
 Also themer sitemap.xmap used lm for *.css matches not sure how it should be
 used here. So I let it go to resources.xmap for above testing.

-- 
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-723) views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and corner-importsX.svg.xslt

2005-10-31 Thread kevin (JIRA)
[ 
http://issues.apache.org/jira/browse/FOR-723?page=comments#action_12356456 ] 

kevin commented on FOR-723:
---

Sorry comment about location map
Also themer sitemap.xmap used lm for *.css matches
should say
output.xmap

I had commented out the lm call in output.xmap
  !--
Last processing step.
Here we are overriding the default skin generation.

  map:match pattern=themes/**.css
 map:read mime-type=text/css src={lm:themes/{1}.css} /
  /map:match
  --



 views v2 corner images: pelt.screen.css, hex rcX.svg.xslt and 
 corner-importsX.svg.xslt
 --

  Key: FOR-723
  URL: http://issues.apache.org/jira/browse/FOR-723
  Project: Forrest
 Type: Improvement
   Components: Views
 Versions: 0.8-dev
  Environment: any
 Reporter: kevin
 Priority: Minor
  Attachments: corner-importsX.svg.xslt, pelt.screen.css, rcX.svg.xslt

 new pelt.screen.css that
 references corner images with hex values so the old skinconf is
 not used ie:
 #header .round-top-left-small {
 background-image: url(../skin/images/rc-t-l-5-X294563-X4a6d8c-
 X4a6d8c.png);
 background-repeat: no-repeat;
 background-position: top left;
 }
 I have made comments in pelt.screen.css to understand where and how
 all images are used. There are some comented out.
 plus
 rcX.svg.xslt and corner-importsX.svg.xslt
 that deal with hex values rather than skinconf color names
 to go in main/webapp/skins/common/images as a fallback
 Note:
 an update to resouces.xmap to match this request is needed:
  map:match pattern=skin/images**/*c-*-*-*-X*-X*-X*.png
map:call resource=read-svg2png-corner-resource
  map:parameter name=path value=images/{1} /
  map:parameter name=name value={2}cX /
  map:parameter name=orientation-tb value={3}/
  map:parameter name=orientation-lr value={4}/
  map:parameter name=size value={5}/
  map:parameter name=bg-color-name value={6}/
  map:parameter name=stroke-color-name value={7}/
  map:parameter name=fg-color-name value={8}/
/map:call
 not sure if this goes in the core it would be a fallback from themer plugin
 resources.xmap if the request wasn't matched?
 Also themer sitemap.xmap used lm for *.css matches not sure how it should be
 used here. So I let it go to resources.xmap for above testing.

-- 
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] Created: (FOR-678) views not working on forrest seed forrest site

2005-09-21 Thread kevin (JIRA)
views not working on forrest seed forrest site
--

 Key: FOR-678
 URL: http://issues.apache.org/jira/browse/FOR-678
 Project: Forrest
Type: Bug
  Components: Views  
Versions: 0.8-dev
 Environment: any
Reporter: kevin


svn up
At revision 290844.
Did build.sh clean; build.sh and views,sh
forrest seed
enable views in forrest.properties
forrest site
...
X [0] linkmap.html  BROKEN: 
org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer(Lorg/apache/commons/jxpath/Pointer;)V
Total time: 0 minutes 10 seconds,  Site size: 0 Site pages: 0

BUILD FAILED
/usr/java/forrest/main/targets/site.xml:41: Java returned: 1


-- 
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] Created: (FOR-673) pelt view, instruction_arrow.png missing

2005-09-14 Thread kevin (JIRA)
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.orig2005-09-14 14:35:20.0 +0100
+++ pelt.screen.css 2005-09-14 14:35:34.0 +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



[jira] Created: (FOR-670) forrest seedTestBusiness; forrest site fails resume dtd validation

2005-09-09 Thread kevin (JIRA)
forrest seedTestBusiness; forrest site fails resume dtd validation
--

 Key: FOR-670
 URL: http://issues.apache.org/jira/browse/FOR-670
 Project: Forrest
Type: Bug
  Components: XML grammars  validation  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor
 Attachments: blogsJane.xml.diff

Files
main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJane.xml
main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJoe.xml

fail xml validation
@level is advanced should be Advanced
@level is advanced, gt; 5 years should be Advanced
etc

Will add patches.
 Please check, sorry for raising if dtd is under change.


-- 
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-670) forrest seedTestBusiness; forrest site fails resume dtd validation

2005-09-09 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-670?page=all ]

kevin updated FOR-670:
--

Attachment: blogsJane.xml.diff

 forrest seedTestBusiness; forrest site fails resume dtd validation
 --

  Key: FOR-670
  URL: http://issues.apache.org/jira/browse/FOR-670
  Project: Forrest
 Type: Bug
   Components: XML grammars  validation
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor
  Attachments: blogsJane.xml.diff

 Files
 main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJane.xml
 main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJoe.xml
 fail xml validation
 @level is advanced should be Advanced
 @level is advanced, gt; 5 years should be Advanced
 etc
 Will add patches.
  Please check, sorry for raising if dtd is under change.

-- 
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-670) forrest seedTestBusiness; forrest site fails resume dtd validation

2005-09-09 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-670?page=all ]

kevin updated FOR-670:
--

Attachment: blogsJoe.xml.diff

 forrest seedTestBusiness; forrest site fails resume dtd validation
 --

  Key: FOR-670
  URL: http://issues.apache.org/jira/browse/FOR-670
  Project: Forrest
 Type: Bug
   Components: XML grammars  validation
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor
  Attachments: blogsJane.xml.diff, blogsJoe.xml.diff

 Files
 main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJane.xml
 main/template-sites/business/src/documentation/content/xdocs/team/resume/blogsJoe.xml
 fail xml validation
 @level is advanced should be Advanced
 @level is advanced, gt; 5 years should be Advanced
 etc
 Will add patches.
  Please check, sorry for raising if dtd is under change.

-- 
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] Created: (FOR-669) pelt view project logo not aligned correctly

2005-09-08 Thread kevin (JIRA)
pelt view project logo not aligned correctly


 Key: FOR-669
 URL: http://issues.apache.org/jira/browse/FOR-669
 Project: Forrest
Type: Bug
  Components: Views  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


css bug in
whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.screen.css
references to
.grouplogo should be #grouplogo 
etc
going to try and add a patch

-- 
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-669) pelt view project logo not aligned correctly

2005-09-08 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-669?page=all ]

kevin updated FOR-669:
--

Attachment: pelt.screen.css.diff

 pelt view project logo not aligned correctly
 

  Key: FOR-669
  URL: http://issues.apache.org/jira/browse/FOR-669
  Project: Forrest
 Type: Bug
   Components: Views
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor
  Attachments: pelt.screen.css.diff

 css bug in
 whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/css/pelt/pelt.screen.css
 references to
 .grouplogo should be #grouplogo 
 etc
 going to try and add a patch

-- 
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] Created: (FOR-662) forrest seed using views broken index.source.xml

2005-09-03 Thread kevin (JIRA)
forrest seed using views broken index.source.xml


 Key: FOR-662
 URL: http://issues.apache.org/jira/browse/FOR-662
 Project: Forrest
Type: Bug
  Components: Views  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


Tried howto example on views on fresh seed-basic site and got error:

X [0] index.source.xml  BROKEN: 
/path/to/seed-basic/src/documentation/content/xdocs/index.source.xml (No such 
file or directory)


-- 
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] Created: (FOR-614) views example needs Text plugin added to project.required.plugins

2005-08-09 Thread kevin (JIRA)
views example needs Text plugin added to project.required.plugins
-

 Key: FOR-614
 URL: http://issues.apache.org/jira/browse/FOR-614
 Project: Forrest
Type: Bug
  Components: Core operations  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin


Views example uses leather-dev skin. Text plugin is needed to be added to the 
normally commented out list of plugins for using views in forrest.properties 
file.




-- 
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] Created: (FOR-615) template-sites/business skinconfig.xml and site.xml typos

2005-08-09 Thread kevin (JIRA)
template-sites/business skinconfig.xml and site.xml typos
-

 Key: FOR-615
 URL: http://issues.apache.org/jira/browse/FOR-615
 Project: Forrest
Type: Bug
  Components: Core operations  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


skinconfig.xml:

grup.url
should be group.url

site.xml:

dsiplay
should be display




-- 
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] Created: (FOR-616) whiteboard Resume plugin input.xmap typos

2005-08-09 Thread kevin (JIRA)
whiteboard Resume plugin input.xmap typos
-

 Key: FOR-616
 URL: http://issues.apache.org/jira/browse/FOR-616
 Project: Forrest
Type: Bug
  Components: Plugins (general issues)  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


input.xmap:

pattern team/allBySkill.xml

resource resumes2skillxdoc.xsl
should be resumes2skillXdoc.xsl

patthern team/all.xml

resource resumes2Xdoc.xsl
should be resumes2xdoc.xs

Hope I got my 'X' and 'x' the right way!


-- 
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-616) whiteboard Resume plugin input.xmap typos

2005-08-09 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-616?page=all ]

kevin updated FOR-616:
--

Description: 
input.xmap:

pattern team/allBySkill.xml

resource resumes2skillxdoc.xsl
should be resumes2skillXdoc.xsl

pattern team/all.xml

resource resumes2Xdoc.xsl
should be resumes2xdoc.xs

Hope I got my 'X' and 'x' the right way!


  was:
input.xmap:

pattern team/allBySkill.xml

resource resumes2skillxdoc.xsl
should be resumes2skillXdoc.xsl

patthern team/all.xml

resource resumes2Xdoc.xsl
should be resumes2xdoc.xs

Hope I got my 'X' and 'x' the right way!



 whiteboard Resume plugin input.xmap typos
 -

  Key: FOR-616
  URL: http://issues.apache.org/jira/browse/FOR-616
  Project: Forrest
 Type: Bug
   Components: Plugins (general issues)
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor


 input.xmap:
 pattern team/allBySkill.xml
 resource resumes2skillxdoc.xsl
 should be resumes2skillXdoc.xsl
 pattern team/all.xml
 resource resumes2Xdoc.xsl
 should be resumes2xdoc.xs
 Hope I got my 'X' and 'x' the right way!

-- 
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-614) views example needs Text plugin added to project.required.plugins

2005-08-09 Thread kevin (JIRA)
 [ http://issues.apache.org/jira/browse/FOR-614?page=all ]

kevin updated FOR-614:
--

Priority: Minor  (was: Major)

 views example needs Text plugin added to project.required.plugins
 -

  Key: FOR-614
  URL: http://issues.apache.org/jira/browse/FOR-614
  Project: Forrest
 Type: Bug
   Components: Core operations
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor


 Views example uses leather-dev skin. Text plugin is needed to be added to the 
 normally commented out list of plugins for using views in forrest.properties 
 file.

-- 
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-614) views example needs Text plugin added to project.required.plugins

2005-08-09 Thread kevin (JIRA)
[ 
http://issues.apache.org/jira/browse/FOR-614?page=comments#action_12318209 ] 

kevin commented on FOR-614:
---

OK

forrest seed

vi forrest.properties

#project.skin=pelt
# uncomment the following skin if you are using views
project.skin=leather-dev
...
# Add the following plugins to project.required.plugins when using views:
project.required.plugins=org.apache.forrest.plugin.output.pdf,
org.apache.forrest.plugin.input.viewHelper.xhtml.ls,
org.apache.forrest.plugin.output.viewHelper.xhtml,
org.apache.forrest.plugin.internal.view

forrest seed

Gives errors like:

X [0] samples/static.txtBROKEN: No 
pipeline matched request: samples/static.txt
X [0] samples/sample.txtBROKEN: No 
pipeline matched request: samples/sample.txt
* [20/26]   [0/0] 0.889s 5.6Kb   samples/static.pdf
* [21/25]   [0/7] 0.155s 16.6Kb  samples/sample.xml

Suggesting the text plugin is needed. Adding it to the list builds ok.

The local skincon.xml has:
 disable-txt-linktrue/disable-txt-link

Looks like this is overridden by the contract you suggest. I am new
to views and contracts but the pdf plugin is normally in 
project.required.plugins and adding the text plugin fixed the errors.


 views example needs Text plugin added to project.required.plugins
 -

  Key: FOR-614
  URL: http://issues.apache.org/jira/browse/FOR-614
  Project: Forrest
 Type: Bug
   Components: Views
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor


 Views example uses leather-dev skin. Text plugin is needed to be added to the 
 normally commented out list of plugins for using views in forrest.properties 
 file.

-- 
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-614) views example needs Text plugin added to project.required.plugins

2005-08-09 Thread kevin (JIRA)
[ 
http://issues.apache.org/jira/browse/FOR-614?page=comments#action_12318210 ] 

kevin commented on FOR-614:
---

Sorry, second forrest seed was meant to be forrest site.

 views example needs Text plugin added to project.required.plugins
 -

  Key: FOR-614
  URL: http://issues.apache.org/jira/browse/FOR-614
  Project: Forrest
 Type: Bug
   Components: Views
 Versions: 0.8-dev
  Environment: Any
 Reporter: kevin
 Priority: Minor


 Views example uses leather-dev skin. Text plugin is needed to be added to the 
 normally commented out list of plugins for using views in forrest.properties 
 file.

-- 
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] Created: (FOR-606) forrest seedBusiness refers to ...plugin.input.Resume

2005-08-07 Thread kevin (JIRA)
forrest seedBusiness refers to ...plugin.input.Resume
-

 Key: FOR-606
 URL: http://issues.apache.org/jira/browse/FOR-606
 Project: Forrest
Type: Bug
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


forrest seedBusiness refers to ...plugin.input.Resume when building site.
Not in whiteboard either.


-- 
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] Created: (FOR-607) site-author - Versioned Docs and Plugins tabs not highlighted

2005-08-07 Thread kevin (JIRA)
site-author - Versioned Docs and Plugins tabs not highlighted
-

 Key: FOR-607
 URL: http://issues.apache.org/jira/browse/FOR-607
 Project: Forrest
Type: Bug
  Components: Documentation and website  
Versions: 0.8-dev
 Environment: Any
Reporter: kevin
Priority: Minor


site-author Versioned Docs and Plugins tabs not highlighted when viewing 
docs

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