You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Carsten Schinzer (Jira)" <ji...@apache.org> on 2020/05/26 09:47:00 UTC

[jira] [Updated] (OFBIZ-11742) AsciidoctorTask is deprecated in favor of AsciidoctorCompatibilityTask

     [ https://issues.apache.org/jira/browse/OFBIZ-11742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Schinzer updated OFBIZ-11742:
-------------------------------------
          Component/s: Gradle
    Affects Version/s: Trunk
          Description: 
in build.gradle (commit [5e1a23d|https://github.com/apache/ofbiz-framework/commit/5e1a23de1c6cc92fa10cd6008e2e758cdf7ffe4f], line #498) the context help states that:

@Deprecated class AsciidoctorTask extends AsciidoctorCompatibilityTask
This is just a wrapper class in a legacy package. All of the code has moved to AsciidoctorCompatibilityTask.

Also, the gradle viewer in my IDE states that the following rows contain syntax errors, yet it builds:

attributes \
 'doctype': 'book',
 'experimental': '',
 'icons': 'font',
 'sectnums': '',
 'chapter-label': '',
 'toc': 'left@',
 'toclevels': '3'
          Environment: IntelliJ IDEA Community Edition
             Priority: Minor  (was: Major)

> AsciidoctorTask is deprecated in favor of AsciidoctorCompatibilityTask
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-11742
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11742
>             Project: OFBiz
>          Issue Type: Bug
>          Components: Gradle
>    Affects Versions: Trunk
>         Environment: IntelliJ IDEA Community Edition
>            Reporter: Carsten Schinzer
>            Priority: Minor
>
> in build.gradle (commit [5e1a23d|https://github.com/apache/ofbiz-framework/commit/5e1a23de1c6cc92fa10cd6008e2e758cdf7ffe4f], line #498) the context help states that:
> @Deprecated class AsciidoctorTask extends AsciidoctorCompatibilityTask
> This is just a wrapper class in a legacy package. All of the code has moved to AsciidoctorCompatibilityTask.
> Also, the gradle viewer in my IDE states that the following rows contain syntax errors, yet it builds:
> attributes \
>  'doctype': 'book',
>  'experimental': '',
>  'icons': 'font',
>  'sectnums': '',
>  'chapter-label': '',
>  'toc': 'left@',
>  'toclevels': '3'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)