[ https://issues.apache.org/jira/browse/MEAR-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393434#comment-16393434 ]
Hudson commented on MEAR-259: ----------------------------- Build succeeded in Jenkins: Maven TLP » maven-ear-plugin » MEAR-262 #2 See https://builds.apache.org/job/maven-box/job/maven-ear-plugin/job/MEAR-262/2/ > Fix formatting date issues in apt files > --------------------------------------- > > Key: MEAR-259 > URL: https://issues.apache.org/jira/browse/MEAR-259 > Project: Maven Ear Plugin > Issue Type: Task > Affects Versions: 3.0.0 > Reporter: Karl Heinz Marbaise > Assignee: Karl Heinz Marbaise > Priority: Trivial > Fix For: 3.0.0 > > > During the site generation the APT parser shows wrong formats for dates in > APT file. This should be fixed. > {code} > [INFO] Rendering 25 Doxia documents: 23 apt, 1 fml, 1 xdoc > [WARNING] Could not parse date 'November 19, 2006' from > examples/customize-file-name-mapping.apt.vm (expected yyyy-MM-dd format), > ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/customizing-a-module-filename.apt.vm (expected yyyy-MM-dd format), > ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/customizing-context-root.apt.vm (expected yyyy-MM-dd format), > ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/customizing-module-uri.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'November 19, 2013' from > examples/eclipse-and-maven-integration.apt.vm (expected yyyy-MM-dd format), > ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/excluding-a-module.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'January 3, 2009' from > examples/filtering-advanced.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'January 3, 2009' from > examples/filtering-sources.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'August 06, 2006' from > examples/generating-jboss-app.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'September 4, 2010' from > examples/generating-modules-id.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/including-a-third-party-library-in-application-xml.apt.vm (expected > yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'August 27, 2017' from > examples/specifying-env-entries-for-the-generated-application-xml.apt.vm > (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'August 27, 2017' from > examples/specifying-resource-ref-entries-for-the-generated-application-xml.apt.vm > (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'September 23, 2005' from > examples/specifying-security-roles-for-the-generated-application-xml.apt.vm > (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'Augustus 14, 2006' from > examples/unpacking-a-module.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date 'April 3, 2011' from > examples/using-app-client.apt.vm (expected yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date '31 July 2006' from modules.apt.vm (expected > yyyy-MM-dd format), ignoring! > [WARNING] Could not parse date '29 October 2006' from tests.apt (expected > yyyy-MM-dd format), ignoring! > [INFO] Generating "Summary" report --- > maven-project-info-reports-plugin:2.9:summary{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)