-
Notifications
You must be signed in to change notification settings - Fork 21
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
Load custom plugins from JAR files #413
Labels
Comments
kaklakariada
pushed a commit
that referenced
this issue
Jun 16, 2024
kaklakariada
added a commit
that referenced
this issue
Jun 22, 2024
kaklakariada
added a commit
that referenced
this issue
Aug 11, 2024
Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OFT already includes some plugins (e.g. importers for RST & MD). These plugins are loaded automatically from the fat JAR that includes all plugins. Using OFT's plugin API, third parties could create and publish and use their own plugins independently from the OFT project. Example: AsciiDoc importer (#410).
Proposed solution
OFT_PLUGINS
(e.g.$HOME/.openfasttrace/plugins/
)$OFT_PLUGINS/${PLUGIN_NAME}.jar
$OFT_PLUGINS/${PLUGIN_NAME}/*.jar
Out of scope
Tasks
The text was updated successfully, but these errors were encountered: