Robert Munteanu created SLING-2553:
--------------------------------------

             Summary: org.apache.sling.samples.simple-demo build fails :  For 
input string: "2147483648"
                 Key: SLING-2553
                 URL: https://issues.apache.org/jira/browse/SLING-2553
             Project: Sling
          Issue Type: Bug
          Components: Samples
            Reporter: Robert Munteanu


Running mvn clean install in the samples directory fails when building the 
simple-demo project

[ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.7.2:scr 
(generate-scr-scrdescriptor) on project org.apache.sling.samples.simple-demo: 
Execution generate-scr-scrdescriptor of goal 
org.apache.felix:maven-scr-plugin:1.7.2:scr failed: For input string: 
"2147483648" -> [Help 1]

The ZIPFilter class is configured as follows:

    @Property(name="filter.order", intValue=-2147483648, propertyPrivate=true)
    
It seems that the scr-maven-plugin picks up an incorrect value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to