Page 1 of 1

Saving log results to file in output directory

Posted: Tue Jun 03, 2025 5:44 pm
by matt_k
Hi there
Is it possible to set a parameter to save the log results to the output directory when running an ANT transformation scenario?
Many thanks
Matt

Re: Saving log results to file in output directory

Posted: Wed Jun 04, 2025 6:15 am
by Radu
HI Matt,
Yes, ANT has support for this.
If you edit the transformation scenario, in the "Additional Ant Arguments" field you can set "-logfile /path/to/build_log.txt" then save the scenario and publish.
https://ant.apache.org/manual/listeners.html
Regards,
Radu