Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPFAQ-12 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPFAQ-12 Summary: Ugly stack trace when xdocs folder doesn't exist Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-faq-plugin Versions: 1.3 Assignee: james strachan Reporter: Carlos Sanchez Created: Mon, 7 Jun 2004 3:23 PM Updated: Mon, 7 Jun 2004 3:23 PM Environment: maven-1.0-rc3 Description: The hasNext() call in "fmlFiles.iterator().hasNext()" (maven-faq-plugin:register goal) causes an ugly stack trace when the xdocs folder doesn't exist. This is a problem when calling the multiproject:site goal as there are some projects that may have no xdocs. ASTIdentifier : java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException ... Caused by: C:\programacion\proyectos\oness\common\webapp\xdocs not found. ... <goal name="maven-faq-plugin:register" prereqs="faq:init"> <!-- Only register the faq report if there are some fml files in the project --> <j:if test="${fmlFiles.iterator().hasNext()}"> <doc:registerReport name="FAQs" pluginName="maven-faq-plugin" description="Frequently Asked Questions." link="faq"/> </j:if> </goal> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
