ottlinger commented on code in PR #317: URL: https://github.com/apache/creadur-rat/pull/317#discussion_r1777072896
########## apache-rat-tasks/src/site/apt/examples/basic.apt.vm: ########## @@ -59,28 +59,25 @@ java -jar apache-rat-${project.version}.jar src The equivalent of +------------------------------------------+ -java -jar apache-rat-${project.version}.jar --addlicense - --copyright "Copyright 2008 Foo" +java -jar apache-rat-${project.version}.jar --edit-license + --edit-copyright "Copyright 2008 Foo" /path/to/project +------------------------------------------+ is --- -<rat:report addLicenseHeaders="true" - coprightMessage="Copyright 2008 Foo"> +<rat:report editLicense="true" + editCopyright="Copyright 2008 Foo"> <fileset dir="/path/to/project"/> </rat:report> --- * Create a styled HTML report --- -<rat:report format="styled" reportFile="rat.html"> +<rat:report outputStyle="my/rat-xml-2-html.xslt" outputFile="rat.html"> Review Comment: I just looked at the diff - If I take a look at the old page, I see how I can define a styled report into rat.html. The new version of the webpage contains a (somewhere?) defined/shown XSLT - to my mind we should either show that XSLT or provide an example without an XSLT .... that's what I tried to mention as a comment :) HTH? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org