On 4/27/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
robert burrell donkin ha scritto:
> On 4/27/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote:
>> On 4/26/07, robert burrell donkin <[EMAIL PROTECTED]> wrote:
>> > On 4/26/07, Bernd Fondermann <[EMAIL PROTECTED]> wrote:
>> > > I will try to run ARAT against some build later this evening (GMT+1)
>> > > and try to do some due dilligence while I'm commuting. never built
>> > > mime4j, never used arat, so...
>> >
>> > RAT's needs a lot more work before it's easy to interpret but give
>> it a go...
>>
>> it is already running in the debugger; will give you some feedback on
>> googlecode ;-)
>
> i'm just so short of time ATM  :-/
>
> - robert

It is cool that they already started a maven2 plugin for RAT
integration: http://mojo.codehaus.org/rat-maven-plugin/index.html

Unfortunately I just tried "mvn rat:rat" on mime4j and I get a
NullPointerException in the mojo.

jochen has a working plugin locally but it needs a new RAT release

I guess we'll have to wait some months to have a working plugin, but it
is cool to see similar plugins being developed: this will make RAT
adoption for m2 project really smooth!

there are plans at the hackathon for integrating son-of-RAT into maven

i also have plans to integrate RAT with gump

need to find more cycles :-/

"mvn rat:rat" or adding
<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>rat-maven-plugin</artifactId>
  <version>XXXX</version>
</plugin>

Is much faster/easy than downloading RAT and read docs on how to use it.
People is (I am) lazy ;-)

it has no docs :-)

it was intended to be source only: compile the source and it tells you
how to run it ;-)

once the xml format's more finalized the reports should be
self-documenting. need to get to grips with the RDF pipelining first,
though. need to grab leo or stephano sometime at apachecon...

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to