[jboss-cvs] JBossAS SVN: r69313 - trunk/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 24 18:15:45 EST 2008


Author: dimitris at jboss.org
Date: 2008-01-24 18:15:45 -0500 (Thu, 24 Jan 2008)
New Revision: 69313

Modified:
   trunk/bootstrap/build.xml
Log:
try adding sun.jaxb.classpath to the build classpath to counter weird

com.sun.tools.javac.code.Symbol$CompletionFailure: file
> javax/xml/bind/annotation/XmlNsForm.class not found

Modified: trunk/bootstrap/build.xml
===================================================================
--- trunk/bootstrap/build.xml	2008-01-24 20:56:56 UTC (rev 69312)
+++ trunk/bootstrap/build.xml	2008-01-24 23:15:45 UTC (rev 69313)
@@ -72,6 +72,7 @@
       <path refid="jboss.microcontainer.classpath"/>
       <path refid="jboss.common.core.classpath"/>
       <path refid="jboss.common.logging.spi.classpath"/>
+      <path refid="sun.jaxb.classpath"/>
     </path>
 	
     &modules;




More information about the jboss-cvs-commits mailing list