Skip to content

Commit

Permalink
Added help file for tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 13, 2011
1 parent 1a9f3ee commit 908d5b2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<j:jelly xmlns:j="jelly:core">

<dt>$${WARNINGS_COUNT}</dt>
<dd>
Expands to the total number of compiler warnings in a build.
</dd>

</j:jelly>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<j:jelly xmlns:j="jelly:core">

<dt>$${WARNINGS_RESULT}</dt>
<dd>
Expands to the build result of the warnings plug-in.
</dd>

</j:jelly>
16 changes: 16 additions & 0 deletions src/test/resources/hudson/plugins/warnings/parser/issue8823.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1 file(s) deleted.
Updating build tree...
reservations.c board.c digio.c int.c led.c mcu.c mem.c
cstartup.s51
debug.s51
Linking
Warning[w18]: Segment XDATA_AN (seg part no 62, symbol "pDataBuffer" in module "reservations", address [f4e8-fd7f]) overlaps segment XDATA_AN (seg part no 64, symbol "sharedBufMemory" in module "reservations", address [f4e8-fd7f])

Total number of errors: 0
Total number of warnings: 1

c:\hudson\jobs\SmartRF05 FW\workspace>exit 0
[WARNINGS] Parsing warnings in console log...
Archiving artifacts
Finished: SUCCESS

0 comments on commit 908d5b2

Please sign in to comment.