作業部屋の使い方を試しています。
プロジェクト名変更
| @@ -7,8 +7,8 @@ | ||
| 7 | 7 | <!-- the Compile on Save feature is turned off for the project. --> |
| 8 | 8 | <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> |
| 9 | 9 | <!-- in the project's Project Properties dialog box.--> |
| 10 | -<project name="swingTest01" default="default" basedir="."> | |
| 11 | - <description>Builds, tests, and runs the project swingTest01.</description> | |
| 10 | +<project name="testswing01" default="default" basedir="."> | |
| 11 | + <description>Builds, tests, and runs the project testswing01.</description> | |
| 12 | 12 | <import file="nbproject/build-impl.xml"/> |
| 13 | 13 | <!-- |
| 14 | 14 |
| @@ -58,7 +58,7 @@ | ||
| 58 | 58 | |
| 59 | 59 | An example of overriding the target for project execution could look like this: |
| 60 | 60 | |
| 61 | - <target name="run" depends="swingTest01-impl.jar"> | |
| 61 | + <target name="run" depends="testswing01-impl.jar"> | |
| 62 | 62 | <exec dir="bin" executable="launcher.exe"> |
| 63 | 63 | <arg file="${dist.jar}"/> |
| 64 | 64 | </exec> |