On Apr 25, 2008, at 7:30 AM, Miguel Arroz wrote:

Hi!

In the build.xml file, what is the correct way to compile my apps with all the debug symbols (to see the offending source file name and code line in the exceptions stack trace)? Is it just passing "debug" with value "on" to wocompile task?


This is from the build file that I use:
<!-- These can be pre-defined to build optimized distributions -->
        <property name="wocompile.debug.flag" value="on" />
        <property name="wocompile.optimize.flag" value="off" />

...

                    debug="${wocompile.debug.flag}"
                    optimize="${wocompile.optimize.flag}"



Chuck


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects





_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to