-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cleanup GlspServerLauncher & add CLI parsing #95
Comments
tortmayr
added a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Aug 12, 2020
- Cleanup GLSPServerLauncher (refactor methods & add support to inject additional modules) - Add a CLIParser helper class and configure default options for configuring -- Server port -- consoleLog flag -- logging directory -- logLevel -- help Fixes eclipse-glsp/glsp/issues/95
tortmayr
added a commit
to eclipse-glsp/glsp-examples
that referenced
this issue
Aug 12, 2020
tortmayr
added a commit
to eclipse-glsp/glsp-examples
that referenced
this issue
Aug 12, 2020
Add launch configs for Eclipse Requires: eclipse-glsp/glsp-server/pull/69 Part of: eclipse-glsp/glsp#95
martin-fleck-at
pushed a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Aug 14, 2020
* #95 Cleanup GLSPServerLauncher & add CLI parsing - Cleanup GLSPServerLauncher (refactor methods & add support to inject additional modules) - Add a CLIParser helper class and configure default options for configuring -- Server port -- consoleLog flag -- logging directory -- logLevel -- help Fixes eclipse-glsp/glsp/issues/95
martin-fleck-at
pushed a commit
to eclipse-glsp/glsp-examples
that referenced
this issue
Aug 14, 2020
* #95 Adapt example to conform to GLSPServerLauncher refactoring Add launch configs for Eclipse Requires: eclipse-glsp/glsp-server/pull/69 Part of: eclipse-glsp/glsp#95
tortmayr
added a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Aug 15, 2020
Refactor getAppenders() to avoid usage of Enumeration.asIterator() which is not supported by Java 1.8 Follow-up for: eclipse-glsp/glsp/issues/95
martin-fleck-at
pushed a commit
to eclipse-glsp/glsp-server
that referenced
this issue
Aug 17, 2020
Refactor getAppenders() to avoid usage of Enumeration.asIterator() which is not supported by Java 1.8 Follow-up for: eclipse-glsp/glsp/issues/95
MatthiasHofstaetter
pushed a commit
to MatthiasHofstaetter/glsp-server
that referenced
this issue
Dec 21, 2024
…-glsp#69) * eclipse-glsp#95 Cleanup GLSPServerLauncher & add CLI parsing - Cleanup GLSPServerLauncher (refactor methods & add support to inject additional modules) - Add a CLIParser helper class and configure default options for configuring -- Server port -- consoleLog flag -- logging directory -- logLevel -- help Fixes eclipse-glsp/glsp/issues/95
MatthiasHofstaetter
pushed a commit
to MatthiasHofstaetter/glsp-server
that referenced
this issue
Dec 21, 2024
Refactor getAppenders() to avoid usage of Enumeration.asIterator() which is not supported by Java 1.8 Follow-up for: eclipse-glsp/glsp/issues/95
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add CLI parsing similar to how its handled in the emfcloud modelserver (https://github.com/eclipse-emfcloud/emfcloud-modelserver/blob/master/bundles/org.eclipse.emfcloud.modelserver.emf/src/org/eclipse/emfcloud/modelserver/emf/launch/CLIParser.java)
In particular it would be nice to configure the following via CLI arguments:
The text was updated successfully, but these errors were encountered: