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

Split GUI into its own jar #102

Closed
Closed
@hlxid

Description

@hlxid

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestmajorNeeds a major platform / framework / build environment rework

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions