Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-708 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-708 Summary: Lack of error w/bad syntax Type: Bug Status: Assigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: XDoclet Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Eric Hauser Created: Wed, 12 Nov 2003 9:08 AM Updated: Wed, 12 Nov 2003 9:08 AM Environment: XDoclet 1.3b3, Ant 1.5.2 Description: XDoclet does not produce a good error when incorrect syntax is used in a tag. For instance, the following is invalid because of a missing quote on the attribute name: /** * @web.servlet name="EndOfTransactionServlet * @web.servlet-mapping url-pattern="/servlet/endOfTransaction" */ When XDoclet goes to generate this, the following happens: <servlet> <servlet-name></servlet-name> <servlet-class>ai.dnr.sars.servlet.EndOfTransactionServlet</servlet-class> </servlet> Instead of this happening, shouldn't the default behavior be that an exception is thrown when running the ant task? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
