Possible to find files (by filename) inside .jar file?
timguy opened this issue · 4 comments
timguy commented
Is it or should it be possible to find e.g. a js file insight a jar file?
- Jar file is in my build path and in workspace/lib folder.
- For me it was not possible to search for "name:foofile"
- In preferences I only see option for "JAR source attachments".
- tried with eclipse mars
ajermakovics commented
It is possible but you need to re-build the index after enabling 'JAR source attachments'
timguy commented
yanghugh1983 commented
I also encountered the same issue. I want to search a xml file which is contained in a jar file by filename. I enabled 'JAR source attachments (beta)' and rebuild the index, however, the xml file still does not show up in the search results.