• Welcome to KonaKart Community Forum. Please login or sign up.
 

How to debug konakart in eclipse

Started by ganesh.boil, March 25, 2009, 01:33:58 pm

Previous topic - Next topic

ganesh.boil

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  and
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.

ganesh.boil


ganesh.boil

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

kingsulaman

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  and
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

j.chen0918

If you debug konakart from eclipse,what will happen from it?



_________________
art

Brian

Either I don't understand you or that's a strange question  ???   

What are you expecting to happen ?