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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]