Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maintain additional classpath fallback after the cascade? (such Such classes would not show in the Resources app, so how can someone edit them?

...

  • module-names may contain dashes but Java does not allow having a package name with dashes. Scripts need (which are eventually compiled as Java classes) need to declare a valid, unique package to compile and for this whole feature to work.
  • if module name is in the package name dash ( - ) needs to be replaced (by underscore? or use some other convention)
  • next to the templates (convenient to edit, but hard to specify correct package name) vs. special folder (would make it easier to have package name w/o module name in it
  • ideally would favor no special tricks

...