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

How to build kkeclipse folder?

Started by rahul.saraswat, February 24, 2015, 05:26:14 am

Previous topic - Next topic

rahul.saraswat

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

pooja

Import kkeclipse folder in eclipse and make changes. You can generate war file and run that project from eclipse itself . That will be easier.

ming

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.