You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/10/03 14:18:33 UTC

svn commit: r1003954 - /lucene/dev/trunk/lucene/contrib/contrib-build.xml

Author: rmuir
Date: Sun Oct  3 12:18:33 2010
New Revision: 1003954

URL: http://svn.apache.org/viewvc?rev=1003954&view=rev
Log:
add dependency to prevent javadocs warnings/errors

Modified:
    lucene/dev/trunk/lucene/contrib/contrib-build.xml

Modified: lucene/dev/trunk/lucene/contrib/contrib-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/contrib-build.xml?rev=1003954&r1=1003953&r2=1003954&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/contrib-build.xml (original)
+++ lucene/dev/trunk/lucene/contrib/contrib-build.xml Sun Oct  3 12:18:33 2010
@@ -86,7 +86,7 @@
     </sequential>
   </target>
 
-  <target name="javadocs">
+  <target name="javadocs" depends="compile-core">
    	<sequential>
        <mkdir dir="${javadoc.dir}/contrib-${name}"/>
        <invoke-javadoc



RE: svn commit: r1003954 - /lucene/dev/trunk/lucene/contrib/contrib-build.xml

Posted by Uwe Schindler <uw...@thetaphi.de>.
Ha, thanks. Nice catch! I was always wondering why Javadocs creation sometimes prints thousands of warnings for some contribs!

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: rmuir@apache.org [mailto:rmuir@apache.org]
> Sent: Sunday, October 03, 2010 2:19 PM
> To: commits@lucene.apache.org
> Subject: svn commit: r1003954 - /lucene/dev/trunk/lucene/contrib/contrib-
> build.xml
> 
> Author: rmuir
> Date: Sun Oct  3 12:18:33 2010
> New Revision: 1003954
> 
> URL: http://svn.apache.org/viewvc?rev=1003954&view=rev
> Log:
> add dependency to prevent javadocs warnings/errors
> 
> Modified:
>     lucene/dev/trunk/lucene/contrib/contrib-build.xml
> 
> Modified: lucene/dev/trunk/lucene/contrib/contrib-build.xml
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/contrib-
> build.xml?rev=1003954&r1=1003953&r2=1003954&view=diff
> ================================================================
> ==============
> --- lucene/dev/trunk/lucene/contrib/contrib-build.xml (original)
> +++ lucene/dev/trunk/lucene/contrib/contrib-build.xml Sun Oct  3 12:18:33
> 2010
> @@ -86,7 +86,7 @@
>      </sequential>
>    </target>
> 
> -  <target name="javadocs">
> +  <target name="javadocs" depends="compile-core">
>     	<sequential>
>         <mkdir dir="${javadoc.dir}/contrib-${name}"/>
>         <invoke-javadoc
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org