Bug 171061

Summary: [plan] [iajc] iajc run in ant script should output summary line like javac
Product: [Tools] AspectJ Reporter: Dwight Carter <decarte>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: aclement
Version: 1.5.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dwight Carter CLA 2007-01-19 10:44:04 EST
When javac is run in an ant script, it outputs a line like this:
    [javac] Compiling 1077 source files to C:\Somedirectory\bin
When iajc is run in an ant script, no such output appears.  This confuses our build personnel as they expect the summary line to tell them that the compile was successful.
Comment 1 Andrew Clement CLA 2008-12-01 16:39:53 EST
we currently dont keep track of a count anywhere, so it isn't as trivial as just printing out a number at the end of compilation.  Does javac only do that line in verbose mode?  If so, that will make things easier as we do log compile/woven message in verbose mode and they can be counted up.  If we can't do it in verbose mode we'll need to add more methods to messagehandler (easiest way) for calling to count compiles/weaves and then have the ant variant of the messagehandler log the counts.
Comment 2 Andrew Clement CLA 2013-06-24 11:04:20 EDT
unsetting the target field which is currently set for something already released