[jira] [Commented] (RAT-158) SAXParser warnings

2016-07-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/RAT-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358988#comment-15358988
 ] 

Hudson commented on RAT-158:


SUCCESS: Integrated in ASF Parent Pom #153 (See 
[https://builds.apache.org/job/ASF%20Parent%20Pom/153/])
[MPOM-129] Upgrade apache-rat-plugin to 0.12
 o Removed supplemental excludes for DEPENDENCIES (RAT-184)
 o Remvoed supplemental dependencies to doxia-core (RAT-158, DOXIA-526) 
(khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1750928])
* pom.xml


> SAXParser warnings
> --
>
> Key: RAT-158
> URL: https://issues.apache.org/jira/browse/RAT-158
> Project: Apache Rat
>  Issue Type: Bug
>Affects Versions: 0.10
> Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.11.0-17-generic", arch: "amd64", family: "unix"
>Reporter: John Vines
>Priority: Minor
> Fix For: 0.12
>
> Attachments: RAT-158-2.patch, RAT-158.patch
>
>
> I have rat configured as such
> {code} 
>  org.apache.rat
>  apache-rat-plugin
>  false
>  
>
>  verify
>  
>check
>  
>
>  
>  
>
>  **/conf/**
>
>  
>
> {code}
> And with every build where it triggers, I see 
> {code}
> Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' 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://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
> recognized.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RAT-184) Add DEPENDENCIES file to the default ignored list

2016-07-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/RAT-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358987#comment-15358987
 ] 

Hudson commented on RAT-184:


SUCCESS: Integrated in ASF Parent Pom #153 (See 
[https://builds.apache.org/job/ASF%20Parent%20Pom/153/])
[MPOM-129] Upgrade apache-rat-plugin to 0.12
 o Removed supplemental excludes for DEPENDENCIES (RAT-184)
 o Remvoed supplemental dependencies to doxia-core (RAT-158, DOXIA-526) 
(khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1750928])
* pom.xml


> Add DEPENDENCIES file to the default ignored list
> -
>
> Key: RAT-184
> URL: https://issues.apache.org/jira/browse/RAT-184
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: maven
>Affects Versions: 0.11
>Reporter: Karl Heinz Marbaise
>Assignee: Philipp Ottlinger
>Priority: Minor
> Fix For: 0.12
>
> Attachments: RAT-184.patch
>
>
> Based on the usage of apache-rat-plugin it happens that after creating the 
> release via the Maven Release Process a file {{DEPENDENCIES}} is added into 
> the resulting {{sources.zip}}. Unfortunately the file is not on the default 
> ignored list which results in a release which can't be built from the 
> official release area.
> I'm not sure if this needed to be done in the plugin itself or the pom file 
> of the maven plugins area must be changed accordingly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RAT-138) RAT runs very slowly on some input

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/RAT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578669#comment-14578669
 ] 

Hudson commented on RAT-138:


SUCCESS: Integrated in tobago-trunk #1386 (See 
[https://builds.apache.org/job/tobago-trunk/1386/])
updated rat-plugin to fix slowness (see RAT-138) (deki: 
http://svn.apache.org/viewvc/?view=rev&rev=1684365)
* /myfaces/tobago/trunk/pom.xml


> RAT runs very slowly on some input
> --
>
> Key: RAT-138
> URL: https://issues.apache.org/jira/browse/RAT-138
> Project: Apache Rat
>  Issue Type: Bug
>  Components: engine
>Affects Versions: 0.8, 0.9
>Reporter: Sebb
>  Labels: perfomance, regression
> Fix For: 0.10
>
>
> Commons IO discovered that mvn site was spending a lot of time running RAT 
> 0.9. Reverting to 0.8 fixes the problem.
> Turns out that certain files seem to cause RAT to chew CPU in the 
> Pattern.matcher; here is a sample stack trace from a thread dump:
> "main" prio=6 tid=0x003c8c00 nid=0xa4c runnable [0x00a5e000]
>java.lang.Thread.State: RUNNABLE
> at java.util.regex.Pattern$Curly.match0(Pattern.java:4166)
> at java.util.regex.Pattern$Curly.match(Pattern.java:4132)
> at java.util.regex.Matcher.match(Matcher.java:1221)
> at java.util.regex.Matcher.matches(Matcher.java:559)
> at 
> org.apache.rat.analysis.license.FullTextMatchingLicense.match(FullTextMatchingLicense.java:79)
> at 
> org.apache.rat.analysis.util.HeaderMatcherMultiplexer.match(HeaderMatcherMultiplexer.java:42)
> at 
> org.apache.rat.analysis.HeaderCheckWorker.readLine(HeaderCheckWorker.java:113)
> at 
> org.apache.rat.analysis.HeaderCheckWorker.read(HeaderCheckWorker.java:84)
> at 
> org.apache.rat.analysis.DocumentHeaderAnalyser.analyse(DocumentHeaderAnalyser.java:43)
> at 
> org.apache.rat.analysis.DefaultAnalyserFactory$DefaultAnalyser.analyse(DefaultAnalyserFactory.java:60)
> at 
> org.apache.rat.document.impl.util.DocumentAnalyserMultiplexer.analyse(DocumentAnalyserMultiplexer.java:37)
> at 
> org.apache.rat.report.claim.util.ClaimReporterMultiplexer.report(ClaimReporterMultiplexer.java:42)
> at org.apache.rat.mp.FilesReportable.run(FilesReportable.java:68)
> at org.apache.rat.Report.report(Report.java:393)
> at org.apache.rat.Report.report(Report.java:373)
> at 
> org.apache.rat.mp.AbstractRatMojo.createReport(AbstractRatMojo.java:462)
> at 
> org.apache.rat.mp.RatReportMojo.createReport(RatReportMojo.java:148)
> at org.apache.rat.mp.RatReportMojo.generate(RatReportMojo.java:310)
> at org.apache.rat.mp.RatReportMojo.execute(RatReportMojo.java:210)
> I assume there must be a problem with one of the REs which is triggering lots 
> of backtracking when applied to files under site-content/, which is a working 
> copy of:
> https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io
> Last Changed Rev: 861378
> This directory should not have been included in the RAT scan, but the files 
> don't cause problems for RAT 0.8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RAT-158) SAXParser warnings

2015-02-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/RAT-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14326779#comment-14326779
 ] 

Hudson commented on RAT-158:


SUCCESS: Integrated in ASF Parent Pom #119 (See 
[https://builds.apache.org/job/ASF%20Parent%20Pom/119/])
[RAT-158] remove Xerces in m-site-p too to avoid RAT-158 in reporting 
(hboutemy: http://svn.apache.org/viewvc/?view=rev&rev=1660764)
* /maven/pom/trunk/asf/pom.xml


> SAXParser warnings
> --
>
> Key: RAT-158
> URL: https://issues.apache.org/jira/browse/RAT-158
> Project: Apache Rat
>  Issue Type: Bug
>Affects Versions: 0.10
> Environment: Apache Maven 3.0.4
> Maven home: /usr/share/maven
> Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
> Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.11.0-17-generic", arch: "amd64", family: "unix"
>Reporter: John Vines
>Priority: Minor
> Fix For: 0.12
>
> Attachments: RAT-158-2.patch, RAT-158.patch
>
>
> I have rat configured as such
> {code} 
>  org.apache.rat
>  apache-rat-plugin
>  false
>  
>
>  verify
>  
>check
>  
>
>  
>  
>
>  **/conf/**
>
>  
>
> {code}
> And with every build where it triggers, I see 
> {code}
> Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
> 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' 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://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
> recognized.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)