Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tycho-surefire-pluginでテストを実行した後、Eclipseのosgiコンソールに終了しないように指示する方法はありますか?
試してみました<argLine>-Dosgi.noShutdown=true</argLine>が<appArgLine>-console -noExit</appArgLine>、欲しいものが手に入りません。
<argLine>-Dosgi.noShutdown=true</argLine>
<appArgLine>-console -noExit</appArgLine>
リモートデバッグモードでtychoテストを開始することで、ようやくOSGiコンソールにアクセスすることに成功しました。ただし、上記のソリューションとは対照的に、次の構成を使用する必要がありました。
<argLine>-ea -Dosgi.clean=true -Ddebug=true -Dosgi.console.enable.builtin=true</argLine> <appArgLine>-console 1234 -noExit</appArgLine>