Re: Xerces-J Jars

2009-02-19 Thread Michael Glavassevich
space. > > - Original Message - > From: Gary Gregory > To: j-users@xerces.apache.org > Cc: michael.cha...@teradata.com > Sent: Friday, January 30, 2009 7:27 PM > Subject: RE: Xerces-J Jars > > How many bytes are saved? I agree that it?s a pain when one is debugging? &

Re: Xerces-J Jars

2009-02-01 Thread Stanimir Stamenkov
Sat, 31 Jan 2009 03:05:07 -0500, /Dave Brosius/: It's more than just line numbers, it's also local variable tables, sourcefile info the line number table is 4 bytes per sourceline of code in a method. the local variable table is 10 bytes per local variable (including parms) I don't believe t

Re: Xerces-J Jars

2009-01-31 Thread Dave Brosius
s debugging) so it's just a matter of disk space. - Original Message - From: Gary Gregory To: j-users@xerces.apache.org Cc: michael.cha...@teradata.com Sent: Friday, January 30, 2009 7:27 PM Subject: RE: Xerces-J Jars How many bytes are saved? I agree that it&

RE: Xerces-J Jars

2009-01-30 Thread Gary Gregory
How many bytes are saved? I agree that it's a pain when one is debugging... Gary From: Michael Glavassevich [mailto:mrgla...@ca.ibm.com] Sent: Friday, January 30, 2009 4:01 PM To: j-users@xerces.apache.org Cc: michael.cha...@teradata.com Subject: Re: Xer

Re: Xerces-J Jars

2009-01-30 Thread Michael Glavassevich
Hi Mike, I'm pretty sure that was done long ago to reduce the jar size. If you want the line numbers you can always recompile [1] from the source, setting debug="on" in build.xml. Thanks. [1] http://xerces.apache.org/xerces2-j/faq-build.html#faq-2 Michael Glavassevich XML Parser Development IBM