KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: ByDcc on November 26, 2008, 08:56:08 am

Title: debugging konakart in eclipse
Post by: ByDcc on November 26, 2008, 08:56:08 am
   Hi all,
   I can't debug konakart in eclipse.

   I created the project following this thread:
http://www.konakart.com/forum/index.php/topic,501.0.html (http://www.konakart.com/forum/index.php/topic,501.0.html)

   But I've found the problem reported in:
http://www.konakart.com/forum/index.php/topic,542.0.html (http://www.konakart.com/forum/index.php/topic,542.0.html)

   In my case I don't know how to fix this problem.

   I've changed in each javac tag in the build.xml with debug="true" and debugLevel="lines,vars,source"

   And I've checked that CatalogMainPage, where I have a breakpoing, has less than 2 kb with debug="off" and more than 2 kb with debug="true".

   I need help.
   Thank you in advance.

   
Title: Re: debugging konakart in eclipse
Post by: ByDcc on November 28, 2008, 07:41:46 am
   Finally, the problem was I needed to run the ant task copy_jar before doing the war and my deploy.
   Now I can debug.
Title: Re: debugging konakart in eclipse
Post by: ganesh.boil on March 30, 2009, 07:28:52 am
hi ByDcc,
I'm also stucked here!!! i just created the java project in eclipse by following the below url.

http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html (http://lightwaydev.blogspot.com/2008/12/add-konakart-to-eclipse.html)

Now i want to debug the same... so plz tell me what are the changes i need to make in build.xml available at custome folder... plz paste the ant script if possible....

thanks in advance!!