You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Jimmy,Jing Lv" <fi...@gmail.com> on 2010/08/11 04:56:05 UTC

[classlib][annotation]Add annotation processing APIs to Harmony 6

Hello,

       I see in the API comparison [1], Harmony6 has reached 95.89% compared
to RI6 (that's amazing!). However there is still several packages 100%
missing, e.g, javax.annotation.processing and its related package javax.
lang.model.*, or even java.tools.
       Reading into the javadoc, I find it is infrastructure for customer to
use and that's just some quick work to be done (without the real
implementation of the processing tool itself). I decide to have this done
and commit to the Harmony6 brunch soon. Will leave the real processing tool
to be done (check the eclipse compiler but it lacks a real annotation
processing tool, so it requires to be done for Harmony).
       Any comments or suggestions?

[1]http://people.apache.org/~hindessm/japi/sun60-hydrlvm60.html
-- 

Best Regards!

Jimmy, Jing Lv

Re: [classlib][annotation]Add annotation processing APIs to Harmony 6

Posted by Jing Lv <pu...@gmail.com>.
Sounds great, thanks Ray.

2010/8/11 Ray Chen <cl...@gmail.com>

> Hi Jimmy,
> I have created JIRA 6435 for this issue before.  You can use that to track
> :)
>
> On Wed, Aug 11, 2010 at 10:56 AM, Jimmy,Jing Lv <fi...@gmail.com>
> wrote:
> > Hello,
> >
> >       I see in the API comparison [1], Harmony6 has reached 95.89%
> compared
> > to RI6 (that's amazing!). However there is still several packages 100%
> > missing, e.g, javax.annotation.processing and its related package javax.
> > lang.model.*, or even java.tools.
> >       Reading into the javadoc, I find it is infrastructure for customer
> to
> > use and that's just some quick work to be done (without the real
> > implementation of the processing tool itself). I decide to have this done
> > and commit to the Harmony6 brunch soon. Will leave the real processing
> tool
> > to be done (check the eclipse compiler but it lacks a real annotation
> > processing tool, so it requires to be done for Harmony).
> >       Any comments or suggestions?
> >
> > [1]http://people.apache.org/~hindessm/japi/sun60-hydrlvm60.html<http://people.apache.org/%7Ehindessm/japi/sun60-hydrlvm60.html>
> > --
> >
> > Best Regards!
> >
> > Jimmy, Jing Lv
> >
>
>
>
> --
> Regards,
>
> Ray Chen
>



-- 
Best Regards,
--------------------
Lv Jing
Apache Harmony PMC
IBM CDL

Re: [classlib][annotation]Add annotation processing APIs to Harmony 6

Posted by Ray Chen <cl...@gmail.com>.
Hi Jimmy,
I have created JIRA 6435 for this issue before.  You can use that to track :)

On Wed, Aug 11, 2010 at 10:56 AM, Jimmy,Jing Lv <fi...@gmail.com> wrote:
> Hello,
>
>       I see in the API comparison [1], Harmony6 has reached 95.89% compared
> to RI6 (that's amazing!). However there is still several packages 100%
> missing, e.g, javax.annotation.processing and its related package javax.
> lang.model.*, or even java.tools.
>       Reading into the javadoc, I find it is infrastructure for customer to
> use and that's just some quick work to be done (without the real
> implementation of the processing tool itself). I decide to have this done
> and commit to the Harmony6 brunch soon. Will leave the real processing tool
> to be done (check the eclipse compiler but it lacks a real annotation
> processing tool, so it requires to be done for Harmony).
>       Any comments or suggestions?
>
> [1]http://people.apache.org/~hindessm/japi/sun60-hydrlvm60.html
> --
>
> Best Regards!
>
> Jimmy, Jing Lv
>



-- 
Regards,

Ray Chen