You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2021/06/24 14:33:08 UTC

[GitHub] [ratis] elek opened a new pull request #484: RATIS-1385. Project assembly fails on linux

elek opened a new pull request #484:
URL: https://github.com/apache/ratis/pull/484


   ## What changes were proposed in this pull request?
   
   
   
   mvn build command is failing of assembly is turned on:
   ```
   mvn clean install assembly:single -DskipTests=true  -Prelease
   ```
   
   ```
   [INFO] --- exec-maven-plugin:1.6.0:exec (concat-NOTICE-files) @ ratis-assembly ---
   [ERROR] Command execution failed.
   org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
       at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
   ```
   
   Looks like to be sensitive to the new lines in the command.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/RATIS-1385
   
   ## How was this patch tested?
   
   Executed the same command with the patch and it worked well.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ratis] elek commented on pull request #484: RATIS-1385. Project assembly fails on linux

Posted by GitBox <gi...@apache.org>.
elek commented on pull request #484:
URL: https://github.com/apache/ratis/pull/484#issuecomment-868503016


   Merging it now, thanks for the review @adoroszlai 


-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ratis] elek merged pull request #484: RATIS-1385. Project assembly fails on linux

Posted by GitBox <gi...@apache.org>.
elek merged pull request #484:
URL: https://github.com/apache/ratis/pull/484


   


-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org