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?

As the N&N says, this feature is not directly accessible for users.

PDE currently doesn't implement support for adding pre-built indexes to OSGi bundles. However, this could be implemented similar to how source bundles work.

http://help.eclipse.org/juno/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_searchindex.htm
tells how to use this if you implement your own classpath container.

https://bugs.eclipse.org/356620 has all the history.

Markus


From: "Wang, Simon" <Yunfeng.Wang@xxxxxxxx>
To: "jdt-core-dev@xxxxxxxxxxx" <jdt-core-dev@xxxxxxxxxxx>,
Date: 2012-11-23 06:27
Subject: [jdt-core-dev] how to use pre-build jdt index files?





Hi,
      After 3.8, JDT have JavaIndexer to pre-build index files for dependencies.
I'm trying to do this.
     But my question is: when is the right time point to generate index files?
and how to apply those index files? Just copy those index files into workspace/.plugins/{jdt.core.folder}?

Regards
Simon
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev



Back to the top