0

Windows 8.1 でこれを実行すると、出力ファイルの先頭に exec コマンドが追加されます。

<exec executable="cmd" os="Windows 8" spawn="false" dir="${basedir}" output="${build.out}" error="${build.err}">
    <arg value="/c"/>
    <arg line="${build.bat}" />
    <arg value="-p"/>
</exec>

出力ファイルは次のようになります。

 C:\yaya\the_base_dir>node C:\yaya\haha\pjsCompile.js 
 //here begins the output I expected....

出力からコマンドを削除するにはどうすればよいですか? なぜそこにあるのですか?

参考になれば、これは build.bat です。

 node C:\yaya\haha\pjsCompile.js
4

1 に答える 1