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

debugging konakart in eclipse

Started by ByDcc, November 26, 2008, 08:56:08 am

Previous topic - Next topic

ByDcc

   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

   But I've found the problem reported in:
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.

   

ByDcc

   Finally, the problem was I needed to run the ant task copy_jar before doing the war and my deploy.
   Now I can debug.

ganesh.boil

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

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