Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • the source code is available for report generation
    Info
    titleCondensation of source code
    Note: I have written a simple Perl script that copies all the source code into one directory
    structure instead of being scattered under the java/src directories. This allows report generation for all reports to point to the same source code directory.
  • Javac compiles the source code with debug option on
    Info
    titleMaven
    Note: Running maven pack-demo compiles with debug on by default

Instrument code

Note: I have written some example only Perl code that looks for Web-INF/classes directories and
then generates a bash script that runs Emma and generates a metadata file, one per Webapp

...