You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/07/13 19:39:14 UTC

[jira] Created: (FELIX-1335) Provide support for .qualifier style extensions for bundle versions to ensure unique builds

Provide support for .qualifier style extensions for bundle versions to ensure unique builds
-------------------------------------------------------------------------------------------

                 Key: FELIX-1335
                 URL: https://issues.apache.org/jira/browse/FELIX-1335
             Project: Felix
          Issue Type: Improvement
          Components: Sigil
            Reporter: David Savage


For example user could specify bundle as version 1.0.0.qualifier a build time rule would convert the ".qualifier" expression via a template such as "%yyMMDD_hhmm% mechanism to 1.0.0.20090713_1838

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


[jira] Closed: (FELIX-1335) Provide support for .qualifier style extensions for bundle versions to ensure unique builds

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

David Savage closed FELIX-1335.
-------------------------------

       Resolution: Fixed
    Fix Version/s: sigil-1.0.0

sigil properties files now support ${system.prop} expansions in defaults files.

In sigil build version is set up as

#sigil-defaults.properties
version: ${buildVersion:-0.9.0.SNAPSHOT}

Thus version can be set from command line by running ant with following environment variable set:

$ ANT_OPTS=-DbuildVersion=1.0.0 ant clean dist

Next stage is to support ant properties along side system properties (will raise separate issue for this)

> Provide support for .qualifier style extensions for bundle versions to ensure unique builds
> -------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1335
>                 URL: https://issues.apache.org/jira/browse/FELIX-1335
>             Project: Felix
>          Issue Type: Improvement
>          Components: Sigil
>            Reporter: David Savage
>             Fix For: sigil-1.0.0
>
>
> For example user could specify bundle as version 1.0.0.qualifier a build time rule would convert the ".qualifier" expression via a template such as "%yyMMDD_hhmm% mechanism to 1.0.0.20090713_1838

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