From: natebowler <nu...@jb...> - 2005-07-22 03:43:18
|
Ok, I got it working. The way I used the [annotationc] with a [fileset] did not work. My files were not being examined. When I changed it to use an [include] tag with the [src] tag, it started to examine the files. Once this worked, I discovered I had several methods marked that had comments AFTER the markup @@biz.OptimisticLockRetry. I guess you CAN'T have anything after this or you get a parse error. :) This is fairly obvious, I suppose, but it was easy to fix once I started getting messages. At any rate, thanks for the help. It's working great. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886028#3886028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886028 |