You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Juraj Burian <ju...@volny.cz> on 2005/06/16 13:41:30 UTC

apt-incorporation

Hello everybody,

we need to:
1) modify the Java plug-in to allow switching between J2SE 1.5 apt (annotation processing tool) or standard javac
2) create new standalone J2SE 1.5 apt plug-in.

To achieve this it is necessary to upgrade ant used in maven to the version 1.7 (still Alpha).
I thing that this could be the major poroblem.

Please let me know yours opinion.

I would like to join the implementation effort.
Does anyone wish to help me with this?
I am mean access to the CVS guidelines ...

Thanx,
J.Burian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: apt-incorporation

Posted by Juraj Burian <ju...@volny.cz>.
Steve Loughran wrote:

> Juraj Burian wrote:
>
>> Hello everybody,
>>
>> we need to:
>> 1) modify the Java plug-in to allow switching between J2SE 1.5 apt 
>> (annotation processing tool) or standard javac
>> 2) create new standalone J2SE 1.5 apt plug-in.
>>
>> To achieve this it is necessary to upgrade ant used in maven to the 
>> version 1.7 (still Alpha).
>> I thing that this could be the major poroblem.
>
>
> why? Ant1.7 has an <apt> tool; it does not automatically turn apt 
> stuff on in javac
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
I am talking about 1.xxx versions family of maven.
Ant is used in java plug-in.
I thing that most transparent way is: have used (conditionally) apt 
(task) instead of  javac (task)  for 1.5 compatible sources.
Of course apt task must have -compile option = true :-) for java 
plug-in. For apt plug-in should be compilation optional.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: apt-incorporation

Posted by Steve Loughran <st...@apache.org>.
Juraj Burian wrote:
> Hello everybody,
> 
> we need to:
> 1) modify the Java plug-in to allow switching between J2SE 1.5 apt 
> (annotation processing tool) or standard javac
> 2) create new standalone J2SE 1.5 apt plug-in.
> 
> To achieve this it is necessary to upgrade ant used in maven to the 
> version 1.7 (still Alpha).
> I thing that this could be the major poroblem.

why? Ant1.7 has an <apt> tool; it does not automatically turn apt stuff 
on in javac


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org