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=28738>. 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=28738 debugging with ant Summary: debugging with ant Product: Ant Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] so fine that little ANT holds up the burden.I was thinking how about giving another trouble to it. Debugging with ant ! would some one there thinks it is good enough to include this concept in ant's later versions. consider this: in a typical program say HelloWorld public class HelloWorld{ public static void main(String arg[]){ //@debug start System.out.println("debug:let say this is a debug code or logging"); //@debug end System.out.println("HELLO WORLD"); } } I was thinking that what about a plugin or task or what ever in ANT in ant to elliminate those codes enclosed between two //@debug comments at time of building or deployment. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
