intelli-j-settings-i-mx/tools/External Tools.xml

58 lines
3.7 KiB
XML

<toolSet name="External Tools">
<tool name="Aurelia" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run --watch --dev" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Aurelia HARD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU BUILD" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="build" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU BL" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="test --bl" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Run tests" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="C:\Users\mdonnel\Desktop\runTests.cmd" />
<option name="PARAMETERS" />
<option name="WORKING_DIRECTORY" value="C:/Users/mdonnel/Desktop" />
</exec>
</tool>
<tool name="Aurelia 2" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run --watch --dev --debug=web-platform" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="Aurelia Test Server" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="run --watch --dev --use-test-server --test-server-fund-id 21414 --test-site etf-us" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
<tool name="AU UI" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="false">
<exec>
<option name="COMMAND" value="C:\Program Files\nodejs\au.cmd" />
<option name="PARAMETERS" value="test --ui" />
<option name="WORKING_DIRECTORY" value="C:/dev/web-platform" />
</exec>
</tool>
</toolSet>