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.
ターミナルで「ant をデプロイ」すると、次のエラーが発生します。「タイムアウトを-1に変更」などの回答が見つかりましたが、時間をどこで変更するかまだ疑問に思っています。Axisのbuild.xmlファイルですか?
NetSuite Java サンプルを使用していると思いますか? その場合、bin フォルダーで build.xml というファイルを探す必要があります。これは、ant ビルド スクリプトです。下部近くに、axis-wsdl2java というノードがあります。次のような属性を追加します: timeout="120000" <- 2 分。