Unable to build w/ Ant 1.7 + Java 6:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=21
Issue #|21
Summary|Unable to build w/ Ant 1.7 + Java 6
Component|jsftemplating
Version|current
Platform|All
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|build
Assigned to|kenpaulsen
Reported by|kenpaulsen
------- Additional comments from kenpaulsen_at_dev.java.net Tue May 29 22:26:32 +0000 2007 -------
JSFTemplating relies on annotation processing during compile time. In Java 5 this requires "apt". We are using a ant
plugin to invoke apt. This seems to work fine w/ Java 6 w/ Ant 1.6.5. However, it doesn't work with Java 6 and Ant
1.7. Java 6 can simply use "javac -processor ..." perhaps this is related to the bug, I am not sure.
We need to investigate how to build JSFT w/ Java 6 and Ant 1.7.