简体   繁体   中英

last code changes not present in application server


Under Eclipse (with Maven and GWT), i have 4 projects.

I made modifications in my Java code source. To put my modifications in the application server (a Jonas server),
i made a clean / build automatically of all projects,
then a GWT compile of the project who contains the entry point.
and finally an export WAR of this project who contains the entry point.
When i put this WAR on the application server (Jonas), and stop and restart of the server,


However, when i run my GWT application in local (localhost:8080), my last changes are present.


Thanks

If you made modifications to a sub-project, but did not increment the version number, it might be possible that you continue to use an outdated version.

It depends on what you mean by "i made a clean / build automatically of all projects, "

I recommand you update the version number of projects when upgrading, and/or build with -U argument (mvn clean install -U)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM