manticore-projects
manticore-projects
Greetings. Thank you for prompt response. I have the Gradle Stacktrace output attached. JVM is Jetbrains 11 (OpenJDK 11). [gradle.zip](https://github.com/i-net-software/JWebAssembly/files/8791361/gradle.zip) I have also the JAR file attached, it stems from...
> * Which compiler version do you use? I have rewritten some things yesterday in the BranchManager. Because the Gradle cache it can be tricky to update it. I have...
I am sorry, but after messing around I feel like a lot of more work needs to go into deployment first: 1) The correct Gradle dependencies seem to be: ```...
After a lot of trial'n error, I got access to that particular commit build. Gradle Build file: ```gradle dependencies { implementation 'com.github.i-net-software:JWebAssembly:97f9fb39a7' implementation 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT' } wasm { compilerVersion = 'com.github.i-net-software:jwebassembly:97f9fb39a7'...
Thanks a lot! I would like to offer two things: 1) I will push tomorrow a branch of JSQLFormatter with WebAssembly Output. This might serve as a full fledged test...
Good Morning and compliments of the day. Thank you again for your help and effort. JSQLFormatter uses JSQLParser, which is a (self containing) Java Library: ```gradle dependencies { implementation 'com.github.jsqlparser:jsqlparser:4.5-SNAPSHOT'...
> The original problem is fixed I am sad, that I fail to get this stuff running: 1) I deleted all Gradle cache (this should not be necessar though) 2)...
> > JSQLFormatter uses JSQLParser, which is a (self containing) Java Library: > The problem with the JSqlParser project is that I can't find the sources of CCJSqlParser, Only CCJSqlParserUtils....
Greetings. Thanks a lot for all your effort and I am glad to have provided a solid use case test. On the Switches: I understand that this is a kind...
Again, thanks a lot. The source code is auto-generated during the build: 1) Step 1: Java CC builds Java Source Code from Grammar 2) Step 2: Java Source Code is...