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

Considering separate UI part and the core part? #464

Open
jdneo opened this issue Oct 16, 2019 · 2 comments
Open

Considering separate UI part and the core part? #464

jdneo opened this issue Oct 16, 2019 · 2 comments

Comments

@jdneo
Copy link

jdneo commented Oct 16, 2019

Hi team,

Thank you for providing such a great plugin to support TestNG in Eclipse!

We have an extension in VS Code to support different Java Test Framework like JUnit 4, 5 and TestNG. For the current implementation, We leverage the Eclipse JUnit launcher to resolve the launch configuration and use its Remote Runner to run the JUnit tests.

For the TestNG part, I implemented a simple runner, so the feature supported is very limited. I think the situation can become much better if I can use the components in this repo, but finally I find that I cannot do that. Because the current implementation requires some jdt.ui bundles, which cannot be resolved by the Eclipse JDT LS - the Java Language Server of the VS Code. It will be great if the code can separate the core part from the ui part.

This might be a huge refactoring work, so I'm just asking if there is any possibility to put this into your roadmap?

Thanks.

@missedone
Copy link
Collaborator

hi @jdneo , thanks for building the extension for VS-Code, i'm big fan of it.
regards to refactoring UI and core, it's surely doable, however personally i don't have the bandwidth on it, the plugin is in light maintenance state... except anybody in the community willing to contribute, that will be great.

@jdneo
Copy link
Author

jdneo commented Oct 25, 2019

Hi @missedone,

I totally understand that. Hope we can find some volunteers for this. 😄.

Thanks.

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

No branches or pull requests

2 participants