[ 
http://jira.codehaus.org/browse/JBEHAVE-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=265529#action_265529
 ] 

Derek Clarkson commented on JBEHAVE-501:
----------------------------------------

OK, I eventually managed to locate a zip file of the css, javascript and images 
on 
https://nexus.codehaus.org/content/repositories/releases/org/jbehave/site/jbehave-site-resources/
 however it is only 3.1.1 and the jbehave.css file is a different name to 
generated html which expects jbehave-core.css. Thats in the core jar file but 
is not extracted by the reports. 

I extracted the zip and set it as a source folder in eclipse with a output 
folder that matches my reports directories. So that got most of the bits in the 
correct place. 

Either there is an easier (non-maven) way of doing this or stuff is missing 
from the downloads and documentation sections of the JBehave website.

> Report stying not being generated
> ---------------------------------
>
>                 Key: JBEHAVE-501
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-501
>             Project: JBehave
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 3.3.2
>         Environment: Ant, Eclipse, JDK6
>            Reporter: Derek Clarkson
>
> I am using this report builder definition in a annotation setup as per the 
> JBehave website documentation:
>     public static class MyReportBuilder extends StoryReporterBuilder {
>         public MyReportBuilder() {
>             super();
>             
> this.withCodeLocation(CodeLocations.codeLocationFromPath("build/publish/x"));
>             this.withRelativeDirectory("story-reports");
>             this.withDefaultFormats();
>             this.withFormats(CONSOLE, HTML);
>         }
>     }
> The reports are being generated in the view directory, however there are no 
> images, css or javascript being generated even though the html refers to 
> them. I've scoured the web site documentation which suggests that they should 
> be and tells you how to turn them off, but not what to do if they are not 
> there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to