|
|
@@ -48,7 +48,8 @@ To see the build script and the predefined tasks
|
|
|
. Open the project node. You see `build.xml` listed.
|
|
|
.. Double-click `build.xml` to see how the jme3-specify build targets were defined. You typically do not need to edit the existing ones, but you can.
|
|
|
.. Click the triangle next to `build.xml` to see all targets.
|
|
|
-... Double-click a target in the Files window, or the Navigator, to see how the target was defined. +You will notice that the file `nbproject/build-impl.xml` opens. It contains very generic targets that you typically will never need to edit. Note that `build.xml` includes `build-impl.xml`!
|
|
|
+... Double-click a target in the Files window, or the Navigator, to see how the target was defined. +
|
|
|
+You will notice that the file `nbproject/build-impl.xml` opens. It contains very generic targets that you typically will never need to edit. Note that `build.xml` includes `build-impl.xml`!
|
|
|
|
|
|
|
|
|
|
|
|
@@ -56,7 +57,7 @@ To see the build script and the predefined tasks
|
|
|
== Adding Custom Targets
|
|
|
|
|
|
|
|
|
-image::sdk/build-impl.png[build-impl.png,with="",height="",align="right"]
|
|
|
+image::sdk/build-impl.png[build-impl.png,width="",height="",align="right"]
|
|
|
|
|
|
The build script is a non-proprietary Apache Ant script. It will work out-of-the-box, but if necessary, you can extend and customize it.
|
|
|
|