[ https://issues.apache.org/jira/browse/KAFKA-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746656#comment-16746656 ]
ASF GitHub Bot commented on KAFKA-7844: --------------------------------------- cmccabe commented on pull request #6169: KAFKA-7844: Fix installAll, jarAll, etc. targets URL: https://github.com/apache/kafka/pull/6169 The presence of the buildSrc subproject is causing problems when we try to run installAll, jarAll, and the other "all" targets. It's easier just to make the generator code a regular subproject and use the JavaExec gradle task to run the code. This also makes it more straightforward to run the generator unit tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Fix "Cannot lock buildSrc build lock as it has already been locked by this > process" error in jarAll > --------------------------------------------------------------------------------------------------- > > Key: KAFKA-7844 > URL: https://issues.apache.org/jira/browse/KAFKA-7844 > Project: Kafka > Issue Type: Bug > Reporter: Colin P. McCabe > Assignee: Colin P. McCabe > Priority: Major > > When building with jarAll, installAll, and the other "All" target I get this > error: > {code} > Cannot lock buildSrc build lock as it has already been locked by this > process" error in jarAll > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)