Skip to content

Thoren-G/AutomatedBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatisches Buildsystem für Java (Buildsystem_Source):

Zum Erstellen eines ausführbaren Java-Archivs: 
> sbt assembly
Ausführen des Java-Archivs:
> java -jar target.jar /pfad/zum/projekt1 (...) /pfad/zu/projektN

Zum direkten Starten mittels SBT:
> sbt "run /pfad/zum/projekt"
bzw.
> sbt "run /pfad/zum/projekt1 (...) /pfad/zu/projektN"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors