Hi list.
Looks like it's well-known, but I can't find in the docs.
Trying to pass a property with an empty value on the command line leads to
ignoring explicit targets:
C:\16>ant -Daaa= clean
Buildfile: C:\16\build.xml
default:
[echo] default
BUILD SUCCESSFUL
Hi. How do I make the scp task print the filenames? verbose="true" is too
verbose. It also outputs the handshake details. I invoke it by passing a nested
fileset
-
To
Hi.
My IDE generates an Ant script with the run-deploy and run-undeploy targets.
They internally use the standard task, but they don't check the outcome
and sometimes return false positive.
The build is customizable by editing the file build.xml that includes this
generated project file. I wa