This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 1d532bce7bb4cee8073a15a5b7572fc4d9ad8bcd
Merge: 3a4fff38b5 a5b05cea5e
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Feb 22 10:25:08 2023 -0600

    Merge branch 'cassandra-3.11' into cassandra-4.0

 NOTICE.txt | 2 +-
 build.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc build.xml
index e29a00363f,794444b28c..979b116ee7
--- a/build.xml
+++ b/build.xml
@@@ -306,18 -188,11 +306,18 @@@
      <sequential>
        <javadoc destdir="@{destdir}" author="true" version="true" use="true"
          windowtitle="${ant.project.name} API" 
classpathref="cassandra.classpath"
-         bottom="Copyright &amp;copy; 2009-2022 The Apache Software Foundation"
+         bottom="Copyright &amp;copy; 2009- The Apache Software Foundation"
 -        useexternalfile="yes" encoding="UTF-8"
 -        maxmemory="256m">
 +        useexternalfile="yes" encoding="UTF-8" failonerror="false"
 +        maxmemory="256m" additionalparam="${jdk11-javadoc-exports}">
          <filesets/>
        </javadoc>
 +      <fail message="javadoc failed">
 +        <condition>
 +            <not>
 +                <available file="@{destdir}/index-all.html" />
 +            </not>
 +        </condition>
 +      </fail>
      </sequential>
    </macrodef>
  


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to