Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Che-gwt-maven-plugin #4373

Closed
skabashnyuk opened this issue Mar 9, 2017 · 1 comment
Closed

Che-gwt-maven-plugin #4373

skabashnyuk opened this issue Mar 9, 2017 · 1 comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.

Comments

@skabashnyuk
Copy link
Contributor

Setup of GWT compilation is quite long. https://github.com/eclipse/che/blob/871ef34f84ceb1a729faf1f12c8430e4e26d042f/assembly/assembly-ide-war/pom.xml#L345-L417 we would like to combine all step that have to be done during gwt compilation into single maven plugin.

Parts

  1. Generate single gwt.xml
  2. Generates {ExtensionManager} class source
  3. looks for all the Gin Modules annotated with ExtensionGinModule annotation and generat single IDEInjector class
  4. Generates DtoFactoryVisitorRegistry class source.
  5. Generate implementation for DynaProvider.
  6. Generate BuildInfo.properties with revision, buildTime and version
  7. ??? classes artifact for provided dependencies.
  8. ??? classes artifact for compile dependencies.

In parallel it would be good to implement all source code generation with String templates.

@skabashnyuk skabashnyuk added kind/task Internal things, technical debt, and to-do tasks to be performed. sprint/next status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it. team/platform labels Mar 9, 2017
@skabashnyuk
Copy link
Contributor Author

I think this one is outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed. status/open-for-dev An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Projects
None yet
Development

No branches or pull requests

1 participant