Skip to content
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

Create build scripts #10

Closed
wants to merge 1 commit into from
Closed

Create build scripts #10

wants to merge 1 commit into from

Conversation

xorye
Copy link
Contributor

@xorye xorye commented Aug 1, 2019

This PR helps fix quarkus-ls #7

The scripts assume that the vscode-quarkus/ folder and quarkus-ls/ folder are siblings.
Three scripts are implemented:

  1. npm run build-server
    Builds the server and places the server jar into ./server.

  2. npm run build-ext
    Builds the extension and places the jar into /.jars

  3. npm run build
    Does both 1. and 2.

The second part of this PR is here.

gulpfile.js Outdated Show resolved Hide resolved
Signed-off-by: David Kwon <[email protected]>
@xorye
Copy link
Contributor Author

xorye commented Aug 1, 2019

@angelozerr, could you please test this on windows and provide feedback?

Also, I should mention, this PR is to master, which has no connection capabilities with the jdt.ls extension and Quarkus language server. Maybe I should have made the PR to the jdtls-extension-ls branch instead.

gulpfile.js Show resolved Hide resolved
@fbricon
Copy link
Collaborator

fbricon commented Aug 1, 2019

made the PR to the jdtls-extension-ls branch instead.

yes please

@fbricon
Copy link
Collaborator

fbricon commented Aug 6, 2019

Superseded by #15

@fbricon fbricon closed this Aug 6, 2019
angelozerr added a commit that referenced this pull request Aug 23, 2019
angelozerr added a commit that referenced this pull request Aug 23, 2019
xorye pushed a commit that referenced this pull request Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Quarkus LS and JDT Extension for vscode-quarkus
3 participants