dcapwell commented on code in PR #2114:
URL: https://github.com/apache/cassandra/pull/2114#discussion_r1108868996


##########
.build/build-resolver.xml:
##########
@@ -165,7 +165,7 @@
         <property name="resolver-ant-tasks.initialized" value="true"/>
     </target>
 
-    <target name="resolver-retrieve-build" depends="resolver-init,write-poms">
+    <target name="resolver-retrieve-build" 
depends="resolver-init,write-poms,_build_subprojects">

Review Comment:
   this is what I see
   
   ```
   $ grep -r resolver-retrieve-build build.xml .build/*
   build.xml:    <target name="build" 
depends="resolver-retrieve-build,build-project,checkstyle" description="Compile 
Cassandra classes"/>
   build.xml:    <target name="_build_unsafe" 
depends="resolver-retrieve-build,build-project" description="Compile Cassandra 
classes without checks"/>
   build.xml:  <target name="init-checkstyle" 
depends="resolver-retrieve-build,build-project" unless="no-checkstyle">
   build.xml:  <target name="checkstyle-test" 
depends="init-checkstyle,resolver-retrieve-build,build-project" 
description="Run custom checkstyle code analysis on tests" if="java.version.8" 
unless="no-checkstyle">
   .build/build-resolver.xml:    <target name="resolver-retrieve-build" 
depends="resolver-init,write-poms,_build_subprojects">
   .build/build-resolver.xml:    <target name="resolver-dist-lib" 
depends="resolver-retrieve-build">
   ```
   
   ill test this out



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to