Update of
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/confluence/expected
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30108/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/confluence/expected
Modified Files:
FooBar.confluence
Log Message:
Support to QTags to return array types:
Tag values will be running through a StringTokenizer.
Each array value will be validated through if used it @qtags.allowed-value.
The StringTokenizer delimiter is by default "," but can also be ";" - This can
be set using @qtags.list-token.
Note: Before @qtags.default was not being verified against a valid value set by
@qtags.allowed-value.
Current generated tag impl changed this - The default value is set before
values validation.
Index: FooBar.confluence
===================================================================
RCS file:
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/src/test/java/org/xdoclet/plugin/qtags/confluence/expected/FooBar.confluence,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FooBar.confluence 31 May 2005 11:28:58 -0000 1.4
--- FooBar.confluence 21 Aug 2005 13:44:31 -0000 1.5
***************
*** 16,23 ****
| false | true | true | false |
! ||Parameter||Required||Allowed values||Default value||Description||
! |age |false |Any value | | |
! |apple |false |red, green | |Bla bla |
! |funny |false |true, false | |Hip hop |
! |grape-fruit |true |Any value | |Ping pong |
--- 16,27 ----
| false | true | true | false |
! ||Parameter||Required||Allowed values||Default value||Array||Token
separator||Description||
! |age |false |Any value | |no | | |
! |age-list |false |Any value | |yes |, | |
! |apple |false |red, green | |no | |Bla bla |
! |apple-list |false |red, green | |yes |, |Bla bla |
! |funny |false |true, false | |no | |Hip hop |
! |funny-list |false |true, false | |yes |; |Hip hop |
! |grape-fruit |true |Any value | |no | |Ping pong |
! |grape-fruit-list |true |Any value | |yes |, |Ping pong |
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
xdoclet-plugins-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits