It works very well.
Thanks to both of you!
J.

2010/11/25 Julien Martin <bal...@gmail.com>

> Thanks Wayne.
> I'll try that and post here according to the results.
> J.
>
> 2010/11/25 Wayne Fay <wayne...@gmail.com>
>
> >                        <type>war</type>
>> >                    </dependency>
>> >                </dependencies>
>>
>> A dependency of type war means basically nothing to Javac. You're
>> basically just putting the War file on the classpath and javac doesn't
>> know how to deal with wars (only jars) so it just gets ignored.
>>
>> Try again after you package your annotation processor up in its own
>> jar, and depend on that.
>>
>> Wayne
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>

Reply via email to