1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > build scriptに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

build scriptの部分一致の例文一覧と使い方

該当件数 : 75



例文

The NetBeans IDE project system uses an Ant build script to compile,run, execute, and test your applications and to store all metadata about the project.例文帳に追加

NetBeans IDE プロジェクトシステムは、Ant 構築スクリプトを使用して、アプリケーションをコンパイル、実行、テストし、プロジェクトに関するすべてのメタデータを保持します。 - NetBeans

If you cannot declare a classpath in your build script, or you are using third-party build scripts which you cannot alter, you can add tasks to Ant's classpath in the IDE in the Options window. 例文帳に追加

自分の構築スクリプト内ではクラスパスを宣言できない場合、または、変更ができない他社製の構築スクリプトを使用している場合は、IDE の「オプション」ウィンドウで、Ant のクラスパスにタスクを追加できます。 - NetBeans

Now that your kernel source tree is installed, it's now time to compile your kernel by using our genkernel script to automatically build a kernel for you. 例文帳に追加

さてカーネルのソースツリーはインストールされました。 自動的にカーネルを構築するのにgenkernelスクリプトを使ってカーネルをコンパイルするときがやって来ました。 - Gentoo Linux

This is caused by Ant being run within the same JVM as the IDE is running in and the default maximum heap size not being high enough for your build script.例文帳に追加

これは、IDE が起動している JVM と同じ JVM で Ant が実行され、デフォルトの最大ヒープサイズでは構築スクリプトを実行できない場合に発生します。 - NetBeans

例文

An IDE project is a group of Java source files plus its associated meta data, including project-specific properties files, an Ant build script that controls the build and run settings, and a project.xml file that maps Ant targets to IDE commands.例文帳に追加

IDE では、Java ソースファイルと、関連するメタデータ全体をプロジェクトと呼びます。 メタデータには、プロジェクト固有のプロパティーファイルや、その構築と実行を制御する Ant 構築スクリプト、Ant ターゲットを IDE コマンドにマッピングする project.xml ファイルが含まれます。 - NetBeans


例文

In this document, you first use a hypothetical web application to learn how to import source code that does not have its own Ant build script.例文帳に追加

このドキュメントでは、最初に、仮に作成した Web アプリケーションを使用し、独自の Ant 構築スクリプトがないソースコードをインポートする方法を簡単に説明します。 - NetBeans

In this document, we'll first use a hypothetical web application to outline how to import source code that doesn'tuse an Ant build script.例文帳に追加

このドキュメントでは、最初に、仮に作成した Web アプリケーションを使用し、Ant 構築スクリプトを使用していないソースコードをインポートする方法を簡単に説明します。 - NetBeans

Then choose Profile Profile Main Project from the menu.If a dialog box is displayed asking for permission to modify the project build script, click OK. 例文帳に追加

またメニューから、「プロファイル」「主プロジェクトをプロファイル」を選択します。 プロジェクトの構築スクリプトを変更する許可を求めるダイアログが表示されたら、「了解」をクリックします。 - 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 build process is customized by setting basic options in the Project Properties dialog box or by overwriting targets in the NetBeans-generated Ant script. 例文帳に追加

構築プロセスは、「プロジェクトプロパティー」ダイアログで基本的なオプションを設定するか、NetBeans 生成の Ant スクリプト内のターゲットを書き換えることによってカスタマイズします。 - NetBeans

例文

This is the recommended method for specifying the location of JAR files that contain custom tasks used by your Ant script, as it ensures that your build scripts will be fully portable. 例文帳に追加

これは、構築スクリプトを完全に移植可能にするため、Ant スクリプトで使用するカスタムタスクを含む JAR ファイルの場所を指定する推奨される方法です。 - NetBeans

The IDE creates a project for the entire application,including all metadata, as well as the project's Ant build script which you can inspect from the Files window (Ctrl-2).例文帳に追加

IDE でアプリケーション全体のプロジェクトが作成されます。 これには、すべてのメタデータと、「ファイル」ウィンドウ (Ctrl-2) から検査できる、プロジェクトの Ant 構築スクリプトが含まれます。 - NetBeans

When you create a standard web application project, the IDE creates an Ant build script and properties files that control how your project is built and deployed.The IDE updates the Ant script as you set options for the project.例文帳に追加

標準 Web アプリケーションプロジェクトを作成すると、IDE によって、プロジェクトの構築および配備方法を制御する Ant 構築スクリプトと一群のプロパティーファイルが作成されます。 この Ant スクリプトは、プロジェクトのオプションが設定されると更新されます。 - NetBeans

Output from the Ant build script appears in the Output window.If the Output window does not appear, you can open it manually by choosing Window Output Output.例文帳に追加

Ant 構築スクリプトの出力が、「出力」ウィンドウに表示されます。 「出力」ウィンドウが表示されない場合、「ウィンドウ」「出力」「出力」を選択し、手動で開くことができます。 - NetBeans

Standard projects.In standard projects the IDE generates the build script based on the options you enter in the New Project wizard and the project's Project Properties dialog box. 例文帳に追加

標準プロジェクト。 標準プロジェクトでは、IDE は、「新規プロジェクト」ウィザードおよびプロジェクトの「プロジェクトプロパティー」ダイアログで入力されたオプションに基づいて構築スクリプトを生成します。 - NetBeans

This is particularly helpful when the build and install will be done by different users--for example, you might want to build a module distribution and hand it off to a system administrator for installation (or do it yourself, with super-user privileges).For example, you can build everything in one step, and then install everything in a second step, by invoking the setup script twice:例文帳に追加

この機能は、ビルドとインストールを異なるユーザで行う場合にも便利です -- 例えば、モジュール配布物をビルドしておいてシステム管理者に渡して (または、自分でスーパユーザになって) 、インストールしたくなるかもしれません.最初のステップでは全てをビルドしておき、次のステップで全てをインストールするには、 setup スクリプトを二度起動します: - Python

Optionally, add your own targets to the Ant build script and map them to project commands in the IDE.For details, see Advanced Free-form Project Configuration. 例文帳に追加

必要に応じて、Ant 構築スクリプトに独自のターゲットを追加し、それらターゲットを IDE のプロジェクトコマンドに関連付けます。 詳細は、高度な自由形式のプロジェクト構成を参照してください。 - NetBeans

If you prefer to work incrementally--especially useful if you want to customize the build process, or if things are going wrong--youcan use the setup script to do one thing at a time.例文帳に追加

段階的に作業をしたい場合 -- ビルドプロセスをカスタマイズしたり、作業がうまくいかない場合に特に便利です -- には、setup スクリプトに一度に一つづつ作業を行わせるようにできます。 - Python

A result reading part 70 detects that a file recording errors that occur when an information analyzing part 50 prepares a script file for integration and a file recording errors that occurs when a build processing part 51 executes build are prepared and notifies a result deciding part 71 of the contents of the files.例文帳に追加

結果読取部70は、情報解析部50が統合用スクリプトファイルを作成する際に発生したエラーを記録したファイル及びビルド処理部51がビルドを実行する際に発生したエラーを記録したファイルが作成されたことを検出し、ファイルの内容を結果判定部71に通知する。 - 特許庁

You must start working on an existing project and adhere to a strictset of conventions concerning where project libraries are stored(and whether your build script accesses them with a relative reference or absolute reference).例文帳に追加

既存のプロジェクトで作業を開始し、プロジェクトライブラリの保存場所 (および構築スクリプトがライブラリを相対パスで参照するか、絶対パスで参照するか) について厳しい規則に従う必要がある場合。 - NetBeans

If a dialog box is displayed asking for a Java Platform to use, choose the default platform.If a dialog box is displayed asking for permission to modify the project build script, click OK. 例文帳に追加

使用する Java プラットフォームの指定を求めるダイアログが表示されたら、デフォルトのプラットフォームを選択します。 プロジェクトの構築スクリプトを変更する許可を求めるダイアログが表示されたら、「了解」をクリックします。 - NetBeans

Especially when there are many targets in your Ant build script, emphasizing some and de-emphasizing others can be a useful way to distinguish between those that you use a lot and those that you use less often. 例文帳に追加

ターゲットを強調する、しないで分けることは、よく使うターゲットとそうでないターゲットを区別する便利な手段になります。 Ant 構築スクリプトに多数のターゲットがある場合は特に便利です。 - NetBeans

If you use your own Ant script to build and execute your projects, you can create a free-form project in which you can have multiple source folders with individual classpaths.例文帳に追加

独自の Ant スクリプトを使用してプロジェクトを構築、実行する場合は、自由形式のプロジェクトを作成し、そのプロジェクト内で複数のソースフォルダを作成し、それぞれにクラスパスを持たせることができます。 - NetBeans

It stores all of the information about your project in an Ant script, a properties file, and a few XML configuration files. This means that you can build and run your projects outside of the IDE exactly the same as inside the IDE.例文帳に追加

プロジェクトに関するすべての情報が Ant スクリプト、プロパティファイル、および 2, 3 の XML 構成ファイルに格納されます。 このことは、IDE を使用しない場合も、IDE を使用したときと同様にプロジェクトを構築、実行できることを意味します。 - NetBeans

例文

While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.例文帳に追加

Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS