makiam
makiam

I wrote handler for Plugin.SCENE_WINDOW_CREATED but mistakenly use OBJECT_WINDOW_CREATED constant and try to cast passed paremeter (which is ObjectEditorWindow) to LayoutWindow. This gives me unhandled in plugin ClassCastException. This is...
Try to run build from this branch.... Execute millw.bat Suite.launch I recieve two errors in output `Suite.localDeploy java.net.URISyntaxException: Illegal character in path at index 90: https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20210111/jar/gluegen-rt-natives-windows 10-amd64.jar ` and `Exception...
Another concern (probably not about build process but about development process) is very limited support from developemnt tools to this script. Once I create IDEA project I open it in...
The last exception mentioned above is due unfixed error in build system. See https://github.com/com-lihaoyi/mill/issues/1310
BTW... How about to layout sources with maven-style layout?
This is my configuration for build step  And once I invoke build I see at the end of output [info] done compiling .... [155/155] Suite.localDeploy PS D:\Temp\mill\ArtOfIllusion> If I...
javadoc task fails for me and shows this exception: Suite.javadoc java.io.IOException: Cannot run program "javadoc" (in directory "D:\Tmp\AOI\out\Suite\javadoc.dest"): CreateProcess error=206, File Name or its extension is too long Once I...
No error with docJar
Netbeans outputs this.... ``` ant -f D:\\Tmp\\ArtOfIllusion run run: D:\Tmp\ArtOfIllusion\build.xml:22: Execute failed: java.io.IOException: Cannot run program "millw.bat" (in directory "D:\Tmp\ArtOfIllusion"): CreateProcess error=2, The specified file cannot be found ```