[ 
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.

Reply via email to