Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Split GUI into its own jar #102

Closed
hlxid opened this issue Jul 28, 2019 · 0 comments
Closed

Split GUI into its own jar #102

hlxid opened this issue Jul 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request major Needs a major platform / framework / build environment rework
Milestone

Comments

@hlxid
Copy link
Member

hlxid commented Jul 28, 2019

Description

The compiled GUI is currently included in the jar of the framework.
The GUI should be split into its own jar that is deployed alongside the jar of the framework and api. This way we align to that every repo that is deployed gets its own jar.

References

#17 has added the sbt gui task that needs to be reworked.

// Copy built gui into resources, will be included in the classpath on execution of the framework
sbt.IO.copyDirectory(outDir.get, new File("src/main/resources/chatoverflow-gui"))

Here the gui is copied into the resources of the framework. Instead a new jar has to be created, included in the deploy task and be put on the classpath in order to support the execution of the project with IntelliJ.

@hlxid hlxid added enhancement New feature or request major Needs a major platform / framework / build environment rework labels Jul 28, 2019
@hlxid hlxid added this to the pre-alpha 3 milestone Jul 28, 2019
@hlxid hlxid self-assigned this Jul 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request major Needs a major platform / framework / build environment rework
Projects
None yet
Development

No branches or pull requests

2 participants