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

Be able to pass remote URL on command line #3

Closed
countfloyd opened this issue Mar 12, 2016 · 8 comments
Closed

Be able to pass remote URL on command line #3

countfloyd opened this issue Mar 12, 2016 · 8 comments

Comments

@countfloyd
Copy link

It would be really nice if you could pass the URL of the remote app.xml to the Launcher. This would be much easier than trying to replace the app.xml in the fxlauncher.jar file.

@countfloyd
Copy link
Author

Also, of course you'd have to remove this argument from the ones passed to the application that you're launching.

@edvin
Copy link
Owner

edvin commented Mar 12, 2016

This is actually how it used to work before the embedded manifest support was introdused :) Sure, I'll put it back in, slightly modified. I'm away this weekend, will get to it early next week.

@countfloyd
Copy link
Author

That would be great! Thanks.

@edvin
Copy link
Owner

edvin commented Mar 14, 2016

This feature is now available in FXLauncher 1.0.9, which should be in Maven Central within the hour. Usage:

java -jar fxlauncher.jar --app=http://remote/location/app.xml

Please let me know how it works out for you!

@countfloyd
Copy link
Author

OK, will do. Thanks for the fast turnaround.

@edvin
Copy link
Owner

edvin commented Mar 14, 2016

My pleasure. I'll close the issue now, feel free to open it again if needed.

@edvin edvin closed this as completed Mar 14, 2016
@countfloyd
Copy link
Author

This works great now, thank you. One little thing I noticed is that if the url in the app.xml doesn't end with /, it doesn't work. Perhaps I'll file an issue for this.

@edvin
Copy link
Owner

edvin commented Mar 18, 2016

Great, 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