Log in to follow, share, and participate in this community.
Thread Grails plugin for Tattletale
Grails plugin for TattletaleIn 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...
Thread Consistent use of Java 5 features (enum, generics etc)
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...
Thread Override jboss-tattletale.properties with Ant project properties
Override jboss-tattletale.properties with Ant project propertiesIMHO, 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...
Nested archive analysis at component levelI 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...
Partial extraction of nested archivesYet 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...
TTALE-213 reduxIMHO, 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...
JSP analysisThe 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 ...
JDK/JRE profilesNow 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...
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...
Maven plugin - only cmdlineCould 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...
TTALE-69 Jenkins pluginHi, 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 ...
TTALE-185: Profiles reportHere 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...
AS 7 JBoss Modules Tattletale ReportImplementation 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 ...
TTALE-176: Additional reportsI 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...
Quiet output and report not generatedHi, 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...
Green "ERROR" when there's no errorI 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.