You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/08 16:05:27 UTC

[GitHub] [iceberg] gaborkaszab opened a new pull request, #6390: Build: Fix ./gradlew refreshJavadoc

gaborkaszab opened a new pull request, #6390:
URL: https://github.com/apache/iceberg/pull/6390

   Since site/ folder was added to .gitignore the refreshJavadoc task started to fail. The reson is that as a last step it wanted to do a 'git add' on the Javadoc files under site/docs/javadoc/<VERSION> folder, however it couldn't due to site/ being added to gitignore. The Javadoc files anyway were generated successfully.
   Not adding these files to git is on purpose as they are meant to be copied over to iceberg-docs repo and released from there. So this 'git add' step is removed from the task.


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #6390: Build: Fix ./gradlew refreshJavadoc

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6390:
URL: https://github.com/apache/iceberg/pull/6390


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko commented on pull request #6390: Build: Fix ./gradlew refreshJavadoc

Posted by GitBox <gi...@apache.org>.
Fokko commented on PR #6390:
URL: https://github.com/apache/iceberg/pull/6390#issuecomment-1343999178

   Thanks for fixing this @gaborkaszab and thanks @nastra and @singhpk234 for the review 👏🏻 


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org