You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Modular detects the entry class by looking for SomeClass.main() which is expected to be the last expression of the generated body - this isn't generated when building without main entry point, and lots of assumptions in the code are made that this is the case.
Processing still somehow works when the main class is called Main (default in the code), but things like sourcemaps processing fails.
The text was updated successfully, but these errors were encountered:
elsassph
changed the title
Support builds without -main
Support builds without -main
Apr 24, 2018
Currently Modular detects the entry class by looking for
SomeClass.main()
which is expected to be the last expression of the generated body - this isn't generated when building without main entry point, and lots of assumptions in the code are made that this is the case.Processing still somehow works when the main class is called
Main
(default in the code), but things like sourcemaps processing fails.The text was updated successfully, but these errors were encountered: