Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 01 / 10.mkd
blob925eda38cfc815f4143fa820f208d790d97808d0
1 # 2016/01/10
3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
9 ## 17:38
11 Have not worked on this all day for the most part. Found a bug in the build
12 system where it fails in wine at least. Wine uses `Z:` while the temporary
13 storage that Windows requires is usually on `C:`. Thus the current broken
14 relativization on the incorrect path is used, which fails to relativize the
15 paths because they are on different roots. Thus I just need to correctly
16 check which path is a subdirectory of the other.
18 ## 18:00
20 And it appears to work now, which is a good thing.