Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] how to use pre-build jdt index files?

After launch eclipse and import maven projects, I found jdt do reuse
existed index files.

But it took longer time to complete build workspace job.

As you mention maven:
- I'm not sure anybody has tested prebuilt indices for the maven
  class path container yet?
- To be sure you're measuring only JDT time, not maven time,
  could you set maven to "offline" during tests?
  Also make sure m2e doesn't update any project configuration
  during startup.

best,
Stephan



Back to the top