Hi!Because somewhere in the compilation process you left out the properties that tell the compiler to leave the code line info.
Add this to your ant file in the right place: <property name="wocompile.debug.flag" value="on" /> <property name="wocompile.optimize.flag" value="off" /> Yours Miguel Arroz On 2009/10/16, at 16:30, Simon McLean wrote:
an ideas what causes deployed app stack traces to start saying "unknown source" rather than the line number ? i've pasted a snippet below. it seems to be only our source that is affected - wonder source and webobjects source have their line numbers....thanks, simonWOComponent.appendToResponse(WOComponent.java:992) at er .extensions .components.ERXComponent.appendToResponse(ERXComponent.java:107) at com .clicktravel .plumbing.components.CTSecurePage.appendToResponse(Unknown Source) at com.clicktravel.security.SPLoginPage.appendToResponse(Unknown Source) at com .clicktravel .plumbing.components.CTLoginPage.appendToResponse(Unknown Source) at com .clicktravel .travelmanager.components.LoginPage.appendToResponse(Unknown Source) at com .webobjects .appserver.WOComponent._appendPageToResponse(WOComponent.java:1388) at com .webobjects .appserver.WOComponent._generateResponseInContext(WOComponent.java: 1356) at com.webobjects.appserver._______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/arroz%40guiamac.com This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
