|
@@ -263,7 +263,7 @@ ant.java.version the JVM version Ant detected; currently it can hold |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
|
|
|
Notice that we are declaring properties outside any target. The |
|
|
Notice that we are declaring properties outside any target. The |
|
|
<tt><property></tt>,<tt><path></tt> and <tt><taskdef></tt> |
|
|
|
|
|
|
|
|
<tt><property></tt>,<tt><typedef></tt> and <tt><taskdef></tt> |
|
|
tasks are special in that they can be declared outside any target. When you |
|
|
tasks are special in that they can be declared outside any target. When you |
|
|
do this they are evaluated before any targets are executed. No other tasks |
|
|
do this they are evaluated before any targets are executed. No other tasks |
|
|
can be declared outside targets. |
|
|
can be declared outside targets. |
|
|