Hi,
I am using ant to build my project, but I found ant doesn't support -g:none
compile option. It has only two
options for the debug.
1. debug="on" which is equal to javac -g
2. debug="off" which is equal to javac
There is no correspondent option which is equal to javac -g:none.
Any thoughts?
Thanks
Leon
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
|