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.

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!

"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 ;-)

Stefano


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

Reply via email to