Konstantin Priblouda wrote:
It's possible. There are attributes for targets like
unless="${foo}" and conditional execution
I must correct the syntax!  :)

unless="foo"

Do *NOT* use ${..} syntax for if/unless clauses - it won't work.

I just can not see what XDoclet got to do with it. It's just templating engine which renders templates
based on metadata contained in the java sources...
Well, we use XDoclet to configure roles on session beans (or tag them as unchecked), and if you look at the response I posted to Matt's blog entry, I have some XDoclet tricks to toggle which form of authentication is being used in the application... although we currently only use FORM, but for testing we used to use BASIC since that is all Cactus used to be capable of. Cactus now supports FORM though.

Erik




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to