Stefan Rasmusson
Stefan Rasmusson
What do you think, can this be merged soon?
I had an issue where the database version I was upgrading from was 0. With the old version no upgrade would be done ## Stefan On 16 May 2014 18:07,...
No but it can be a problem if you have an earlier DB with version 0, as in my case ## Stefan On 28 April 2015 at 14:40, Tibor [email protected]...
It still looking for it relatively, path is now 2012/11/verifying-signatures-with-opensaml.html/2012/11/opensaml4-signing.jpg
Right. Maby use in to check for presens of . as a substring of the path? {{ if in path "." }}
No, sorry there can be other dots in there. Perhaps a regex using findRE? This also feels like something https://discourse.gohugo.io/t/how-to-determine-a-page-budle-branch-or-leaf/25089/3 There is also a page variable bundleType that might be...
I have these defined in gradle.properties JAVA8_HOME="/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home" JAVA7_HOME="/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home" Is there a good way I can check that they are resolved?
I added println JAVA7_HOME println JAVA8_HOME In the build script. It prints "/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home" "/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/Home" This is correct
As my last comment says, I am printing the variables and they correctly resolves to the location of the java bin folder on the corresponding jdk
JAVA_HOME is set to my JDK8