Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML output #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

HTML output #3

wants to merge 4 commits into from

Commits on Mar 16, 2011

  1. Updated project config files for easyer project checkout.

    Modified settings:
    * Added default JUnit library
    * Created default .gitignore for the bin folder
    rlegendi committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    dcac1a4 View commit details
    Browse the repository at this point in the history
  2. Enhanced debugging mode.

    Debugging is now can be adjusted with a "-Djdepend.debug=true" switch
    from the command line directly (without having to recompile the code).
    rlegendi committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    a95b526 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2011

  1. Added basic HTML output format.

    One of the features I was missing when Yesterday I tried this tool out.
    Now it is implemented with minor features and basic style, but may be
    expended easily by updating the generated CSS file.
    
    First I thougth source attachment as hyperlinks would be cool, but I
    realized this is not always a feasible goal (see my TODO comment in the
    code).
    
    Hope you will be able to use this code for something.
    rlegendi committed Mar 17, 2011
    Configuration menu
    Copy the full SHA
    5b255ff View commit details
    Browse the repository at this point in the history
  2. Added styled HTML output generation.

    The HTML generation now may include templates files direclty. Two templates
    were supported as an example: one for the CSS and a simple HTML for the
    general information in the header about the various metrics.
    
    It would be really nice to update the sample CSS I made to the one used at
    the official site at: http://www.clarkware.com/software/JDepend.html
    rlegendi committed Mar 17, 2011
    Configuration menu
    Copy the full SHA
    15e045a View commit details
    Browse the repository at this point in the history