--- "TAKAHASHI Hideo(BSD-M1G)" <[EMAIL PROTECTED]> wrote: > No -g flags is an alias to -g:source,lines and is helpful for trouble > shooting, without revealing the variable information. We want to use > this for production build. > > -g is an alias to -g:source,lines,vars and is helpful for use with a > debugger. This is OK for a development phase build.
1.5alpha's <javac> has a new attribute, 'debuglevel' -- so you can now do: debug="on" debuglevel="source,lines" (Of course, you probably wouldn't want to hard-code in the debug and debuglevel value, but reference properties instead, so you can switch their values according to what type of build you're running.) Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
