[ https://issues.apache.org/jira/browse/RAT-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900627#comment-17900627 ]
ASF subversion and git services commented on RAT-450: ----------------------------------------------------- Commit e54711175b82543b88e781073761723e2da09e43 in creadur-rat's branch refs/heads/feature/RAT-397 from P. Ottlinger [ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=e5471117 ] RAT-450: Harmonize log messages to ease migration for RAT consumers of v0.17 (#388) * initial fixes * Fixes to make checkstyle fail on warnings * Added checkstyle exclusions for site generation * initial changes * initial test implementation * initial core tests * initial core tests * fixed Maven issues * updated tests, example output and xsd. * update checks in Maven plugin testing * fixed integration tests in plugin * fixed spotbugs count error * fixed javadoc * fixed javadoc * RAT-399: Minor fixes * RAT-399: Add changelog and remove whitespace to fix the build * RAT-240: Add changelog about bugfix due to new ignore engine * RAT-450: Harmonize log messages to ease migration for RAT consumers of v0.17 --------- Co-authored-by: Claude Warren <cla...@xenei.com> Co-authored-by: Claude Warren <cla...@apache.org> > Bug: Deprecation warning does not contain dots at the end of sentences > ---------------------------------------------------------------------- > > Key: RAT-450 > URL: https://issues.apache.org/jira/browse/RAT-450 > Project: Apache Rat > Issue Type: Sub-task > Reporter: Philipp Ottlinger > Assignee: Philipp Ottlinger > Priority: Major > Fix For: 0.17 > > > While enabling the current SNAPSHOT on a project that used v0.16.1 I realized > that the format of the error message could be more user-friendly. > ## Shown behaviour > [WARNING] Parameter 'addDefaultLicenseMatchers' (user property > 'rat.addDefaultLicenseMatchers') is deprecated: use <config> > [WARNING] Parameter 'excludes' is deprecated: Deprecated for removal since > 0.17: Use <inputExclude> instead. > [WARNING] Parameter 'useDefaultExcludes' (user property > 'rat.useDefaultExcludes') is deprecated: when set to true specifies that the > STANDARD_PATTERNS are excluded, as are the STANDARD_SCMS patterns. Use the > various InputExclude and InputInclude elements to explicitly specify what to > include or exclude. > [WARNING] Parameter 'useEclipseDefaultExcludes' (user property > 'rat.useEclipseDefaultExcludes') is deprecated: when set to true specifies > that the ECLIPSE patterns are excluded Use "inputIncludeStd ECLIPSE" to > override. > [WARNING] Parameter 'useIdeaDefaultExcludes' (user property > 'rat.useIdeaDefaultExcludes') is deprecated: when set to true specifies that > the IDEA patterns are excluded Use "inputIncludeStd IDEA" to override. > [WARNING] Parameter 'useMavenDefaultExcludes' (user property > 'rat.useMavenDefaultExcludes') is deprecated: when set to true specifies that > the MAVEN patterns are excluded Use "inputIncludeStd MAVEN" to override. > ## Expected behaviour > [WARNING] Parameter 'useMavenDefaultExcludes' (user property > 'rat.useMavenDefaultExcludes') is deprecated: when set to true specifies that > the MAVEN patterns are excluded. Use "inputIncludeStd MAVEN" to override. > This seems to work fine Options as is printed: > [WARNING] Option [-e, --exclude] used. Deprecated for removal since 0.17: Use > --input-exclude instead. > WDYT? [~claud...@users.sourceforge.net] > -- This message was sent by Atlassian Jira (v8.20.10#820010)