Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wagon: Deploying sitegen to repository
  • Loading branch information
FuseSource CI committed Oct 24, 2013
1 parent b1fc9eb commit ee8edbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions plugins/logs/index.html
Expand Up @@ -55,11 +55,11 @@

<h3 id = "Logs">Logs</h3>

<p>When we run middleware we spend an aweful lot of time looking at and searching logs. With <a href="http://hawt.io/">hawtio</a> we don't just do logs, we do <em>hawt logs</em>.</p>
<p>When we run middleware we spend an awful lot of time looking at and searching logs. With <a href="http://hawt.io/">hawtio</a> we don't just do logs, we do <em>hawt logs</em>.</p>

<p>Sure logs are nicely coloured and easily filtered as you'd expect. But with hawtio we try to link all log statements and exception stack traces to the actual lines of code which generated them; so if a log statement or line of exception doesn't make sense - just click the link and view the source code! Thats <em>hawt</em>!</p>

<p>We can't guarrentee to always be able to do download the source code; we need to find the maven coordinates (group ID, artefact ID, version) of each log statement or line of stack trace to be able to do this. So awesomeness is not guarrenteed, but it should work for projects which have published their source code to either the global or your local maven repository.</p>
<p>We can't guarantee to always be able to do download the source code; we need to find the maven coordinates (group ID, artifact ID, version) of each log statement or line of stack trace to be able to do this. So awesomeness is not guaranteed, but it should work for projects which have published their source code to either the global or your local maven repository.</p>

<p>We should try encourage all projects to publish their source code to maven repositories (even if only internally to an internal maven repo for code which is not open source).</p>

Expand Down Expand Up @@ -91,7 +91,7 @@ <h5 id = "Things_that_could_go_wrong">Things that could go wrong</h5>

<h5 id = "How_hawtio_logs_work">How hawtio logs work</h5>

<p>To be able to link to the source we need the maven coordinates (group ID, artefact ID, version), the relative file name and line number.</p>
<p>To be able to link to the source we need the maven coordinates (group ID, artifact ID, version), the relative file name and line number.</p>

<p>Most logging frameworks generate the className and/or file name along with the line number; the maven coordinates are unfortunately not yet common.</p>

Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/index.html
Expand Up @@ -61,7 +61,7 @@ <h3 id = "UI">UI</h3>

<h2 id = "General_UI_widgets">General UI widgets</h2>

<p><div ng-include="'app/ui/html/test.html'"></div></p>
<p><div ng-include="'app/ui/html/test1.html'"></div></p>

<p></div>
</div></p>
Expand Down

0 comments on commit ee8edbb

Please sign in to comment.