Showing posts with label ant. Show all posts
Showing posts with label ant. Show all posts

Wednesday, 27 November 2013

Hybris Initialize output to log file

Debugging an intialise can be tricky, using the command line output. This command allows the output to be written to a file:

ant initialize > some.file

to append the output to an existing file use this command:

ant initialize >> some-existing.file