rmuir opened a new issue, #14865:
URL: https://github.com/apache/lucene/issues/14865

   ### Description
   
   Currently, gradlew eclipse creates a `.classpath` file, but it only contains 
jars of `kind="lib"`. 
   
   This means there's e.g. no documentation for third-party libs. Not much of a 
problem considering lucene doesn't interact with third-party libraries, it only 
impacts a small percentage of the code.
   
   But there's cases where we attach to third-party APIs and the improved 
editor support would really help: particularly the gradle api. The gradle tasks 
in java work almost perfectly with eclipse/vscode/vim/etc, except for the docs.
   
   Last time I looked into this, my theory was that gradlew eclipse task 
actually adds this stuff, but we might be accidentally filtering it out with 
our logic. I'm gonna take another round at it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to