Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv15067/modules/jboss/src/META-INF
Modified Files:
xtags.xml
Log Message:
Adds a @jboss.service classpath="xxx" archives="xxx" tag,
and generates a <classpath/> element in *-service.xml files
when it's present on a MBean. Samples and xtags.xml were
updated accordingly.
This implements XDT-393 and should make one more user happy.
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** xtags.xml 13 Feb 2003 11:40:23 -0000 1.30
--- xtags.xml 19 Mar 2003 14:54:46 -0000 1.31
***************
*** 1579,1584 ****
</parameter>
</tag>
!
</tags>
</namespace>
--- 1579,1627 ----
</parameter>
</tag>
+ <tag>
+ <level>class</level>
+ <name>jboss.service</name>
+ <usage-description>
+ Configures the generation of -service.xml files for JBoss
+ </usage-description>
+ <unique>false</unique>
+ <condition-description>Valid only for JMX MBeans</condition-description>
+ <condition type="tag-exists">
+ <condition-parameter>jmx.mbean</condition-parameter>
+ </condition>
! <parameter type="text">
! <name>servicefile</name>
! <usage-description>
! The prefix that will be prepended to the generated -service.xml
file
! name. For example, if servicefile="test", the generated file
will be
! called test-service.xml. Please note that you must include at
least
! one @jboss.service servicefile="xxx" in your MBean, or
generation will
! fail.
! </usage-description>
! <mandatory>false</mandatory>
! <default>none</default>
! </parameter>
! <parameter type="text">
! <name>classpath</name>
! <usage-description>
! A directory to use as codebase for this service classpath. This
parameter
! may be used in conjunction with the 'archives' parameter to form
the service
! classpath.
! </usage-description>
! <mandatory>false</mandatory>
! <default>none</default>
! </parameter>
! <parameter type="text">
! <name>archives</name>
! <usage-description>
! Individual filenames that should be used to construct the
service classpath.
! This parameter should nevercome alone in a '@jboss.service' tag,
but should
! always come together with the 'classpath' attribute.
! </usage-description>
! <mandatory>false</mandatory>
! <default>*</default>
! </parameter>
! </tag>
</tags>
</namespace>
-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink?
You could win a Tablet PC. Get a free Tablet PC hat just for playing.
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel