This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: xmbean and jmxdoclet taskaseembansal May 7, 2004 6:20 AM (in response to aseembansal)Here is the ant task 
 ============
 target name="xmbean"
 taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask"
 mkdir dir="xdoclet"
 jmxdoclet destdir="xdoclet" excludedtags="@version,@author"
 fileset dir="${src.dir}"
 include name="**/*.java"
 fileset
 jbossxmbean
 jmxdoclet
 target
- 
        2. Re: xmbean and jmxdoclet tasksamfra May 10, 2004 8:51 AM (in response to aseembansal)/* 
 * @jmx.mbean description = "..." name="xxxx.modules:service=StatsManager"
 * @jboss.service servicefile="jboss"
 * @jboss.xmbean
 */
 I don't find any doc on this @jboss.xmbean.. but it works !
 If you find some...
- 
        3. Re: xmbean and jmxdoclet taskaseembansal May 11, 2004 12:08 AM (in response to aseembansal)That worked. 
 Thanks
 -A
 
    