しばらくの間、CapistranoでデプロイしているPHPアプリがあります。サーバーにデプロイする前に、jsとcssをローカルで圧縮し、他のクリーンアップタスクを実行したいと思います。私は現在build_script
、Ant呼び出しを行うために使用しています。
set :build_script, "ant compress -q"
これがWindowsに限定されているかどうかはわかりませんが、部分的な出力は次のようになります。
executing locally: ant compress -q
{$HOME}\AppData\Local\Temp\20120826020126>/*
'/*' is not recognized as an internal or external command,
operable program or batch file.
{$HOME}\AppData\Local\Temp\20120826020126>Licensed to the Apache Software Foundation (ASF) under one or more
'Licensed' is not recognized as an internal or external command,
operable program or batch file.
{$HOME}\AppData\Local\Temp\20120826020126>contributor license agreements. See the NOTICE file distributed with
'contributor' is not recognized as an internal or external command,
operable program or batch file.
{$HOME}\AppData\Local\Temp\20120826020126>this work for additional information regarding copyright ownership.
'this' is not recognized as an internal or external command,
operable program or batch file.
{$HOME}\AppData\Local\Temp\20120826020126>The ASF licenses this file to You under the Apache License, Version 2.0
'The' is not recognized as an internal or external command,
operable program or batch file.
you was unexpected at this time.
Antからのすべての出力を抑制する方法、または少なくともCapistranoにビルドスクリプトからの出力をコマンドラインに渡さないようにする方法はありますか?