Bob Fisch

Results 31 comments of Bob Fisch

There is no "template" as such, but you could just take one of the existing generator classes, make a copy and adapt it. Explanations on how to write a new...

I've succeeded in using the WiX Toolset to create an MSI package that makes a silent install of Structorizer onto the disk. I've not yet found the right switches to...

Yes, but such deployments are made server-side. Kind of a one-click action ... No, the installers do not detect each other, even though I've used the same application ID and...

After having read the entire weekend about how to create an MSI installer using the WIX Toolkit, I finally succeeded. Here come the first draft. In fact, I copied the...

Small fixes ... [Structorizer.zip](https://github.com/fesch/Structorizer.Desktop/files/4742660/Structorizer.zip) P.S.: Yes, I know that there is a upla[0..2].ini file that is not needed inside the installation directory, but I did not yet get the right...

Ok, I'll try to debug tomorrow on some other machine than mine ;)

Integer.valueOf(some_string_variable) Float.valueOf(some_string_variable) isn't that enough?

Didn't you try the ./makeStructorizer script?

8 warnings, no errors (StructorizerApplet can be ignored). Didn't it produce any output in the build directory?

... which is normal, as the structorizer.sh script does not start your build but the one I do ;-) Please inspect the "build" directory or "dist" directory for any JAR...