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

Translation FXgraph to FXML in headless mode (command line with jar or maven) #60

Open
yylonly opened this issue Feb 19, 2019 · 2 comments

Comments

@yylonly
Copy link

yylonly commented Feb 19, 2019

Does current version of eclipse-efx support translation FXgraph to FXML in headless mode (command line with jar or maven)?

Btw, does eclipse-efx base on Xtext?

Thanks

@tomsontom
Copy link
Contributor

currently not but it might be doable with some work. And yes fxgraph (as well as the CSS-Editor) are built on top of Xtext

@yylonly
Copy link
Author

yylonly commented Feb 22, 2019

Thanks for your information, I provide a shade jar file for translating FXgraph to FXML as follows:

fxml.jar

java -jar fxml.jar path/name.fxgraph package.ControllerName

This is the temporary solution, because my intention is that this jar file does not need provide controller name, which can be automatically resolved from JVMReferenceType. But this seems not working without Eclipse environment.

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