tolbertam commented on code in PR #3899: URL: https://github.com/apache/cassandra/pull/3899#discussion_r2041157564
########## build.xml: ########## @@ -360,26 +360,38 @@ </fileset> </path> - <macrodef name="create-javadoc"> - <attribute name="destdir"/> - <element name="filesets"/> - <sequential> - <javadoc destdir="@{destdir}" author="true" version="true" use="true" - windowtitle="${ant.project.name} API" classpathref="cassandra.classpath" - bottom="Copyright &copy; 2009- The Apache Software Foundation" - useexternalfile="yes" encoding="UTF-8" failonerror="false" - maxmemory="256m" additionalparam="${jdk11plus-javac-exports}"> - <filesets/> - </javadoc> - <fail message="javadoc failed"> - <condition> - <not> - <available file="@{destdir}/index-all.html" /> - </not> - </condition> - </fail> - </sequential> - </macrodef> + <macrodef name="create-javadoc"> + <attribute name="destdir"/> + <element name="filesets"/> + <sequential> + <javadoc destdir="@{destdir}" author="true" version="true" use="true" + windowtitle="${ant.project.name} API" classpathref="cassandra.classpath" + bottom="Copyright &copy; 2009- The Apache Software Foundation" + useexternalfile="yes" encoding="UTF-8" failonerror="false" + maxmemory="256m" additionalparam="${jdk11plus-javac-exports}"> + <filesets/> + </javadoc> + <fail message="javadoc failed"> + <condition> + <not> + <available file="@{destdir}/index-all.html" /> + </not> + </condition> + </fail> + </sequential> + </macrodef> + + <!-- filterset to apply to pom templates --> + <filterset id="pom-template"> + <filter token="version" value="${version}"/> + <filter token="final.name" value="${final.name}"/> + <filter token="jamm.version" value="${jamm.version}"/> + <filter token="allocation-instrumenter.version" value="${allocation-instrumenter.version}"/> + <filter token="ecj.version" value="${ecj.version}"/> + <filter token="asm.version" value="${asm.version}"/> + <filter token="jacoco.version" value="${jacoco.version}"/> + <filter token="jflex.version" value="${jflex.version}"/> + </filterset> Review Comment: moved from write-poms as is used in sstableloader-write-pom -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org