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