redhat-developer / redhat-developer/vscode-java
The Ext always consider the direct build folder will located inside workplace folder
まだ誰も着手していません。
- 主要言語
- TypeScript
- スター
- 2.3k
- フォーク
- 546
- 平均マージ
- 20時間 1分
- マージ済み PR(30日)
- 11
説明
Describe the bug
The Ext always consider the direct build folder will located inside workspace folder.
To Reproduce
Steps to reproduce the behavior:
So, if I set the following config in Pom.xml:
the Ext. will create [/x folder/builds/${project.artifactId}] inside the workspace directory and will use it for compiling.
[Please attach a sample project reproducing the error]
[Please attach logs. See https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging]
Expected behavior
use the same folder that set in pom.xml.
I always set the build folder outside workspace folder to avoid OneDrive synch issues. and this settings working well with all IDEs and ext except this one.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、拡張機能が Pom.xml からビルドディレクトリを読み取り、設定されたパスを解決する方法を追跡します。ワークスペース外にある c:/x folder/builds/${project.artifactId} で問題を再現し、その後、コンパイルでワークスペース相対のフォルダーを作成するのではなく、その正確な外部ディレクトリが使用されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, typescript
- 領域
- build-system, developer-experience
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100