ApacheLicenceHeaderTest fails checking non-project file
-------------------------------------------------------

                 Key: WICKET-2367
                 URL: https://issues.apache.org/jira/browse/WICKET-2367
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4-RC6
            Reporter: Reinhard Nägele
            Priority: Minor


When working with Eclipse, ApacheLicenceHeaderTest fails because it checks an 
Eclipse config file for the existence of an Apache license.

The constructor should have the following line in order to fix the issue.

xmlIgnore = new String[] { ".settings" };


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.wicket.util.license.ApacheLicenceHeaderTest

org.apache.wicket.util.license.XmlLicenseHeaderHandler failed. The following 
files(1) didn't have correct license header
:
NONE 
C:\Java\apache-wicket-1.4-rc6\wicket-parent\wicket-devutils\.settings\org.eclipse.wst.common.project.facet.core.xml


Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec <<< 
FAILURE!
Running org.apache.wicket.devutils.stateless.StatelessCheckerTest
log4j:WARN No appenders could be found for logger 
(org.apache.wicket.Application).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec

Results :

Failed tests:
  testLicenseHeaders(org.apache.wicket.util.license.ApacheLicenceHeaderTest)

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to