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/03 04:57:00 UTC

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

Author: billbarker
Date: Thu May  3 02:56:59 2012
New Revision: 1333298

URL: http://svn.apache.org/viewvc?rev=1333298&view=rev
Log:
Tell contrib that I'm not going to fix his javadocs, and remove a lot of the <work .../> entries, since this module can set classpaths and in some cases, will put them in the wrong ClassLoader otherwise

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=1333298&r1=1333297&r2=1333298&view=diff
==============================================================================
--- gump/metadata/project/lucene-java.xml (original)
+++ gump/metadata/project/lucene-java.xml Thu May  3 02:56:59 2012
@@ -168,9 +168,11 @@
     <depend project="xml-xerces"/>
     <depend project="ivy" inherit="runtime" />
     <work nested="lucene/build/analysis/common/classes/java"/>
+    <!-- use ivy provided version
     <work nested="lucene/analysis/morfologik/lib/morfologik-fsa-1.5.2.jar"/>
     <work nested="lucene/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
     <work nested="lucene/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
+    -->
     <!-- we may want to build UIMA from source one time -->
     <work nested="lucene/analysis/uima/lib/uimaj-an-tagger-2.3.1.jar"/>
     <work nested="lucene/analysis/uima/lib/uimaj-an-wst-2.3.1.jar"/>
@@ -209,6 +211,8 @@
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="ivy" inherit="runtime" />
+    <!-- Needs to be in the same ClassLoader as the ivy downloaded jars.
+         These should be set in the build file.
     <work nested="lucene/build/classes/test"/>
     <work nested="lucene/build/classes/tools"/>
     <work nested="analysis/build/icu/classes/test"/>
@@ -217,6 +221,7 @@
     <work nested="lucene/analysis/build/stempel/classes/test"/>
     <work nested="lucene/analysis/build/phonetic/classes/test"/>
     <work nested="lucene/analysis/build/morfologik/classes/test"/>
+    -->
   </project>
 
   <project name="lucene-java-contrib">
@@ -225,6 +230,7 @@
     <ant target="package" basedir="lucene">
       <property name="version" value="@@DATE@@"/>
       <property name="javacc.home" reference="home" project="javacc"/>
+      <property name="failonjavadocwarning" value="false" />
 
       <property name="build.sysclasspath" value="first" />
       <property name="ivy.default.ivy.user.dir" path=".ivy2" />
@@ -237,6 +243,7 @@
     <depend project="commons-logging"/>
     <depend project="hessian" />
     <depend project="icu4j"/>
+    <depend project="ivy" inherit="runtime" />
     <depend project="jakarta-regexp"/>
     <depend project="jakarta-servletapi-5-servlet"/>
     <depend project="javacc"/>
@@ -250,8 +257,8 @@
     <depend project="nekohtml"/>
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
-    <depend project="ivy" inherit="runtime" />
 
+    <!-- expect these to cause CL problems, and should be redundent
     <work nested="lucene/build/classes/test"/>
     <work nested="lucene/build/classes/tools"/>
     <work nested="lucene/build/contrib/demo/classes/java"/>
@@ -262,6 +269,7 @@
     <work nested="lucene/build/contrib/sandbox/classes/java"/>
     <work nested="lucene/queries/build/classes/java"/>
     <work nested="lucene/queryparser/build/classes/java"/>
+    -->
 
     <license name="lucene/LICENSE.txt"/>
 
@@ -320,6 +328,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"/>
 
@@ -332,6 +341,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">