[seam-commits] Seam SVN: r11975 - branches/community/Seam_2_2.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jan 21 04:45:18 EST 2010


Author: manaRH
Date: 2010-01-21 04:45:17 -0500 (Thu, 21 Jan 2010)
New Revision: 11975

Modified:
   branches/community/Seam_2_2/build.xml
Log:
fixed NPE in launching more targets after build

Modified: branches/community/Seam_2_2/build.xml
===================================================================
--- branches/community/Seam_2_2/build.xml	2010-01-21 08:29:09 UTC (rev 11974)
+++ branches/community/Seam_2_2/build.xml	2010-01-21 09:45:17 UTC (rev 11975)
@@ -189,9 +189,9 @@
 
 	<target name="initcore" depends="init">
 		<init classesdir="${classes.core.dir}" srcdir="${src.core.dir}" modulename="core" pom="${core.pom}" />
-		<inlineDependencies id="jbosscache2" scope="compile">
+		<!-- <inlineDependencies id="jbosscache2" scope="compile">
 			<dependency groupId="org.jboss.cache" artifactId="jbosscache-core" version="2.2.0.CR6" />
-	   </inlineDependencies>
+	   </inlineDependencies> -->
 	</target>
 
 	<target name="antlr" depends="initcore" description="Generate ANTLR parser">
@@ -216,7 +216,7 @@
 	   </compile>
 		<!-- Fiddle to make sure we compile the JBossCache2 stuff with JBossCache2" -->
 		<path id="compile.core-jbosscache2.path">
-         <path refid="compile.jbosscache2.path" />
+         <!-- <path refid="compile.jbosscache2.path" /> -->
          <path refid="compile.core.path" />
          <fileset dir="${classes.core.dir}" />
       </path>



More information about the seam-commits mailing list