Author: thomas.diesler(a)jboss.com
Date: 2007-03-06 06:56:20 -0500 (Tue, 06 Mar 2007)
New Revision: 2534
Modified:
trunk/build/ant-import/build-thirdparty.xml
trunk/build/ant.properties.example
trunk/build/version.properties
Log:
Add support for eclipse compiler
Modified: trunk/build/ant-import/build-thirdparty.xml
===================================================================
--- trunk/build/ant-import/build-thirdparty.xml 2007-03-06 11:50:49 UTC (rev 2533)
+++ trunk/build/ant-import/build-thirdparty.xml 2007-03-06 11:56:20 UTC (rev 2534)
@@ -35,6 +35,8 @@
<get
src="${jboss.repository}/apache-xerces/${apache-xerces}/lib/xml-apis.jar"
dest="${thirdparty.dir}/xml-apis.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/apache-xmlsec/${apache-xmlsec}/lib/xmlsec.jar"
dest="${thirdparty.dir}/xmlsec.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/dom4j/${dom4j}/lib/dom4j.jar"
dest="${thirdparty.dir}/dom4j.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/eclipse-compiler/${eclipse-compiler}/lib/jdtCompilerAdapter.jar"
dest="${thirdparty.dir}/jdtCompilerAdapter.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/eclipse-compiler/${eclipse-compiler}/lib/org.eclipse.jdt.core.jar"
dest="${thirdparty.dir}/org.eclipse.jdt.core.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/gnu-getopt/${gnu-getopt}/lib/getopt.jar"
dest="${thirdparty.dir}/getopt.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/hibernate/${hibernate}/lib/hibernate3.jar"
dest="${thirdparty.dir}/hibernate3.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/ibm-wsdl4j/${ibm-wsdl4j}/lib/wsdl4j.jar"
dest="${thirdparty.dir}/wsdl4j.jar" usetimestamp="true"
verbose="true"/>
@@ -88,6 +90,7 @@
<path id="core.classpath">
<pathelement
location="${thirdparty.dir}/ejb3.deployer/jboss-annotations-ejb3.jar"/>
<pathelement
location="${thirdparty.dir}/ejb3.deployer/jboss-ejb3x.jar"/>
+ <pathelement location="${thirdparty.dir}/activation.jar"/>
<pathelement location="${thirdparty.dir}/javassist.jar"/>
<pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
<pathelement location="${thirdparty.dir}/jaxb-xjc.jar"/>
Modified: trunk/build/ant.properties.example
===================================================================
--- trunk/build/ant.properties.example 2007-03-06 11:50:49 UTC (rev 2533)
+++ trunk/build/ant.properties.example 2007-03-06 11:56:20 UTC (rev 2534)
@@ -64,3 +64,7 @@
javac.fail.onerror=yes
javac.verbose=no
+# Use the eclipse compiler to allow for hot code swapping
+#
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65783
+# build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
+
Modified: trunk/build/version.properties
===================================================================
--- trunk/build/version.properties 2007-03-06 11:50:49 UTC (rev 2533)
+++ trunk/build/version.properties 2007-03-06 11:56:20 UTC (rev 2534)
@@ -31,6 +31,7 @@
apache-xalan=j_2.7.0
apache-xerces=2.9.0
dom4j=1.6.1
+eclipse-compiler=3.2.2
gnu-getopt=1.0.10
hibernate=3.2.1.GA
jaxen=1.1-beta-10