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
No comments:
Post a Comment
Note: only a member of this blog may post a comment.