Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Annotation processing in Eclipse

We got it compiled and working but also haven't been able to reach the contributor to be able to release it :(

If anyone know karl@xxxxxxxxxxxxxxxxxxxx let him know he got emails awaiting ;)

p.s. the workaround is to setup the annotation processor manually and commit the .settings files
and it will work since m2e currently does not touch these settings.
 
/max

On Dec 15, 2011, at 12:17, Igor Fedorenko wrote:

> Somebody provided a patch [1], but I could not get the patch working
> cleanly in my environment and there was no response from the developer
> 
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=335036
> 
> --
> Regards,
> Igor
> 
> On 11-12-15 2:13 AM, Ittai Zeidman wrote:
>> Hi,
>> I'm using m2e 1.0.100 and Eclipse (Indigo SR1).
>> I'd like to know how I can get m2e to change my project configuration so
>> that it uses "Annotation processing" when it compiles my code.
>> The reason for this need is that I want to use the JPA feature of the
>> canonical metamodel, which builds on annotation processing.
>> I followed this hibernate tutorial
>> <http://docs.jboss.org/hibernate/stable/jpamodelgen/reference/en-US/html_single/>
>> and got maven itself to generate the required additional files without a
>> problem but because Eclipse has no knowledge of these files, they are
>> only in the target folder, then I cannot use them while working.
>> Is there a way m2e can update the project configuration with respect to
>> this aspect?
>> 
>> Thanks in advance.
>> 
>> --
>> Ittai Zeidman
>> VP R&D, Fashion Traffic <http://fashiontraffic.com/>
>> Follow us on: Twitter <http://twitter.com/fashiontraffic>| Facebook
>> <http://www.facebook.com/newfashiontraffic>| Tumblr
>> <http://fashiontrafficblog.tumblr.com/>
>> 
>> 
>> 
>> _______________________________________________
>> m2e-users mailing list
>> m2e-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/m2e-users
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users

/max
http://about.me/maxandersen





Back to the top