mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

maven report is missing #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure the maven-easyb-plugin to produce a report (easyb:storyReport)
2. Execute the sites and generate the site (mvn test site)
3. The HTML report will not be created

What is the expected output? What do you see instead?
A HTML Report about the stories in the maven site

What version of the product are you using? On what operating system?
0.9.6 / windows

0.9.5.1 contains the StoryReportMojo.java but it does not extend
org.apache.maven.reporting.AbstractMavenReport
0.9.5.2 is missing any report mojo

Please provide any additional information below.
The documentation at http://www.easyb.org/maven-easyb-plugin/usage.html is
out of date (last update: 2008-04-01 for version 0.8).

Original issue reported on code.google.com by dominik.bartholdi@gmail.com on 19 Feb 2010 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by ajglo...@gmail.com on 9 Apr 2010 at 7:35

GoogleCodeExporter commented 9 years ago
Just upgraded my maven-easyb-plugin to 0.9.7 and found that storyReport goal is
entirely missing:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 'storyReport' was specified in an execution, but not found in the plugin
...

same with 0.9.6

Would this be fixed soon?  The funcationality is there for older version of 
plug-in.
 It is really difficult to move it over to the newer version?

Original comment by camy...@yahoo.com on 27 Apr 2010 at 9:37

GoogleCodeExporter commented 9 years ago
and same with 0.9.7

Original comment by swieto...@gmail.com on 17 May 2010 at 7:47

GoogleCodeExporter commented 9 years ago
i just wanted to point out, that this page is still outdated!
http://www.easyb.org/maven-easyb-plugin/plugin-info.html

Who could update this page to fit to the new version?

There is no goal called storyReport anymore.

The correct solution is attached.

Sincerely,
Michael

> Von: Jeffrey Erikson <jeffrey.erik...@gmail.com>
> Datum: Tue, 23 Feb 2010 14:24:19 -0800 (PST)
> Lokal: Mi 24 Feb. 2010 00:24
> Betreff: Maven plugin and HTML reports
> I recently got an email asking about generating easyb HTML reports
> using the Maven plugin.  Since it appears that the information on the
> Maven easyb plugin is somewhat out-of-date (I've updated it in SVN), I
> thought I'd post the relevant portion of my response here:

> Here's what you'd put in your pom.xml to generate HTML reports:

>            <plugin>
>                <groupId>org.easyb</groupId>
>                <artifactId>maven-easyb-plugin</artifactId>
>                <version>0.9.6</version>
>                <executions>
>                    <execution>
>                        <goals>
>                            <goal>test</goal>
>                        </goals>
>                    </execution>
>                </executions>
>                <configuration>
>                    <storyType>html</storyType>
>                    <storyReport>${project.build.directory}/easyb/
> stories.html</storyReport>
>                </configuration>
>            </plugin>

> Note that, if you want the output file to end with .html, you'll have
> to specify it in the <storyReport> element; otherwise, it defaults to
> "stories.txt".  Also, right now you can't generate both an HTML report
> and a regular text report.

> Let me know if you have further questions or problems.  Thanks!

> je 

Original comment by MichaelB...@googlemail.com on 22 Jun 2010 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 11 Jul 2010 at 6:37