[jboss-cvs] JBossAS SVN: r61473 - trunk/connector.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 19:04:27 EDT 2007


Author: weston.price at jboss.com
Date: 2007-03-19 19:04:27 -0400 (Mon, 19 Mar 2007)
New Revision: 61473

Modified:
   trunk/connector/build.xml
Log:
[JBAS-1425] Addding JAXB classpath.

Modified: trunk/connector/build.xml
===================================================================
--- trunk/connector/build.xml	2007-03-19 22:53:39 UTC (rev 61472)
+++ trunk/connector/build.xml	2007-03-19 23:04:27 UTC (rev 61473)
@@ -81,6 +81,8 @@
        <path refid="quartz.quartz.classpath"/>
        <path refid="jboss.microcontainer.classpath"/>
        <path refid="jboss.jboss.vfs.classpath"/>
+       <path refid="sun.jaxb.classpath"/>
+       <path refid="sun.jaf.classpath"/>
     </path>
 
     <!-- ======= -->
@@ -174,7 +176,20 @@
       refid="xdoclet.task.classpath"/>
 
   </target>
-
+  
+  <!-- new jaxb generation 
+  <target name="jaxb">
+  	<taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask" classpathref="thirdparty.classpath"/>
+  	<xjc schema="${source.resources}/schema/jboss-cf.xsd" package="org.jboss.resource.deployment.mx" target="/Users/wmprice">  	
+  	</xjc> 
+  </target>
+	
+	<target name="schema">
+	  	<taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask" classpathref="thirdparty.classpath"/>
+		<schemagen srcdir="${source.java}/org/jboss/resource/metadata/mcf" destdir="/Users/wmprice/testschema"/>
+  	</target>
+	-->
+	
   <!-- ================================================================== -->
   <!-- Compile                                                            -->
   <!-- ================================================================== -->




More information about the jboss-cvs-commits mailing list