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

Have ability to print runtime configuration for asciidoctor JVM tasks #393

Closed
3 tasks
ysb33r opened this issue Jun 10, 2019 · 1 comment
Closed
3 tasks
Labels
2.x Issue related to the 2.x series 3.x Issues related to the 3.x enhancement

Comments

@ysb33r
Copy link
Member

ysb33r commented Jun 10, 2019

If a task such as asciidoctorAbc exists then a task such as asciidoctorAbcDependencies should be created on demand to show all of the dependencies for the specific task.

  • For JVM tasks report runtime dependencies and additional GEMs from AsciidoctorJExtension.
  • For Node.JS tasks report NPM modules from AsciidoctorJSExtenstion (3.x only).
  • For 2.0 mark the original dependencies task as deprecated.
@ysb33r ysb33r added enhancement 2.x Issue related to the 2.x series 3.x Issues related to the 3.x labels Jun 10, 2019
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Add rule that follows <asciidocTaskName>Dependencies pattern.

Old asciidoctorjDependencies task will now print a deprecation warning.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Add rule that follows <asciidocTaskName>Dependencies pattern.

Old asciidoctorjDependencies task will now print a deprecation warning.
@ysb33r ysb33r mentioned this issue Jun 28, 2019
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jun 28, 2019
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
ysb33r added a commit that referenced this issue Jun 30, 2019
Report dependencies for any Asciidoctor task (#393)
@ysb33r
Copy link
Member Author

ysb33r commented Jun 30, 2019

Will be in 2.3.0 and 3.0.0-alpha.4

@ysb33r ysb33r closed this as completed Jun 30, 2019
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jul 3, 2019
Add rule that follows <asciidocTaskName>Dependencies pattern.

Old asciidoctorjDependencies task will now print a deprecation warning.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jan 18, 2020
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
ysb33r added a commit to ysb33r/asciidoctor-gradle-plugin that referenced this issue Jan 19, 2020
Apply rule such that is task AsciidoctorAbc exists then AsciidoctorAbcDependencies
will be a report task of all of the appropriate dependencies.

For AsciidoctorJ the runtime dependencies and additional GEMs are reported.

For AsciidoctorJS the Node.JS modules are reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issue related to the 2.x series 3.x Issues related to the 3.x enhancement
Projects
None yet
Development

No branches or pull requests

1 participant