KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: rahul.saraswat on February 24, 2015, 05:26:14 am

Title: How to build kkeclipse folder?
Post by: rahul.saraswat on February 24, 2015, 05:26:14 am
Hello everyone,

I have created a kkeclipse folder using the ant goal ant make_eclipse_project. Now I made some css changes in kk-style.css in kkeclipse folder. When I run the ant build command in the kkeclipse folder the generated war does not have my changes. Can any one please suggest. Thanks in advance.

Thanks
Rahul
Title: Re: How to build kkeclipse folder?
Post by: pooja on February 24, 2015, 05:13:33 pm
Import kkeclipse folder in eclipse and make changes. You can generate war file and run that project from eclipse itself . That will be easier.
Title: Re: How to build kkeclipse folder?
Post by: ming on February 26, 2015, 03:08:09 pm
The build file supplied is really just an example.  It would be expected that you would modify to suit your own project needs.

There are some targets in the build file that might do what you want however..

Have you tried build followed by copy_app_artifacts followed by make_wars ?

If the current build file doesn't do exactly what you want you should be able to modify it easily to do what you want.