redhat-developer / redhat-developer/vscode-java
bootstrapClasspath not working
Abierto
@snjeza ya está trabajando en esto.
Desde el 17/1/2019.
compile
Gradle
upstream
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.3k
- Forks
- 546
- Merge medio
- 20 h 1 min
- PR fusionados (30 d)
- 11
Descripción
I have a gradle project that sets a bootstrapClasspath like so:
tasks.withType(JavaCompile) {
options.bootstrapClasspath = files(project(":haikuRT").tasks["compileJava"].destinationDir, "../lib/nxt/classes.jar")
}
If I do a gradlew build, the project builds without error. However, vscode continues to show compile errors because bootstrapClasspath is not honored. For example, a modification has been made (a method added) to the Thread class however the language server is accessing the Thread class within the JDK.
Environment
- Operating System: Both Windows 10 and OSX 10.12.5
- JDK version: Both 1.8 and 11
- Visual Studio Code version: 1.30.2
- Java extension version: unknown
Steps To Reproduce
- Clone https://github.com/chuckb/haikuVM
- ./gradlew build (note that it builds)
- Observe that the bootstrap subproject has compile errors.
Current Result
Gradle build and vscode show inconsistent results.
Expected Result
vscode should show no compile errors.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.