Ticket RAT-372 [1] has been opened to track this the changes based on this
discussion.
Pull request 246 [2] is open to work on issue RAT-372

[1] https://issues.apache.org/jira/browse/RAT-372
[2]  https://github.com/apache/creadur-rat/pull/246

On Fri, May 3, 2024 at 1:04 PM P. Ottlinger <pottlin...@apache.org> wrote:

> Cool, good to know that everything works automatically!
>
> Phil
>
> Am 03.05.24 um 12:59 schrieb Claude Warren:
> > If the XML looks like:
> >
> > <resource name='src/test/resources/elements/dummy.jar' type='ARCHIVE'>"
> >     <license approval="true" family="MIT  " id="MIT" name="The MIT
> License"/>
> >     <license approval="true" family="AL   " id="AL" name="Apache License
> > Version 2.0"/>
> > </resource>
> >
> > The output as defined in the default.xslt would be:
> >
> >   A src/test/resources/elements/dummy.jar
> >      MIT         MIT        The MIT License
> >      AL           AL          Apache License Version 2.0
> >
> > So all the enclosed licenses are reported for the jar itself.  If you
> want
> > a report of what is in the jar you can run Rat with the jar as an
> argument.
> > There is no change to the XML format (resources don't have child
> resources)
> > and all reports that have been modified for multiple license reporting,
> > should work without modification.
> >
> > Claude
>
>

-- 
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to