Why are my Eclipse project builds so slow? -
we use eclipse (indigo, sts). of our projects take inordinately long build. progress indicator sticks on, say, 87%, 30 seconds.
i'm trying find out eclipse spending it's time on during build cycle. hope able optimize build or disable components causing slow. i'd see log file saying ("compiling java code", "processing resources", etc).
i've poked around log files in .metadata directory. i've looked on eclipse site tips. i've tried using "-debug" when starting eclipse. still can't find information i'm looking for.
is there way eclipse spit out log of activities spending time on when builds project?
what kind of projects these? java? dynamic web? 2 things @ hints what's going on in project properties dialog; @ builders section , validation section. try disabling validations see if makes difference in build times.
to insight what's happening @ times when build seems hang, try setting -debug , -consolelog options, described here.
Comments
Post a Comment