You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2012/05/06 03:59:42 UTC

svn commit: r1334543 - /gump/metadata/project/lucene-java.xml

Author: billbarker
Date: Sun May  6 01:59:41 2012
New Revision: 1334543

URL: http://svn.apache.org/viewvc?rev=1334543&view=rev
Log:
Another test that uses a third party Task that starts a Thread, but doesn't set the CL for the thread, so can't work in a sane Gump build. Like the other test projects, this should fail on compile but at least not on timeout

Modified:
    gump/metadata/project/lucene-java.xml

Modified: gump/metadata/project/lucene-java.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/lucene-java.xml?rev=1334543&r1=1334542&r2=1334543&view=diff
==============================================================================
--- gump/metadata/project/lucene-java.xml (original)
+++ gump/metadata/project/lucene-java.xml Sun May  6 01:59:41 2012
@@ -303,7 +303,7 @@
       <property name="version" value="@@DATE@@"/>
       <property name="javacc.home" reference="home" project="javacc"/>
 
-      <property name="build.sysclasspath" value="first" />
+      <!-- property name="build.sysclasspath" value="first" / -->
       <property name="ivy.default.ivy.user.dir" path=".ivy2" />
     </ant>
 
@@ -330,7 +330,7 @@
     <depend project="xml-xerces"/>
     <depend project="ivy" inherit="runtime" />
 
-    <!-- Unlikely to be needed, and may cause CL problems
+
     <work nested="lucene/build/classes/tools"/>
     <work nested="lucene/build/classes/test"/>
 
@@ -343,7 +343,7 @@
     <work nested="lucene/build/contrib/spatial/classes/test"/>
     <work nested="lucene/queries/build/classes/test"/>
     <work nested="lucene/queryparser/build/classes/test"/>
-    -->
+
   </project>
 
   <project name="solr" groupId="org.apache.solr">