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

Request a feature to use "version_file" in AppLauncher #1158

Closed
walterxie opened this issue Aug 5, 2024 · 2 comments
Closed

Request a feature to use "version_file" in AppLauncher #1158

walterxie opened this issue Aug 5, 2024 · 2 comments

Comments

@walterxie
Copy link
Member

walterxie commented Aug 5, 2024

It will be very convenient to allow the "version_file" argument in AppLauncher for debugging in IDE, such as

new Arguments.StringOption("version_file", "VERSIONFILE" ,"Provide a version file containing a list of services to explicitly allow. (Useful for package development.)")

It then could be used to debug the following lines using BEASTClassLoader inside IDE:

https://github.com/alexeid/TreeStat2/blob/eeceb0ab7d6e6f6b9f14a5d3016fa52b6a9d544e/src/treestat2/TreeStatApp.java#L49-L50

@rbouckaert
Copy link
Member

This adds a -version_file argument to AppLauncher: CompEvol/BeastFX@5ab2236

walterxie added a commit to CompEvol/BeastFX that referenced this issue Aug 5, 2024
@walterxie
Copy link
Member Author

It works now :

Screenshot 2024-08-06 at 11 58 46 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants