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

destination.folder ignored on Windows 10 #655

Open tammingaj opened 3 years ago

tammingaj commented 3 years ago

I installed JBake v2.6.5 (2020-04-22 22:45:29PM) binary distribution on my Windows 10 system per installation instructions. I have java version "1.8.0_131" Java(TM) SE Runtime Environment (build 1.8.0_131-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

Generating the default site with jbake.bat -i works fine. Baking with jbake.bat -b (with the default jbake.properties) works fine as well, the site is generated in the 'output' folder. Starting the server with jbake.bat -s works as well, the site is available on the default port. I know the jbake.properties file is indeed used by the build process, since changing the render.tags setting to true causes the tags directory and files to be created.

However, when I add destination.folder=docs to jbake.properties this is ignored; the site is still generated in the 'output' folder

I expected the site to be generated in the 'docs' folder.

jonbullock commented 3 years ago

Thanks for reporting this, I've got a Windows 10 machine now so I'll see if I can replicate this.

atrifyllis commented 3 years ago

Any progress on this? I noticed the same behavior