You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2012/08/01 15:27:02 UTC

[jira] [Created] (SLING-2553) org.apache.sling.samples.simple-demo build fails : For input string: "2147483648"

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

        

[jira] [Assigned] (SLING-2553) org.apache.sling.samples.simple-demo build fails : For input string: "2147483648"

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned SLING-2553:
---------------------------------------

    Assignee: Carsten Ziegeler
    
> 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
>            Assignee: Carsten Ziegeler
>
> 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

        

[jira] [Resolved] (SLING-2553) org.apache.sling.samples.simple-demo build fails : For input string: "2147483648"

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-2553.
-------------------------------------

    Resolution: Fixed

Thanks for reporting - I changed it to a slightly higher value - which is fine for the sample  - and updated the pom to the latest parent pom
                
> 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
>            Assignee: Carsten Ziegeler
>
> 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