Ok... better this time :)

  | <?xml version="1.0" encoding="UTF-8"?>
  | <project default="_generation_" name="XDoclet Generator">
  | 
  |    <path id="xdoclet.classpath"><pathelement location="bin"/>
  |       <pathelement location="jboss-jmx.jar"/>
  |       <pathelement location="jboss-j2ee.jar"/>
  |       <pathelement location="jboss-common.jar"/>
  |       <pathelement location="jboss-system.jar"/>
  | 
  |       <fileset 
dir="/home/lenp/eclipse/plugins/org.jboss.ide.eclipse.xdoclet.core_1.2.330/">
  |          <include name="*.jar"/>
  |       </fileset>
  |    </path>
  | 
  |    <target name="_generation_" depends="N400004"/>
  | 
  |    <target name="N400004" description="Standard JMX">
  |       <taskdef classpathref="xdoclet.classpath" 
  |                classname="xdoclet.modules.jmx.JMXDocletTask" 
  |                name="jmxdoclet"/>
  |       <jmxdoclet excludedTags="@version,@author,@todo"  
  |                  destDir="src"  
  |                  verbose="true"  
  |                  addedTags="@xdoclet-generated at ${TODAY},@copyright The XDoclet 
Team,@author XDoclet,@version ${version}" >
  | 
  |          <fileset dir="src"  
  |                   includes="**/*.java" >
  |          </fileset>
  | 
  |          <mbeaninterface>
  |          </mbeaninterface>
  | 
  |          <jbossxmlservicetemplate servicefile="jboss"  
  |                                   destDir="bin/META-INF" >
  |          </jbossxmlservicetemplate>
  |       </jmxdoclet>
  |    </target>
  | </project>
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832558#3832558

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832558


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to