• Grails plugin for Tattletale

    In case anyone is interested, I have created and published a Grails plugin (http://grails.org/plugin/tattletale) that automatically generates the Tattletale reports based on the provided configuration.  The sourc...
    Profile Photo
    last modified by jpearlin
  • Consistent use of Java 5 features (enum, generics etc)

    Perhaps Tattletale could follow the example of Ant 1.9 and require Java 5 as a baseline? Both ArchiveTypes and ReportSeverity could be simplified as enums. Then there other sources of unneccessary verbosity, like ex...
    Profile Photo
    last modified by twogee
  • TTALE-13 (support for RAR)

    IMHO, RAR could be treated as a kind of WAR, couldn't it?
    Profile Photo
    last modified by twogee
  • Override jboss-tattletale.properties with Ant project properties

    IMHO, it would be convenient to use Ant project properties with a certain prefix (say, "tattletale") to configure Tattletale. In my current implementation, this prefix is hardcoded. Perhaps it would make sense adding...
    Profile Photo
    last modified by twogee
  • Nested archive analysis at component level

    I work on a project where we needed to analyze nested archives on a jar level (and even try to divide WEB-INF/classes in separate "bundles"). This helped to uncover errors in build rules and componentize WEB-INF/clas...
    Profile Photo
    last modified by twogee
  • Partial extraction of nested archives

    Yet another feature: skip extraction of thousands of html/css/icon files (yep, that's the case over here)   P.S. "Not allowed to post content more than once every 900 seconds" is silly, can it be lowered or conf...
    Profile Photo
    last modified by twogee
  • TTALE-213 redux

    IMHO, TTALE-213 uncovers a broader problem with HTML generation in Tattletale: not only writeHtmlHead() (which is the source of broken HTML) is duplicated in every report extending NestableReport but also writeHtmlBod...
    Profile Photo
    last modified by twogee
  • JSP analysis

    The complete analysis of a WAR must include an analysis of its JSP's. Currently, the easiest way seems to be: extract .jsp(f) and .tld files, compile them with Jasper, roll .class files into .jar(s), add archives to ...
    Profile Photo
    last modified by twogee
  • JDK/JRE profiles

    Now that Oracle has ended public support for Java 5 and 6, shouldn't one add Java 7 profiles? And, while we are at that, current JDK/JRE profiles are apparently based on old Linux releases. Shouldn't profiles be bas...
    Profile Photo
    last modified by twogee
  • Support for "Methods dependents report"

    Hi,   I use this wonderful tool for a while. It helps me a lot  maintenancing my projects to be "fit" However, I miss one option in tattletale which can be helpful in maintenance of API:     Me...
    Profile Photo
    last modified by b0ss
  • Maven plugin - only cmdline

    Could this be also allowed in tattletale-maven?   mvn org.jboss.tattletale:tattletale-maven:report -Dsource=. -Ddestination=tattletale-report   Currently it only takes config from XML...   $ mvn org.jb...
    Profile Photo
    last modified by ozizka
  • TTALE-69 Jenkins plugin

    Hi,   as we are using Tattletale quite a lot for JBoss products I plan to create a Tattletale plugin for Jenkins/Hudson [1] that would allow easy execution and configuration of the tattletale tool directly from ...
    Profile Photo
    last modified by vtunka
  • Can I use tattletale to scan an OSGI bundle to identify duplicate,unused and missing classes in the bundle-classpath?

    Hi all,   I'm a newbie to both tattletale and OSGI. I'm in the process of scanning a set of osgi bundles to find duplicate jars,unused jars, duplicated classes in the bundle class-path. My objective is to remove...
    Profile Photo
    created by dileepajayakody
  • TTALE-185: Profiles report

    Here are my thoughts on TTALE-185 - which currently focuses specific profiles.   I think we should have a general profiles report which for each archive lists   Which activated profiles does it depend on (l...
    Profile Photo
    created by jesper.pedersen
  • AS 7 JBoss Modules Tattletale Report

    Implementation thoughts:   - Create ModuleProfile creator class that can creates the profile containing the classes.  It could create a JBoss AS 7 profile in a single file, or it could create a profile for ...
    Profile Photo
    last modified by bmaxwell
  • TTALE-176: Additional reports

    I have look at the patch attached to https://issues.jboss.org/browse/TTALE-176.   A couple of things   Looks like it isn't up-to-date against latest SVN trunk Missing user guide documentation Unnecessary up...
    Profile Photo
    created by jesper.pedersen
  • Quiet output and report not generated

    Hi,   Without additional configuration, ran the tatletale in my project. No error was printed on the command line, and no report was generated .... I rode straight over the project and also the jar generated by...
    Profile Photo
    last modified by rafaellps
  • osgi non-exported packages should not affect "multiple jar files (packages)"

    Tattletale "complains" that pax-logging-api and pax-logging-service both contain org.apache.log4j (and some sub packages), but these are different things: the log4j stuff in -service is "internal", not exported (this ...
    Profile Photo
    last modified by justkeys
  • JAR versions listing

    Am I blind or there's no report with versions of all jars together?
    Profile Photo
    last modified by ozizka
  • Green "ERROR" when there's no error

    I saw  "Black listed (ERROR)" at https://hudson.qa.jboss.com/hudson/job/eap43-tattletale/javadoc/   when actually there are no entries. Seems like a minor error.
    Profile Photo
    last modified by ozizka