DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29978>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29978 No way to run Apt processor for JDK 1.5 Summary: No way to run Apt processor for JDK 1.5 Product: Ant Version: 1.6.2beta1 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I've created an Apt task, and a corresponding compiler adapter which runs apt executable to kick off the compile. The task forces the compiler to this compiler adapter, and also forces the forking to true. In addition, it allows addition attributes and subelements for the Apt arguments. Please let me know if there is interest in including this in the core Ant distribution. <target name="compile"> <apt srcdir="${src.dir}" destdir="${classes.dir}" preprocessdir="${preprocess.dir}" debug="on" deprecation="off" optimize="on" includeAntRuntime="no" nocompile="false"> </apt> This also supports a "factory" attribute corresponding to the -factory parameter, and a "factorypathref" attribute and "factorypath" element to correspond to the -factorypath argument. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]