3 Replies Latest reply on May 11, 2004 12:08 AM by aseembansal

    xmbean and jmxdoclet task

    aseembansal

      Hi,

      I have added the xdoclet tags (like @jmx:mbean) in my java code and am trying to generate the xmbean files using the following ant task.

      <!-- Generate mbeans with XDoclet -->











      The above ant task does not throw any error (even in debug mode), but also does not generate the *xmbean.xml files.

      However the same task (with instead of ) is generating the Mbean interface.

      Any ideas?

      -A