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

Eclipse Ant provision #374

Open
jgsuess opened this issue Oct 7, 2021 · 4 comments
Open

Eclipse Ant provision #374

jgsuess opened this issue Oct 7, 2021 · 4 comments

Comments

@jgsuess
Copy link

jgsuess commented Oct 7, 2021

Could you expose some or all of your execution using ant tasks in eclipse-platform Ant Extension Points? This would allow running all the ASCIIDOCTOR beauty with none of the hassle in a CI workflow!

@de-jcup
Copy link
Owner

de-jcup commented Oct 29, 2021

With #371 the build will be changed to maven tycho build - so CI workflow will become very easy and eclipse parts can be build completely. Or did I missunderstood your request/question ?

@jgsuess
Copy link
Author

jgsuess commented Jan 23, 2022

Yes, you have not understood this correctly. What I had hoped for was was that you could integratethe eclipse extension Point saw that the eclipse extension point for Ant tasks, sothat asciidoctor could be called from within eclipse's Ant facility directly.

@de-jcup
Copy link
Owner

de-jcup commented Apr 7, 2022

Okay. I understand that you want to use the ANT eclipse plugin to trigger asciidoc actions.
So far so good.

But...
The eclipse asciidoctor editor is designed for developers to edit .adoc files, get an overview etc. For example

  • Outline view
  • Preview
  • Call hierarchy
  • Error markers
  • Syntax highlighting
  • .. more UI staff..

So what could you want to do with the editor plugin via ant?

  • render an asciidoc file
  • ... ?

The asciidoctor project does already provide multiple plugins/extensions.
For ANT there is a specified plugin/extension available at https://github.com/asciidoctor/asciidoctor-ant

This works in CLI and should also work in eclipse as well.

Is there a real benefit to use the editor plugin for ant to render?

@jgsuess
Copy link
Author

jgsuess commented Apr 7, 2022

That's right, but we are using ant + eclipse as a DevOps environment for model-driven operations. If we had your tooling available from ant, all the phantastic output could be rendered in our toolchains. High-quality, automatic documentation on every build, after every model-driven run. Given how many features the tool has, even a part would give us a dramatic boost!

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