Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2017 / 11 / 29.mkd
blob9c92b932eed33167df0631c314151dca1bbb6232
1 # 2017/11/29
3 ## 11:26
5 It seems that the compiler is a bit faster with this new front end.
7 ## 13:22
9 So I have no class found in classpath, wonder if I can fix that.
11 ## 13:27
13 It seems class files exist in the source path with class file extensions.
14 So maybe I have the order wrong.
16 ## 13:28
18 Yes, I was setting what should have been the class path to the source path.
20 ## 13:34
22 Okay so from the looks of it, the compilation speed of the build system is
23 definitely much faster than before. Before it was definitely slower but now
24 it seems to be running quite optimally.
26 ## 14:37
28 Okay so when the dependency is an API, the preferred order will be:
30  * Defined standards via `X-SquirrelJME-DefinedStandards`.
31  * Profiles via `X-SquirrelJME-DefinedProfiles`.
32  * Configurations will be ignored.