KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: ganesh.boil on March 25, 2009, 01:33:58 pm

Title: How to debug konakart in eclipse
Post by: ganesh.boil on March 25, 2009, 01:33:58 pm
Hi Konakartians,
I have imported the konakart into my eclipse by following the greate useful links like,

http://www.konakart.com/forum/index.php/topic,501.0.html (http://www.konakart.com/forum/index.php/topic,501.0.html)  and
http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html (http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html)

And now i'm running the konakart sucessfully. But now my problem is i want to debug the konakart in eclipse..
I'm just stucked over ther... And the above links mentioning that we need to change the build.xml file available at KONAKART_HOME/Custom directory if we want to customize.
And i'm very new to ANT script as well. Can anyone tell me what are the changes are required in build.xml for customizing the konakart.
Thanks in advance,
Thanks 4 ur support.
Title: Re: How to debug konakart in eclipse
Post by: ganesh.boil on March 26, 2009, 06:37:42 am
Plz help me anybody!!!!!
Title: Re: How to debug konakart in eclipse
Post by: ganesh.boil on March 30, 2009, 05:20:43 am
Hi heidi,
I'm just stucked in debugging the konakart in eclipse!!! plz tell me the way to do it.. otherwise i need to go for something else instead of the Royal KONAKART...

waiting 4 ur reply!!!!

Regards,
Ganesh
Title: Re: How to debug konakart in eclipse
Post by: kingsulaman on April 17, 2009, 11:16:16 am
Quote from: ganesh.boil on March 25, 2009, 01:33:58 pm
Hi Konakartians,
I have imported the konakart into my eclipse by following the greate useful links like,

http://www.konakart.com/forum/index.php/topic,501.0.html (http://www.konakart.com/forum/index.php/topic,501.0.html)  and
http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html (http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html)

And now i'm running the konakart sucessfully. But now my problem is i want to debug the konakart in eclipse..
I'm just stucked over ther... And the above links mentioning that we need to change the build.xml file available at KONAKART_HOME/Custom directory if we want to customize.
And i'm very new to ANT script as well. Can anyone tell me what are the changes are required in build.xml for customizing the konakart.
Thanks in advance,
Thanks 4 ur support.


First Enable the break point. where you want to debugg, then go to left menu of Object Browser in eclipse where konakart is acceable,right click at Konakart project name (at top most in the left ment), select Debug As, select option 3 (My Eclipse Server Application), a popup window will open, then select server with which you want to run application (preferably select Tomcat 5.x). you application is running, access it with I.E or firefox with http://localhost:8080/konakart
then you will start getting debugging
Title: Re: How to debug konakart in eclipse
Post by: j.chen0918 on June 12, 2009, 06:04:10 am
If you debug konakart from eclipse,what will happen from it?



_________________
art (http://www.chacha.com/entertainment-arts/)
Title: Re: How to debug konakart in eclipse
Post by: Brian on June 12, 2009, 06:28:30 am
Either I don't understand you or that's a strange question  ???   

What are you expecting to happen ?