この質問をするのはちょっと恥ずかしいですが、あるプロジェクトから別のプロジェクトに複数のファイル/フォルダー構造をコピーして貼り付け、既存のすべてのノードを上書きする方法が見つかりません。
目的は次のとおりです。
次の構造を持つプロジェクトがあるAとします src/
folder1/
file1
file2
folder2/
file3
file4
Bそして、次の構造を持つプロジェクト
folder1/
file1
file5
folder2/
file6
file4
folder1andfolder2をプロジェクトからプロジェクトAにコピーして、 and要素Bを上書きするにはどうすればよいですか?file1file4
単純なコピーペーストは言う
"The element XXX exists in the selected destination. You can either skip the
conflicting element, skip all conflicting elements, or cancel the whole operation."
プラットフォーム : eclipse-juno