Issue 100: Implement log() in Ant task
Status:  Fixed
Owner:
Closed:  Mar 2008
Project Member Reported by virtix, Mar 22, 2008
Instead of printing to stdout, refactor using log(str,int). This will add
more granularity and provide additional information to dependent tasks,
such as ant-unit
 
Mar 23, 2008
Project Member #1 virtix
This was simple to implement and now the task logs instead of spits. Antunit can now 
read the log output, whether or not it's persisted to a file, in order to perform 
assertions. Also, refactoring the build to use antunit for testing and it works 
well, but it would be nice to see more data. May have to rebuild antunit.
Mar 23, 2008
Project Member #2 virtix
(No comment was entered for this change.)
Status: Fixed