-
Notifications
You must be signed in to change notification settings - Fork 1
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
close #27 appimage #30
Conversation
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
…xed) Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]> Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
Signed-off-by: FunThomas424242 (Thomas Schubert) <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2,9 +2,13 @@ language: java | |||
|
|||
|
|||
jdk: | |||
- openjdk11 | |||
- openjdk13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mein lokaler Rechner lies sich nach einem Update einfach nicht mehr dazu herab mir ein volles jdk11 zur Verfügung zu stellen. Seither habe ich nur ein jdk13 und von 8 bis 11 jre's.
@@ -0,0 +1,4 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das ist eher für #18 gedacht
@@ -0,0 +1,20 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das war für #18 gedacht. Ist jetzt eher obsolet. Ausgelagert in ein extra Projekt:
https://github.com/PIUGroup/informally-jmod-hub
@@ -7,7 +7,7 @@ | |||
<groupId>com.github.funthomas424242</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vorbereitung für #18
@@ -454,12 +469,76 @@ | |||
</build> | |||
|
|||
<profiles> | |||
<profile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das wäre ein schönes Feature gewesen um zu prüfen, dass der Build mit dem lokalen JDK übereinstimmt. Es tut aber nicht :(
@@ -0,0 +1,11 @@ | |||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsoletes #18
@@ -0,0 +1,21 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsoletes #18
@@ -0,0 +1,21 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsoletes #18
@@ -0,0 +1,37 @@ | |||
/*- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das wäre brauchbar als Vorbereitung für #18. Da muss man aber sicher wissen was man tut und es sollte vollständig und korrekt sein. -> Kann ich aktuell nicht sicherstellen.
PR zur Erstellung eines AppImages für Linux Systeme, siehe issue#27
Der Feature Branch wurde vom feature issue#18 abgebrancht (Was nicht üblich ist. Es wurde sich aber dafür entschieden, da gedacht wurde, dass einige Anpassungen aus der #18 benötigt werden. Die Abhängigkeit war beim Storyschnitt noch nicht erkennbar und ist möglicherweise später auch nicht mehr gegeben. Die Entwicklung auf #18 wird demnächst wieder aufgenommen evtl. aber gestaltet sich die Lösung viel einfacher als zunächst gedacht - mal sehen ob das Problem der Automatic Module umgangen werden kann. Einige Abhängigkeiten lassen sich einfach nicht als Modul bekommen).
Durch den Merge sind nun bereits einige #18 er Funktionalitäten in den master gewandert :(
Ich versuche selbst zu kommentieren wenn ich #18 er Anpassungen finde, die evtl. obsolet werden.