bazaarBot
bazaarBot copied to clipboard
Correct name of application main class
When trying to build the doran_and_parberry application, one receives the following error:
Export/html5/haxe/ApplicationMain.hx:267: characters 7-42 : Class not found : Main
Checking the file ApplicationMain.hx, one sees that the class is actually
called ApplicationMain. This change to the project file corrects the
error and allows the application to be built.
Just a quick update to this PR. I had tried running bazzarBot on Linux (Debian/jessie) and that was where I found the issue with Main not being found (this is with the most up to date haxe, lime etc.). However, I just tested this on Windows and the change implemented in this PR wasn't necessary; also the application runs as expected (in html5 mode). Would you have an idea as to why the Class not found : Main error occurs on Linux?
Hmm, I honestly don't. I'll have to make a mental note to test this next time on Linux.