KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: kameraad759 on December 18, 2020, 07:35:59 am

Title: No result after building project in Eclipse
Post by: kameraad759 on December 18, 2020, 07:35:59 am
Hello,

I changed C:\Konakart\webapps\konakart\WEB-INF\classes\Messages_en.properties, and also for the other languages. Added:
my.returns.page.message=This is the Return field

I changed C:\KonaKart\custom\appn\src\com\konakart\actions\ReturnsAction.java. Changed the line:
returnsContent = kkAppEng.getMsg("common.add.info");
in
returnsContent = kkAppEng.getMsg("my.returns.page.message");

I installed Eclipse, installed Tomcat 9,created kkeclipse within Konakart, imported kkeclipse.

when I run the project, I see the storefront, but no changes in the Returns or AboutUs fields.
Did a clean project and build project. Again no difference in AboutUs ir Returns.

How do I compile the new java sources in Eclips? I do not see the changed java scripts in the project. Where in Eclips should be the sources? so it build the right new storefront.

I only want the new compiled AbiutUsAction.java. I can inject it in the jar kobakart-custom9.4.0 jar.

what are the right steps?

Thanks

Title: Re: No result after building project in Eclipse
Post by: kameraad759 on December 19, 2020, 09:40:26 am
Solved