[
https://issues.apache.org/jira/browse/KAFKA-21064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Stojadinović updated KAFKA-21064:
---------------------------------------
Description:
Note: Rationale for removing custom style
*_stylesheet.set(file('gradle/resources/rat-output-to-html.xsl')):_* this style
is equivalent to a default style.
+Steps (use Kafka trunk branch):+
# comment out line 277 -->
*_stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))_*
# execute: _*./gradlew rat*_
# compare two styles: _*diff build/tmp/rat/default-stylesheet.xsl
gradle/resources/rat-output-to-html.xsl*_
{code}
69a70,71
> <p>This HTML version (yes, it is!) is generated from the RAT xml reports
> using Saxon9B. All the outputs required are displayed below, similar to the
> .txt version.
> This is obviously a work in progress; and a prettier, easier to
> read and manage version will be available soon</p>
{code}
> Apache RAT Gradle plugin version upgrade: 0.8.1 --> 0.10.0
> ----------------------------------------------------------
>
> Key: KAFKA-21064
> URL: https://issues.apache.org/jira/browse/KAFKA-21064
> Project: Kafka
> Issue Type: Task
> Components: build
> Reporter: Dejan Stojadinović
> Assignee: Dejan Stojadinović
> Priority: Minor
> Labels: Gradle, gradle, rat, update, upgrade, version
>
>
>
>
> Note: Rationale for removing custom style
> *_stylesheet.set(file('gradle/resources/rat-output-to-html.xsl')):_* this
> style is equivalent to a default style.
> +Steps (use Kafka trunk branch):+
> # comment out line 277 -->
> *_stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))_*
> # execute: _*./gradlew rat*_
> # compare two styles: _*diff build/tmp/rat/default-stylesheet.xsl
> gradle/resources/rat-output-to-html.xsl*_
> {code}
> 69a70,71
> > <p>This HTML version (yes, it is!) is generated from the RAT xml reports
> > using Saxon9B. All the outputs required are displayed below, similar to the
> > .txt version.
> > This is obviously a work in progress; and a prettier, easier to
> > read and manage version will be available soon</p>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)