
I do the development for the site and run with the ant script from site folder. Everything works fine, but when I want to deploy the combined version (site and admin) the generated war has some wired files...
Some examples:
- I renamed the style.css file and made the change in /layout/partials/head.html. But in the combined generated war appears the old file name containing some older version of my css.
- In the jetty-env.xml I made a mistake by typing the wrong password. I corrected the mistake (all the jetty-env files in the project are correct now). When I deploy the combined war , the old mistake appears and I get the sql permision exception...
- the changes in all the runtime-properties files disappear and the initial files appear...
Please help me understand this behavior of the combined war. When I run the admin and site separate everything works ok...