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.
コマンドのセットを使用してプロジェクトを拡張モードでビルドし、weblogic にデプロイしているため、毎回 cmd に移動してディレクトリをプロジェクト ディレクトリに変更し、コマンド 'client dev fullexpanded' を実行する必要があります。
Eclipseでcmdを介して実行するこれらのコマンドを実行するスクリプトを作成したいので、毎回cmdを開いてこれらのコマンドを書き込む必要はありません
スクリプトを外部ツール (プログラム タイプ) として追加すると、ツールバーから起動できるようになります。
I have an AngularJS directive:
myApp.directive('movie', function(){ return { restrict: 'E', replace: true, scope: { pr