[ https://issues.apache.org/jira/browse/FLINK-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007584#comment-15007584 ]
jun aoki commented on FLINK-3009: --------------------------------- [~StephanEwen], how about here flink/docs/docker/Dockerfile ? I will clean up my Dockefile and send a pull request for review. > Cannot build docs with Jekyll 3.0.0 > ----------------------------------- > > Key: FLINK-3009 > URL: https://issues.apache.org/jira/browse/FLINK-3009 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 0.10.0 > Reporter: Ufuk Celebi > Priority: Minor > > Building the docs with the newly released Jekyll 3.0.0 fails: > {code} > Configuration file: /Users/ufuk/code/flink/docs/_config.yml > /Users/ufuk/code/flink/docs/_plugins/removeDuplicateLicenseHeaders.rb:63:in > `<module:Jekyll>': cannot load such file -- jekyll/post (LoadError) > from > /Users/ufuk/code/flink/docs/_plugins/removeDuplicateLicenseHeaders.rb:25:in > `<top (required)>' > from > /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in > `require' > from > /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:126:in > `require' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:75:in > `block (2 levels) in require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:74:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:74:in > `block in require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:73:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:73:in > `require_plugin_files' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/plugin_manager.rb:18:in > `conscientious_require' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/site.rb:97:in `setup' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/site.rb:49:in > `initialize' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:30:in > `new' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:30:in > `process' > from > /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/lib/jekyll/commands/build.rb:18:in > `block (2 levels) in init_with_program' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `call' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `block in execute' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `each' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in > `execute' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in > `go' > from > /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program' > from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.0.0/bin/jekyll:17:in `<top > (required)>' > from /usr/local/bin/jekyll:23:in `load' > from /usr/local/bin/jekyll:23:in `<main>' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)