1153万例文収録!

「Ant」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Antを含む例文一覧と使い方

該当件数 : 242



例文

Ant build scripts are XML files that contain targets, which in turn contain tasks. 例文帳に追加

Ant 構築スクリプトはターゲットからなる XML ファイルで、ターゲットには、タスクが含まれます。 - NetBeans

You can configure additional Ant settings in the Options window by opening the Options window, selecting the Miscellaneous category in the left pane and clicking the Ant node in the right pane. 例文帳に追加

「オプション」ウィンドウで追加の Ant 設定を設定するには、「オプション」ウィンドウを開き、左区画の「その他」カテゴリを選択して、右区画の Ant ノードをクリックします。 - NetBeans

Select General Java Project with Existing Ant Script. Click Next. 例文帳に追加

「一般」「既存の Ant スクリプトを使用する Java プロジェクト」を選択して、 「次へ」をクリックします。 - NetBeans

Select General J2SE Project with Existing Ant Script. 例文帳に追加

「一般」「既存の Ant スクリプトを使用する Java プロジェクト」を選択して、「次へ」をクリックします。 - NetBeans

例文

In Source Level, choose the JDK that your Ant script compiles and runs against.例文帳に追加

「ソースレベル」で、Ant スクリプトによるコンパイルと実行に使用する JDK を選択します。 - NetBeans


例文

You can create standard projects that use an IDE-generated Ant script to build the project, or create free-form projects that are based on your existing Ant scripts. 例文帳に追加

プロジェクトを構築するための IDE 生成の Ant スクリプトを使用する標準プロジェクトや、既存の Ant スクリプトに基づく自由形式プロジェクトを作成することができます。 - NetBeans

The IDE uses an Ant build script to build and run your web application. 例文帳に追加

IDE では、Ant 構築スクリプトを使用し、Web アプリケーションを構築および実行します。 - NetBeans

The IDE builds as many build products asare specified in the project's Ant script. 例文帳に追加

プロジェクトの Ant スクリプトに指定されている個数の構築物が生成されます。 - NetBeans

Note: You do not need to know Ant to be able to work with NetBeans IDE 4.0. 例文帳に追加

注: NetBeans IDE 4.0 で作業するために、Ant の知識が必要なわけではありません。 - NetBeans

例文

NetBeans IDE 4.0 builds its project infrastructuredirectly on top of Ant. 例文帳に追加

NetBeans IDE 4.0 のプロジェクトインフラストラクチャは、 Ant を直接の土台にして構築されています。 - NetBeans

例文

The IDE now comes bundled with Ant1.6.1. 例文帳に追加

IDE に Ant 1.6.1 がバンドルされるようになりました。 - NetBeans

In free-form projects, your Ant script controls output file creation. 例文帳に追加

自由形式プロジェクトの場合、出力ファイルの作成は、Ant スクリプトで制御します。 - NetBeans

You can also expand the Ant script node to see an alphabetical list of subnodes representing the Ant script's targets. 例文帳に追加

Ant スクリプトのノードを展開し、そのスクリプトのターゲットを表すサブノードをアルファベット順一覧で表示することもできます。 - NetBeans

Cannot send text input to Ant tasks via the console or the IDE's Output window.例文帳に追加

コンソール または IDE の「出力」ウィンドウ経由で Ant タスクにテキスト入力を送信できない。 - NetBeans

However, if your Ant script uses an import statement to import targets from another Ant script, the targets do not show up in the drop-down list in the Project Properties dialog box.例文帳に追加

ただし、別の Ant スクリプトからターゲットをインポートするための import 文が Ant スクリプトで使用されている場合、「プロジェクトプロパティー」ダイアログのドロップダウンリストに、そのターゲットは表示されません。 - NetBeans

The IDE builds as many output files as are specified in the project's Ant script. 例文帳に追加

プロジェクトの Ant スクリプトに指定されている個数の出力ファイルが生成されます。 - NetBeans

All of the normal XML search tools, selection tools, and keyboard shortcuts are available for editing Ant scripts, and the IDE provides code completion for all standard Ant tasks. 例文帳に追加

Ant スクリプトの編集には、通常の XML 検索ツールや選択ツール、キーボードショートカットをすべて使用できます。 IDE には、標準的なすべての Ant タスクに対するコード補完機能もあります。 - NetBeans

Apache Ant and Tomcat Server require no special set up and can be used straight out-of-the-box.例文帳に追加

Apache Ant および Tomcat サーバーに対する特別な設定は必要なく、すぐに利用できます。 - NetBeans

For more information about writing and customizing Ant build scripts, see the Advanced Free-Form Project Configuration Guide.例文帳に追加

Ant 構築スクリプトの作成およびカスタマイズの詳細は、『Advanced Free-Form Project Configuration Guide』をお読みください。 - NetBeans

Ant tasks are executable bits of code that handle the processing instructions for your source code. 例文帳に追加

Ant タスクは実行可能な小型のコードで、ソースコードに対する処理命令を管理します。 - NetBeans

The Output window also provides links to errors found when running Ant build scripts. 例文帳に追加

「出力」ウィンドウは、Ant 構築スクリプトの実行で検出されたエラーへのリンクも提供します。 - NetBeans

If the Ant script does not contain targets for some of these functions, the functions are unavailable. 例文帳に追加

Ant スクリプトに、これらの機能のターゲットが含まれていない場合、その機能は使用できません。 - NetBeans

After each section of code, the template also shows you how to use the task in an Ant script. 例文帳に追加

各コードセクションの終わりに、Ant スクリプト内でのタスクの使用方法が示されています。 - NetBeans

In free-form projects, you map IDE commands to targets in your Ant script. 例文帳に追加

自由形式プロジェクトの場合は、Ant スクリプト内のターゲットに自分で IDE コマンドをマッピングします。 - NetBeans

Note:You should only add items to the Ant classpath that are needed to run custom tasks. 例文帳に追加

注: カスタムタスクの実行に必要な Ant クラスパスにのみ項目を追加する必要があります。 - NetBeans

In free-form projects, your Ant script handles the classpath for all of your source folders. 例文帳に追加

自由形式プロジェクトの場合は、Ant スクリプトで、すべてのソースフォルダのクラスパスを管理します。 - NetBeans

With this command, Ant lists only those targets that have a description attribute, together with their descriptions. 例文帳に追加

このコマンドでは、Ant は、説明属性を持つターゲットだけを説明とともに一覧表示します。 - NetBeans

Standard J2SE and web projectsbuild one output file per project.In free-form projects, the production of output files is controlled by your Ant script.例文帳に追加

自由形式のプロジェクトの場合、出力ファイルの生成は Ant スクリプトで制御します。 - NetBeans

The IDE stores project information in a project folder which includes an Ant build script and properties file that control the build and run settings, and a project.xmlfile that maps Ant targets to IDE commands. 例文帳に追加

IDE は、構築および実行オプションの設定を含む Ant 構築スクリプトやプロパティーファイル、Ant ターゲットを IDE コマンドにマッピングした project.xml ファイルなどを含むプロジェクトフォルダにプロジェクト情報を保存します。 - NetBeans

The project folder contains all of your sources and project metadata, such as the project Ant script.例文帳に追加

このプロジェクトフォルダには、ソースおよび、プロジェクトの Ant スクリプトなどのプロジェクトメタデータのすべてが含まれます。 - NetBeans

Go to Ant Settings in the Options window and add any additional directories or libraries to Ant's classpath using the Additional Classpath property.例文帳に追加

「オプション」ウィンドウから「構築」「Ant 設定」を選択して「追加のクラスパス」プロパティを使用すると、任意のディレクトリやライブラリを Ant のクラスパスに追加できます。 - NetBeans

For examples of writing Ant targets in free-form projects, see the following article: 例文帳に追加

自由形式プロジェクトで Ant ターゲットを作成する例については、次の記事を参照してください。 - NetBeans

The template contains sample code for many of the common operations performed by Ant tasks. 例文帳に追加

テンプレートには、多くの Ant タスクで一般的に行われる処理用のサンプルコードが含まれています。 - NetBeans

For free-form projects, you have to write an Ant target for the Debug Project command. 例文帳に追加

自由形式プロジェクトの場合は、「プロジェクトをデバッグ」コマンド用の Ant ターゲットを作成する必要があります。 - NetBeans

If you are using a free-form project, the IDE uses your existing Ant script to run your application. 例文帳に追加

自由形式プロジェクトの場合は、既存の Ant スクリプトを使用してアプリケーションが実行されます。 - NetBeans

Note: Your project's Ant script must have a target for running the application.例文帳に追加

注: プロジェクトの Ant スクリプトに、アプリケーションを実行するためのターゲットが存在する必要があります。 - NetBeans

A free-formJava project uses your own Ant script to compile, run, and debug your project. 例文帳に追加

自由形式の Java プロジェクトは、専用の Ant スクリプトを使用して、プロジェクトをコンパイル、実行、デバッグします。 - NetBeans

The NetBeans IDE stores your project information in open non-proprietary formats such as Apache Ant 1.7.1 scripts.例文帳に追加

NetBeans IDE では、プロジェクト情報が Apache Ant 1.7.1 スクリプトなどのオープンで独自仕様ではない形式で保存されます。 - NetBeans

Projects can be built outside of the IDE by merely by running the Ant script.例文帳に追加

単純に Ant スクリプトを実行することによって、プロジェクトを IDE の外部に構築することもできます。 - NetBeans

Double-click any of the Ant script's subnodes to jump to that target's location in the Source Editor. 例文帳に追加

Ant スクリプトの任意のサブノードをダブルクリックすると、ソースエディタ内のそのターゲットの場所にジャンプします。 - NetBeans

To do so, right-click the Ant script node and choose a target from the Run Target submenu. 例文帳に追加

このためには、Ant スクリプトのノードを右クリックし、「ターゲット実行」サブメニューからターゲットを選択します。 - NetBeans

To make project sources available to Ant, you need to specify the classpath for the project sources. 例文帳に追加

Ant でプロジェクトソースを使用できるようにするには、プロジェクトソースのクラスパスを指定する必要があります。 - NetBeans

In free-form projects, you can call up and run custom Ant tasks in your build script. 例文帳に追加

自由形式プロジェクトでは、構築スクリプトでカスタム Ant タスクを呼び出し、実行することができます。 - NetBeans

The project contains all of your sources and project metadata, such as the project's Ant build script.例文帳に追加

このプロジェクトには、ソースや、プロジェクトの Ant 構築スクリプトなどのプロジェクトメタデータがすべて含まれます。 - NetBeans

You can extend a standard project's build script by overwriting its Ant targets.例文帳に追加

Ant ターゲットを書き換えることによって、標準プロジェクトの構築スクリプトを拡張することができます。 - NetBeans

As with J2SE projects, web projects are developed using the new project system that is suported by Ant.例文帳に追加

J2SE プロジェクト同様、Web プロジェクトも、Ant がサポートする新しいプロジェクトシステムを使用して開発します。 - NetBeans

The introduction of the new Ant-based projects system gives you tighter classpath management,more versatile build and run options, and the tightest integration to Ant of any IDE on the market.例文帳に追加

Ant を利用した新しいプロジェクトシステムを導入することによって、クラスパスの管理の厳密性、構築および実行オプションの汎用性が増し、市場のどの IDE よりも密な Ant との統合が実現されています。 - NetBeans

The project folder contains all of your sources and project metadata, such as the project's Ant build script.例文帳に追加

このプロジェクトフォルダには、ソースおよび、プロジェクトの Ant 構築スクリプトなどのプロジェクトメタデータのすべてが含まれます。 - NetBeans

In standard projects, build-impl.xml is the Ant script that contains all of the instructions for building, running, and debugging the project.例文帳に追加

標準プロジェクトの build-impl.xml は、プロジェクトの構築、実行、デバッグ用のすべての命令が含まれる Ant スクリプトです。 - NetBeans

例文

Let's take a look at using a free-form project with an existing Ant script for our BlackJack application.例文帳に追加

サンプルの BlackJack アプリケーションに対して既存の Ant スクリプトを使用する自由形式プロジェクトを使用してみましょう。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS