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=28990>. 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=28990 Extend <java> task to provide <apply>-like features ------- Additional Comments From [EMAIL PROTECTED] 2004-05-14 22:07 ------- > maybe it is better to be able to use <java> inside <apply>. Yes, that's what I'm doing now, using executable="${java.home}/bin/java". However, this basically forces you to fork, and is not entirely obvious. And things like defining the classpath for it are a bit tedious. <java> has the advantage that the java-specific options are nicely structured into the task already, so we're mainly talking about grafting <apply>'s argument-handling features onto <java>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]