System.out.println() Ignored
806492Feb 16 2011 — edited Feb 19 2011I have a open source JDBC driver which has to be enhanced.
It is compiled with ant. I tried to code in my new methods for enhancing it and wanted to print the intermediate variables through System.out.println(). This particular line for printing onto the console is ignored and remaining code is working fine.
Can someone tell me where I went wrong?