Hi Ranga,
        Here's how I build sipXconfig to allow me to debug with Eclipse:

 
su - sipx
export SIPXPBXUSER=`whoami`
cd ~/sipx
fedora-buildrpmtree
autoreconf -if
mkdir debug
cd ~/sipx/debug
JAVAC_DEBUG=on JAVAC_OPTIMIZED=off ../configure
--cache-file=`pwd`/ac-cache-file
 SIPXPBXUSER=`whoami`
sudo mkdir -p /usr/local/sipx
sudo chown `whoami`:`whoami` /usr/local/sipx
make recurse TARGETS="all install"

Paul.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of M.
Ranganathan
Sent: 2008-06-03 06:33
To: [EMAIL PROTECTED]
Subject: [sipX-dev] What configure option turns on debugging in the
compile of sipxconfig?

 How can I configure the Makefile to set JAVAC_DEBUG to "on"  without
directly hacking the build.xml file?

Thanks

Ranga.

--
M. Ranganathan
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to