[jboss-svn-commits] JBL Code SVN: r33318 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 2 14:27:10 EDT 2010


Author: tcunning
Date: 2010-06-02 14:27:09 -0400 (Wed, 02 Jun 2010)
New Revision: 33318

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
JBESB-2783
Remove systinet from the default build - systinet cannot be built on the
build machine at the moment because compiling the integration now requires
the Systinet UDDI classes.      Need to either pre-install Systinet on the
build machine or find some other solution that allows us to compile against
the Systinet JARs. 


Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2010-06-02 18:22:17 UTC (rev 33317)
+++ labs/jbossesb/trunk/product/build.xml	2010-06-02 18:27:09 UTC (rev 33318)
@@ -153,10 +153,20 @@
                 <ant dir="tools/jonplugin"/>
     </target>
 
+    <!--
+	JBESB-2783
+	
+	The systinet integration now makes direct calls to systinet and 
+	requires the systinet UDDI classes to compile.     Need to remove
+	this for now until we can get Systinet installed on the build machine
+	or until we figure out some way to pull Systinet JARs into the build
+	by unzipping their self extracting JAR file.
+
     <target name="org.jboss.soa.esb.systinet.build" depends="org.jboss.esb.rosetta.compile">
                 <echo message="Build Systinet jars"/>
                 <ant dir="tools/systinet"/>
     </target>
+   -->
 
     <target name="dependencies.get">
         <ant antfile="ivy-build.xml" />
@@ -439,7 +449,7 @@
 		<echo message="Cleaning sub-modules"/>
 		<ant dir="ftp" target="clean"/>
 		<ant dir="contract-web" target="clean"/>
-        <ant dir="services" target="clean"/>
+        	<ant dir="services" target="clean"/>
 		<ant dir="tools/jonplugin" target="clean"/>
 		<ant dir="tools/systinet" target="clean"/>
 



More information about the jboss-svn-commits mailing list