java - How do I find out why Eclipse is stuck in an endless build cycle? -


i've got eclipse building maven project imported. have build automatically checked , eclipse building. builds , waits few seconds , builds again without me making changes. noticed happens when server running i'll include info on setup here:

  • have local install of tomcat.
  • eclipse set start tomcat points tomcat executables directory of own making (server location set "use workspace metadata").
  • eclipse set "automatically publish when resources change".

as far know, eclipse (or eclipse's embedded maven) building target directory @ root of project. possible eclipse doesn't realize target directory not supposed scanned changes?

there 0 references checked under project properties -> project references.

i'm @ loss might be. if there other settings me confirm, please let me know.

this seems same problem none of answers seem apply me. i'm not sure original poster's comment "added annotation processing project interfere build process" means.

does code generate in src/main/java or src/main/resources ? then, eclipse scanner can interpret 'source change' , build , deploy continuously.

any change in 'src' should trigger build change in 'target' should trigger deploy. if code generating data in target (logging e.g) see tomcat deploy happening continuously


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -