can someone tell me how to make eclipse 3.1 display assertion errors in the console (if it can).
i have eclipse 3.1 set up to run with my tomcat 5.5. the assert statements compile fine but when i do the following:
assert 3==5: "three does not equal five";
and run the web app, although everything runs fine i never see the printout in the console.
i have eclipse 3.1 set up to run with my tomcat 5.5. the assert statements compile fine but when i do the following:
assert 3==5: "three does not equal five";
and run the web app, although everything runs fine i never see the printout in the console.