Feature Requests item #513368, was opened at 2002-02-05 09:01 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=513368&group_id=31602
Category: ejbdoclet Group: None Status: Open Priority: 5 Submitted By: Andrew Sterling Hanenkamp (hanenkamp) Assigned to: Nobody/Anonymous (nobody) Summary: Differentiate between warning and error Initial Comment: I use jEdit as my IDE. It has a plugin called Ant Farm which will execute Ant builds. It in turn uses another plugin called the Console plugin to display the results of the build. The Console plugin uses regular expressions to detect errors in the code and then sends these errors on to yet another plugin called the Error plugin. The Error plugin then displays the errors found. The issue is that the regular expression used to match errors matches the warnings logged by EjbDocletTask. However, EjbDocletTask reports at the bottom that there were "x warnings" so it does know these should be warnings. Would it be possible when writing warnings coming back from JavaDoc to prepend "Warning: " to the message? Or perhaps some other solution. In any case, this makes it difficult when I am browsing the error list to separate the errors from the warnings. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402707&aid=513368&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
