empty properties on command line

2021-07-05 Thread Basin Ilya
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

task to print uploaded filenames

2020-02-20 Thread Basin Ilya
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

overriding built-in tasks (not targets)

2019-04-14 Thread Basin Ilya
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