java - Is it possible to track all settings/configs/patches etc across the OS that may affect an eclipse Project? -


this may absurd question (plus unsure how best tag it) lets me explain 1st. last few months have regularly had stupid issues eclipse project when have made no changes related project (that aware of). example, when finished yesterday worked perfectly, came in today , on first run had error javax.xml.stream.factoryfinder$configurationerror: provider com.sun.xml.stream.zephyrparserfactory not found had add new dependency pom, 1 had never needed prior error, in turned cause error java.lang.linkageerror (if has in sight wrong specific error, while not main question love know). confident environment issue team mates running same project on there machine no issue , tried redeploying project hosted on dev environment (which in working order) local machine

so i'm asking is there way can create kind of log of used (or referenced) project each time run successfully, , when refer things changes maven config, weblogic/tomcat, java patches, eclipse plugins, os patches (windows 7 in mycase), build paths, project configs.... eclipse use build , deploy project

i realize list massive, if possible on each run (or flag or something) wouldn't difficult compare log of successful run of non successful run (this later automated)

as said may absurd if possible useful tool.

are in sole control of eclipse installation/updates?

could eclipse installation updates (if provided via site it) causing issues?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -

matlab - How to equate a structure array to structure array -