jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.12k stars 326 forks source link

MarkupEngine is flagging each line of AsciiDoc content file with "Property found without assignment" #538

Closed jonbullock closed 6 years ago

jonbullock commented 6 years ago

Discovered while testing v2.6.2 against jbake.org content.

13:38:52.007 INFO  org.jbake.app.Oven - Baking has started...
13:38:52.445 INFO  c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - Configuration of usage of soft references inside of containers of results of SQL execution
13:38:52.448 INFO  c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - Initial or maximum values of heap memory usage are NOT set, containers of results of SQL executors will NOT use soft references by default
13:38:52.448 INFO  c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - Auto configuration of disk cache size.
13:38:52.489 INFO  c.o.common.jna.ONative - 17179869184 B/16384 MB/16 GB of physical memory were detected on machine
13:38:52.489 INFO  c.o.common.jna.ONative - Detected memory limit for current process is 17179869184 B/16384 MB/16 GB
13:38:52.490 INFO  c.o.o.c.e.OMemoryAndLocalPaginatedEnginesInitializer - OrientDB auto-config DISKCACHE=512MB (heap=3,641MB direct=512MB os=16,384MB)
13:38:52.491 INFO  c.o.o.c.config.OGlobalConfiguration - Lowering disk cache size from 512MB to 510MB.
13:38:52.491 INFO  c.o.o.c.config.OGlobalConfiguration - Lowering memory chunk size from 536,870,912B to 534,773,760B.
13:38:52.736 INFO  c.o.o.c.s.i.m.ODirectMemoryStorage - Storage 'memory:cache' is created under OrientDB distribution : 2.2.36 (build d3beb772c02098ceaea89779a7afd4b7305d3788, branch 2.2.x)
13:38:54.016 INFO  org.jbake.template.ModelExtractors - register new extractors for document type: news
13:38:54.018 INFO  org.jbake.template.ModelExtractors - register new extractors for document type: masterindex
13:38:54.018 INFO  org.jbake.template.ModelExtractors - register new extractors for document type: tagsindex
13:38:54.018 INFO  org.jbake.template.ModelExtractors - register new extractors for document type: sitemap
13:38:54.190 INFO  org.jbake.parser.AsciidoctorEngine - Initializing Asciidoctor engine...
13:38:56.193 INFO  org.jbake.parser.AsciidoctorEngine - Asciidoctor engine initialized.
13:38:56.448 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/community/index.adoc]...  : new
13:38:56.509 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/community/logos.adoc]...  : new
13:38:56.595 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/community/sites.adoc]...  : new
13:38:56.647 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/community/team.adoc]...  : new
13:38:56.682 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.2.1/configuration.adoc]...  : new
13:38:56.731 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.2.1/data-variables.adoc]...  : new
13:38:56.780 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.2.1/getting-started.adoc]...  : new
13:38:56.863 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.2.1/index.adoc]...  : new
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2013-10-17]
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:56.869 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Here is an example source folder structure:]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [.]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- assets]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- favicon.gif]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- robots.txt]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- css]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- style.css]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- content]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- about.html]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- 2013]
13:38:56.870 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 02 ]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-1.html]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-2.md]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- templates]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- index.ftl]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- page.ftl]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- post.ftl]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- feed.ftl]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- jbake.properties]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your static files in this folder and they will be copied to the root of the destination ]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [folder. Any folder structure you create will be maintained.]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your dynamic content in this folder, the content in the files in this folder will be "mixed" ]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [with the templates to generate your site. Again any folder structure you create will be maintained in the destination folder.]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the file determines what content it contains:]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [JBake uses the http://asciidoctor.org/docs/install-and-use-asciidoctor-java-integration/[Java integration library] ]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [of the http://asciidoctor.org/[Asciidoctor] project to support the AsciiDoc format.]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a meta-data header in it:]
13:38:56.890 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:56.929 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.2.1/project-structure.adoc]...  : new
13:38:56.959 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.0/configuration.adoc]...  : new
13:38:56.992 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.0/data-variables.adoc]...  : new
13:38:57.023 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.0/getting-started.adoc]...  : new
13:38:57.084 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.0/index.adoc]...  : new
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2013-10-17]
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:57.088 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Here is an example source folder structure:]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [.]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- assets]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- favicon.gif]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- robots.txt]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- css]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- style.css]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- content]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- about.html]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- 2013]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 02 ]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-1.html]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-2.md]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- templates]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- index.ftl]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- page.ftl]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- post.ftl]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- feed.ftl]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- jbake.properties]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your static files in this folder and they will be copied to the root of the destination ]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [folder. Any folder structure you create will be maintained.]
13:38:57.089 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your dynamic content in this folder, the content in the files in this folder will be "mixed" ]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [with the templates to generate your site. Again any folder structure you create will be maintained in the destination folder.]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the file determines what content it contains:]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [JBake uses the http://asciidoctor.org/docs/install-and-use-asciidoctor-java-integration/[Java integration library] ]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [of the http://asciidoctor.org/[Asciidoctor] project to support the AsciiDoc format.]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a meta-data header in it:]
13:38:57.090 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.122 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.0/project-structure.adoc]...  : new
13:38:57.146 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.1/configuration.adoc]...  : new
13:38:57.175 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.1/data-variables.adoc]...  : new
13:38:57.209 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.1/getting-started.adoc]...  : new
13:38:57.293 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.1/index.adoc]...  : new
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2013-10-17]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Here is an example source folder structure:]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [.]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- assets]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- favicon.gif]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- robots.txt]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- css]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- style.css]
13:38:57.297 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- content]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- about.html]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- 2013]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 02 ]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-1.html]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-2.md]
13:38:57.322 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- templates]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- index.ftl]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- page.ftl]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- post.ftl]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- feed.ftl]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- jbake.properties]
13:38:57.323 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your static files in this folder and they will be copied to the root of the destination ]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [folder. Any folder structure you create will be maintained.]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your dynamic content in this folder, the content in the files in this folder will be "mixed" ]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [with the templates to generate your site. Again any folder structure you create will be maintained in the destination folder.]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the file determines what content it contains:]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [JBake uses the http://asciidoctor.org/docs/install-and-use-asciidoctor-java-integration/[Java integration library] ]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [of the http://asciidoctor.org/[Asciidoctor] project to support the AsciiDoc format.]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a meta-data header in it:]
13:38:57.352 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.387 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.1/project-structure.adoc]...  : new
13:38:57.410 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.2/configuration.adoc]...  : new
13:38:57.440 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.2/data-variables.adoc]...  : new
13:38:57.469 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.2/getting-started.adoc]...  : new
13:38:57.518 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.2/index.adoc]...  : new
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2013-10-17]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Here is an example source folder structure:]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [.]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- assets]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- favicon.gif]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- robots.txt]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- css]
13:38:57.522 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- style.css]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- content]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- about.html]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- 2013]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 02 ]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-1.html]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-2.md]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- templates]
13:38:57.523 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- index.ftl]
13:38:57.551 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- page.ftl]
13:38:57.551 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- post.ftl]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- feed.ftl]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- jbake.properties]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your static files in this folder and they will be copied to the root of the destination ]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [folder. Any folder structure you create will be maintained.]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Place your dynamic content in this folder, the content in the files in this folder will be "mixed" ]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [with the templates to generate your site. Again any folder structure you create will be maintained in the destination folder.]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the file determines what content it contains:]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [JBake uses the http://asciidoctor.org/docs/install-and-use-asciidoctor-java-integration/[Java integration library] ]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [of the http://asciidoctor.org/[Asciidoctor] project to support the AsciiDoc format.]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a meta-data header in it:]
13:38:57.552 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.582 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.3.2/project-structure.adoc]...  : new
13:38:57.613 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/build-tool-integration.adoc]...  : new
13:38:57.655 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/configuration.adoc]...  : new
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2015-05-24]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:57.662 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.686 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/content-files.adoc]...  : new
13:38:57.708 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/data-variables.adoc]...  : new
13:38:57.811 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/index.adoc]...  : new
13:38:57.834 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/installation.adoc]...  : new
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2013-10-17]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Here is an example source directory structure for a project:]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [.]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- assets]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- favicon.gif]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- robots.txt]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- img]
13:38:57.839 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |   |-- logo.png]
13:38:57.848 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- js]
13:38:57.848 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |   |-- custom.js]
13:38:57.848 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- css]
13:38:57.848 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- style.css]
13:38:57.848 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- content]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- about.html]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- 2013]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 01]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |   |-- hello-world.html]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|       |-- 02 ]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-1.ad]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|           |-- weekly-links-2.md]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- templates]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- index.ftl]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- page.ftl]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- post.ftl]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|   |-- feed.ftl]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [|-- jbake.properties]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The assets directory is where you should place your static files such as images, CSS files and JavaScript files etc. These files are copied over to the ]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [baked output as is. You can create any directory structure you like in the assets directory and this structure will be maintained when copied.]
13:38:57.849 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The content directory is where your content files should be placed, these files will be "mixed" with the templates to generate the baked output. Again ]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [you can create any directory structure you like for your content, this structure will be maintained when the baked output is created.]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the content file determines what type of content it contains:]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [NOTE: JBake uses http://pegdown.org[Pegdown] to support Markdown format and http://asciidoctor.org/[Asciidoctor] to support AsciiDoc format.]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The templates directory is where your templates files go, these files are "mixed" with your content files to generate the baked output. You should place your ]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [templates into the root of this directory.]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The extension of the template file determines the template engine:]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [It is recommended that you don't mix different template types, try to stick to just 1 type of templates in your project.]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [For more information on what you can do in each template engine have a look at the example templates provided with JBake and their ]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [respective documentation: http://freemarker.org/docs/index.html[Freemarker], http://docs.groovy-lang.org/latest/html/documentation/template-engines.html[Groovy] & ]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [http://www.thymeleaf.org/doc/html/Using-Thymeleaf.html[Thymeleaf].]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Your project specific configuration is held within the `jbake.properties` file which should be located in the root directory of the project. This file controls ]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [how your project is baked.]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [////]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it:]
13:38:57.850 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:57.874 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/project-structure.adoc]...  : new
13:38:57.900 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/quickstart-guide.adoc]...  : new
13:38:57.917 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/template.adoc]...  : new
13:38:57.941 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/usage.adoc]...  : new
13:38:57.969 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.4.0/use-as-library.adoc]...  : new
13:38:57.999 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/build-tool-integration.adoc]...  : new
13:38:58.043 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/configuration.adoc]...  : new
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2016-10-03]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:58.049 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:58.073 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/content-files.adoc]...  : new
13:38:58.103 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/data-variables.adoc]...  : new
13:38:58.206 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/index.adoc]...  : new
13:38:58.240 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/installation.adoc]...  : new
13:38:58.270 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/project-structure.adoc]...  : new
13:38:58.298 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/quickstart-guide.adoc]...  : new
13:38:58.319 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/template.adoc]...  : new
13:38:58.343 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/usage.adoc]...  : new
13:38:58.375 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.0/use-as-library.adoc]...  : new
13:38:58.403 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/build-tool-integration.adoc]...  : new
13:38:58.464 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/configuration.adoc]...  : new
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2016-10-03]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:58.468 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:58.491 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/content-files.adoc]...  : new
13:38:58.524 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/data-variables.adoc]...  : new
13:38:58.640 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/index.adoc]...  : new
13:38:58.662 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/installation.adoc]...  : new
13:38:58.679 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/project-structure.adoc]...  : new
13:38:58.696 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/quickstart-guide.adoc]...  : new
13:38:58.718 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/template.adoc]...  : new
13:38:58.737 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/usage.adoc]...  : new
13:38:58.763 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.5.1/use-as-library.adoc]...  : new
13:38:58.783 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/build-tool-integration.adoc]...  : new
13:38:58.822 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/configuration.adoc]...  : new
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2016-10-03]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:58.826 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:58.842 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/content-files.adoc]...  : new
13:38:58.866 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/data-variables.adoc]...  : new
13:38:58.969 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/index.adoc]...  : new
13:38:58.992 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/installation.adoc]...  : new
13:38:59.008 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/overview.adoc]...  : new
13:38:59.034 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/project-structure.adoc]...  : new
13:38:59.052 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/quickstart-guide.adoc]...  : new
13:38:59.073 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/template.adoc]...  : new
13:38:59.101 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/usage.adoc]...  : new
13:38:59.127 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.0/use-as-library.adoc]...  : new
13:38:59.147 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/build-tool-integration.adoc]...  : new
13:38:59.182 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/configuration.adoc]...  : new
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2018-04-15]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:59.185 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:59.203 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/content-files.adoc]...  : new
13:38:59.227 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/data-variables.adoc]...  : new
13:38:59.308 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/index.adoc]...  : new
13:38:59.325 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/installation.adoc]...  : new
13:38:59.343 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/overview.adoc]...  : new
13:38:59.366 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/project-structure.adoc]...  : new
13:38:59.381 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/quickstart-guide.adoc]...  : new
13:38:59.400 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/template.adoc]...  : new
13:38:59.420 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/usage.adoc]...  : new
13:38:59.438 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.1/use-as-library.adoc]...  : new
13:38:59.460 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/build-tool-integration.adoc]...  : new
13:38:59.494 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/configuration.adoc]...  : new
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Jonathan Bullock]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [2018-10-02]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-type: page]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-tags: documentation]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:jbake-status: published]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [:idprefix:]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [The metadata header defines some basic information that JBake uses when baking the content file.]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [Each raw HTML or Markdown content file *must* have a metadata header in it which looks like this:]
13:38:59.498 ERROR org.jbake.parser.MarkupEngine - Property found without assignment [----]
13:38:59.535 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/content-files.adoc]...  : new
13:38:59.568 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/data-variables.adoc]...  : new
13:38:59.657 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/index.adoc]...  : new
13:38:59.672 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/installation.adoc]...  : new
13:38:59.685 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/overview.adoc]...  : new
13:38:59.716 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/project-structure.adoc]...  : new
13:38:59.737 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/quickstart-guide.adoc]...  : new
13:38:59.752 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/template.adoc]...  : new
13:38:59.777 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/usage.adoc]...  : new
13:38:59.797 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/2.6.2/use-as-library.adoc]...  : new
13:38:59.817 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/docs/index.adoc]...  : new
13:38:59.835 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/download.adoc]...  : new
13:38:59.838 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/index.html]...  : new
13:38:59.856 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/interview-on-cynical-developer-podcast.adoc]...  : new
13:38:59.869 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-artifact-available-on-maven-central.adoc]...  : new
13:38:59.889 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-future-imperfect-template.adoc]...  : new
13:38:59.902 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-now-has-a-logo.adoc]...  : new
13:38:59.914 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-1-released.adoc]...  : new
13:38:59.928 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-2-0-released.adoc]...  : new
13:38:59.942 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-2-1-released.adoc]...  : new
13:38:59.956 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-3-0-released.adoc]...  : new
13:38:59.969 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-3-1-released.adoc]...  : new
13:38:59.982 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-3-2-released.adoc]...  : new
13:38:59.999 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-4-0-released.adoc]...  : new
13:39:00.020 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-5-0-released.adoc]...  : new
13:39:00.040 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-5-1-released.adoc]...  : new
13:39:00.055 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-6-0-released.adoc]...  : new
13:39:00.070 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jbake-v2-6-1-released.adoc]...  : new
13:39:00.088 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/jre-support-for-jbake.adoc]...  : new
13:39:00.101 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/news/mailing-lists.adoc]...  : new
13:39:00.114 INFO  org.jbake.app.Crawler - Processing [/Users/jon/code/IdeaProjects/jbake.org/content/privacy.adoc]...  : new
13:39:00.114 INFO  org.jbake.app.Crawler - Content detected:
13:39:00.115 INFO  org.jbake.app.Crawler - Parsed 96 files of type: page
13:39:00.115 INFO  org.jbake.app.Crawler - Parsed 17 files of type: post
13:39:00.115 INFO  org.jbake.app.Crawler - Parsed 1 files of type: news
13:39:00.457 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/use-as-library.html]... done!
13:39:00.460 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/content-files.html]... done!
13:39:00.462 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/project-structure.html]... done!
13:39:00.464 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/quickstart-guide.html]... done!
13:39:00.466 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/index.html]... done!
13:39:00.468 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/installation.html]... done!
13:39:00.470 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/data-variables.html]... done!
13:39:00.472 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/use-as-library.html]... done!
13:39:00.474 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/index.html]... done!
13:39:00.476 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/installation.html]... done!
13:39:00.478 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/configuration.html]... done!
13:39:00.480 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/template.html]... done!
13:39:00.482 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/overview.html]... done!
13:39:00.484 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/usage.html]... done!
13:39:00.485 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/project-structure.html]... done!
13:39:00.488 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/data-variables.html]... done!
13:39:00.489 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/quickstart-guide.html]... done!
13:39:00.492 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/configuration.html]... done!
13:39:00.494 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/template.html]... done!
13:39:00.497 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/download.html]... done!
13:39:00.499 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/content-files.html]... done!
13:39:00.501 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/usage.html]... done!
13:39:00.506 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/overview.html]... done!
13:39:00.508 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/quickstart-guide.html]... done!
13:39:00.510 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/use-as-library.html]... done!
13:39:00.513 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/index.html]... done!
13:39:00.516 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/index.html]... done!
13:39:00.519 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/installation.html]... done!
13:39:00.522 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/community/team.html]... done!
13:39:00.523 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/configuration.html]... done!
13:39:00.525 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/data-variables.html]... done!
13:39:00.527 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/overview.html]... done!
13:39:00.529 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/community/index.html]... done!
13:39:00.531 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/community/logos.html]... done!
13:39:00.532 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/use-as-library.html]... done!
13:39:00.534 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/data-variables.html]... done!
13:39:00.536 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/index.html]... done!
13:39:00.538 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/installation.html]... done!
13:39:00.540 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/quickstart-guide.html]... done!
13:39:00.541 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/installation.html]... done!
13:39:00.543 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/content-files.html]... done!
13:39:00.545 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/project-structure.html]... done!
13:39:00.547 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/project-structure.html]... done!
13:39:00.549 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/build-tool-integration.html]... done!
13:39:00.551 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.2/build-tool-integration.html]... done!
13:39:00.553 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/quickstart-guide.html]... done!
13:39:00.555 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/template.html]... done!
13:39:00.557 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/build-tool-integration.html]... done!
13:39:00.559 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/template.html]... done!
13:39:00.561 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/content-files.html]... done!
13:39:00.563 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.0/usage.html]... done!
13:39:00.565 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/configuration.html]... done!
13:39:00.567 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/usage.html]... done!
13:39:00.574 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/project-structure.html]... done!
13:39:00.577 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/content-files.html]... done!
13:39:00.579 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/use-as-library.html]... done!
13:39:00.581 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.6.1/build-tool-integration.html]... done!
13:39:00.583 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/data-variables.html]... done!
13:39:00.586 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/build-tool-integration.html]... done!
13:39:00.588 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/template.html]... done!
13:39:00.589 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.0/index.html]... done!
13:39:00.591 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/configuration.html]... done!
13:39:00.593 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.5.1/usage.html]... done!
13:39:00.596 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/privacy.html]... done!
13:39:00.597 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/template.html]... done!
13:39:00.599 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/content-files.html]... done!
13:39:00.601 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/build-tool-integration.html]... done!
13:39:00.602 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/usage.html]... done!
13:39:00.604 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/use-as-library.html]... done!
13:39:00.606 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/installation.html]... done!
13:39:00.608 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/quickstart-guide.html]... done!
13:39:00.610 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/index.html]... done!
13:39:00.611 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/configuration.html]... done!
13:39:00.613 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.2/configuration.html]... done!
13:39:00.615 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.2/getting-started.html]... done!
13:39:00.618 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.2/index.html]... done!
13:39:00.619 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.1/getting-started.html]... done!
13:39:00.621 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/community/sites.html]... done!
13:39:00.623 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.1/index.html]... done!
13:39:00.624 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.0/getting-started.html]... done!
13:39:00.627 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.0/index.html]... done!
13:39:00.629 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.2.1/project-structure.html]... done!
13:39:00.631 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.0/configuration.html]... done!
13:39:00.633 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.0/data-variables.html]... done!
13:39:00.643 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.1/project-structure.html]... done!
13:39:00.645 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/data-variables.html]... done!
13:39:00.647 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.2.1/configuration.html]... done!
13:39:00.648 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.2/data-variables.html]... done!
13:39:00.650 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.2.1/data-variables.html]... done!
13:39:00.652 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.0/project-structure.html]... done!
13:39:00.654 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.1/configuration.html]... done!
13:39:00.655 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.4.0/project-structure.html]... done!
13:39:00.657 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.1/data-variables.html]... done!
13:39:00.659 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.3.2/project-structure.html]... done!
13:39:00.661 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.2.1/getting-started.html]... done!
13:39:00.662 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/docs/2.2.1/index.html]... done!
13:39:00.778 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-6-1-released.html]... done!
13:39:00.780 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-6-0-released.html]... done!
13:39:00.781 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-future-imperfect-template.html]... done!
13:39:00.783 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-5-1-released.html]... done!
13:39:00.785 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/interview-on-cynical-developer-podcast.html]... done!
13:39:00.787 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-5-0-released.html]... done!
13:39:00.789 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jre-support-for-jbake.html]... done!
13:39:00.791 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-4-0-released.html]... done!
13:39:00.793 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-3-2-released.html]... done!
13:39:00.795 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-3-1-released.html]... done!
13:39:00.797 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-3-0-released.html]... done!
13:39:00.799 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-2-1-released.html]... done!
13:39:00.802 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-2-0-released.html]... done!
13:39:00.803 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-now-has-a-logo.html]... done!
13:39:00.805 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-artifact-available-on-maven-central.html]... done!
13:39:00.807 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/mailing-lists.html]... done!
13:39:00.809 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/jbake-v2-1-released.html]... done!
13:39:00.845 INFO  org.jbake.app.Renderer - Rendering [/Users/jon/code/IdeaProjects/jbake.org/output/news/index.html]... done!
13:39:00.859 INFO  org.jbake.app.Renderer - Rendering feed [/Users/jon/code/IdeaProjects/jbake.org/output/feed.xml]... done!
13:39:00.864 INFO  org.jbake.app.Renderer - Rendering masterindex [/Users/jon/code/IdeaProjects/jbake.org/output/index.html]... done!
13:39:00.874 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/css/asciidoctor.css]... done!
13:39:00.875 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/css/bootstrap-responsive.min.css]... done!
13:39:00.876 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/css/bootstrap.min.css]... done!
13:39:00.876 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/css/prettify.css]... done!
13:39:00.877 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/favicon.ico]... done!
13:39:00.878 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/glyphicons-halflings-white.png]... done!
13:39:00.878 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/glyphicons-halflings.png]... done!
13:39:00.880 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/jbake_1024x1024.png]... done!
13:39:00.881 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/jbake_128x128.png]... done!
13:39:00.881 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/jbake_75x75.png]... done!
13:39:00.882 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/jbake_logo.png]... done!
13:39:00.884 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/img/process.png]... done!
13:39:00.891 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/js/bootstrap.min.js]... done!
13:39:00.892 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/js/html5shiv.js]... done!
13:39:00.893 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/js/jquery-1.9.1.min.js]... done!
13:39:00.895 INFO  org.jbake.app.Asset - Copying [/Users/jon/code/IdeaProjects/jbake.org/assets/js/prettify.js]... done!
13:39:00.899 INFO  org.jbake.app.Oven - Baking finished!
13:39:00.899 INFO  org.jbake.app.Oven - Baked 116 items in 8893ms
13:39:00.900 INFO  c.o.orient.core.Orient - Orient Engine is shutting down...
13:39:00.901 INFO  c.o.orient.core.Orient - - shutdown storage: cache...
13:39:01.071 INFO  c.o.orient.core.Orient - OrientDB Engine shutdown complete
jonbullock commented 6 years ago

Appears to be reported only on a subset of files, haven't checked yet to see what's common between them.

ancho commented 6 years ago

It's a bug in detecting the header separator in content files. In this case it's just looking for the presence of the separator not on the semantics. In project-structure.adoc for example it is part of an code block. See MarkupEngine line 170.