Bug 171061 - [plan] [iajc] iajc run in ant script should output summary line like javac
Summary: [plan] [iajc] iajc run in ant script should output summary line like javac
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.5.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-19 10:44 EST by Dwight Carter CLA
Modified: 2013-06-24 11:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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