bazaarBot icon indicating copy to clipboard operation
bazaarBot copied to clipboard

Correct name of application main class

Open paultcochrane opened this issue 8 years ago • 2 comments

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.

paultcochrane avatar Oct 30 '15 09:10 paultcochrane

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?

paultcochrane avatar Oct 30 '15 12:10 paultcochrane

Hmm, I honestly don't. I'll have to make a mental note to test this next time on Linux.

larsiusprime avatar Jun 02 '16 20:06 larsiusprime