|
|
@@ -180,7 +180,7 @@ This can be done with the <i>-D<property>=<value></i> |
|
|
|
option, where <i><property></i> is the name of the property and <i><value></i> |
|
|
|
the value. This can also be used (and is the only way since Java can not access them) |
|
|
|
to have access to your environment variables, just pass -DMYVAR=%MYVAR% (Windows) or |
|
|
|
-DMYVAR=$MYVAR (Unix) do Ant, you can then access these variables inside your build-file |
|
|
|
-DMYVAR=$MYVAR (Unix) to Ant, you can then access these variables inside your build-file |
|
|
|
as ${MYVAR}.</p> |
|
|
|
<p>Two more options are <i>-quiet</i> which instructs Ant to print less |
|
|
|
information on the console when running. The option <i>-verbose</i> on the other |
|
|
|