[ https://issues.apache.org/jira/browse/EAGLE-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244245#comment-15244245 ]
ASF GitHub Bot commented on EAGLE-268: -------------------------------------- GitHub user JingGe opened a pull request: https://github.com/apache/incubator-eagle/pull/155 EAGLE-268 annoying warnings during maven build fixed the bug to get ride of the annoying warnings messages. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JingGe/incubator-eagle master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-eagle/pull/155.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #155 ---- commit 67eab67aeecea120aff5d1fa803e876bd4a80759 Author: jinge <gej...@gmail.com> Date: 2016-02-18T10:49:19Z add new file commit 5d15975ed9978c11077e9086923af6a2424ddb3e Author: jinge <gej...@gmail.com> Date: 2016-02-18T10:54:52Z setup tutorial on mac commit e1244302b5f2dc109765853a21496f9b83653bb8 Author: Jing Ge <gej...@gmail.com> Date: 2016-02-18T10:59:19Z Update SetupDevelopmentEnvOnMac.md commit caf18d6f55b01dca9363996f9633664f8703ce92 Author: Jing Ge <gej...@gmail.com> Date: 2016-02-18T11:00:57Z Update SetupDevelopmentEnvOnMac.md commit 29db595b4bf53dbd6cf6321b3f2791db7d73a5cc Author: Jing Ge <gej...@gmail.com> Date: 2016-02-18T11:15:35Z Update SetupDevelopmentEnvOnMac.md commit d31ba5b992db252550d6539aa32014debb95e490 Author: jinge <gej...@gmail.com> Date: 2016-03-26T08:33:07Z Merge branch 'master' of https://github.com/apache/incubator-eagle # Conflicts: # eagle-tutorial/SetupDevelopmentEnvOnMac.md commit 7dff38271aad9614d371ab8b75fcd4a4f12bc0a4 Author: jinge <gej...@gmail.com> Date: 2016-04-03T05:59:01Z Merge branch 'master' of https://github.com/apache/incubator-eagle merge from apache master commit d2900be5392aeb4fb959396a4951669541c75ea9 Author: jinge <gej...@gmail.com> Date: 2016-04-12T05:06:38Z Merge branch 'master' of https://github.com/apache/incubator-eagle sync with mater commit d5ef79b518f6b7f351f77e7d1607d89c7f50ca80 Author: jinge <gej...@gmail.com> Date: 2016-04-16T12:29:51Z Merge branch 'master' of https://github.com/apache/incubator-eagle pull upstream master commit f5d8613f41d52aef1d2237af46b5094d01339817 Author: jinge <gej...@gmail.com> Date: 2016-04-16T13:55:54Z bug fix: remove the annoying warning: Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Reference: https://issues.apache.org/jira/browse/RAT-158 ---- > annoying warnings during maven build > ------------------------------------ > > Key: EAGLE-268 > URL: https://issues.apache.org/jira/browse/EAGLE-268 > Project: Eagle > Issue Type: Bug > Affects Versions: v0.3.0 > Reporter: Jing Ge > Priority: Minor > Fix For: v0.3.1 > > > During maven build we got many annoying warnings: > Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property > 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not > recognized. Compiler warnings: WARNING: > 'org.apache.xerces.jaxp.SAXParserImpl: Property > 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not > recognized.' Warning: org.apache.xerces.parsers.SAXParser: Feature > 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. > Warning: org.apache.xerces.parsers.SAXParser: Property > 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. > Warning: org.apache.xerces.parsers.SAXParser: Property > 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not > recognized. -- This message was sent by Atlassian JIRA (v6.3.4#6332)