KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: ByDcc on March 04, 2013, 05:45:21 am

Title: Changes in custom kkeclipse to war files generated manually.
Post by: ByDcc on March 04, 2013, 05:45:21 am
   Hi all,
   I can't see any change I do on my project kkeclipse on Eclipse IDE.

   I followed KonaKart_User_Guide and created kkeclipse with bin\kkant make_eclipse_project.
   Then I made changes on several jsp pages and I can see these chages when I run kkeclipse on the embedded tomcat server (Eclipse).
   Finally I run default task in the build.xml at the level kkeclipse (Eclipse)

   Later I generate war files again with bin\ant make_wars (Console) and I deploy them on a tomcat server but the changes aren't there.
   I also tried bin/ant (Console) (default task) and then bin\ant make_wars (Console) but the result is the same. I ccan't see the changes.

   How can I generate war files manually again but with the changes I did with Eclipse in the project kkeclipse?

   What I missed?

   Thank you in advance.
Title: Re: Changes in custom kkeclipse to war files generated manually.
Post by: ming on March 17, 2013, 10:10:48 am
You will have to add your own ANT target for creating your WAR with your customisations made in Eclipse.   You could take a look at the build.xml file under the custom directory if you want an example of what to do.