You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Amit Patel (JIRA)" <ji...@apache.org> on 2015/11/02 18:16:28 UTC

[jira] [Updated] (KARAF-4092) feature.xml to support SystemProperties

     [ https://issues.apache.org/jira/browse/KARAF-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Patel updated KARAF-4092:
------------------------------
    Description: 
We need feature.xml file to have access to systemProperie. For example we are using feature in below format and it has <repo.dir> and <xxx.version>
define in SystemProperty file. 

<feature name='ajsc-jar' version='0.0.1-SNAPSHOT' description="xxx-jar"> 
<bundle start-level="260" start="true">file:<repo.dir>/ajsc-jars/osgiservice1/<xxx.version>/xxxx-<xxx.version>.jar</bundle> -
<!-- 	</feature> -->

  was:
We need feature.xml file to have access to systeproperies. For example we are using feature in below format and it has <repo.dir> and <xxx.version>
define in SystemProperty file. 

<feature name='ajsc-jar' version='0.0.1-SNAPSHOT' description="xxx-jar"> 
<bundle start-level="260" start="true">file:<repo.dir>/ajsc-jars/osgiservice1/<xxx.version>/xxxx-<xxx.version>.jar</bundle> -
<!-- 	</feature> -->


> feature.xml to support SystemProperties
> ---------------------------------------
>
>                 Key: KARAF-4092
>                 URL: https://issues.apache.org/jira/browse/KARAF-4092
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Amit Patel
>            Priority: Blocker
>             Fix For: 3.0.4
>
>
> We need feature.xml file to have access to systemProperie. For example we are using feature in below format and it has <repo.dir> and <xxx.version>
> define in SystemProperty file. 
> <feature name='ajsc-jar' version='0.0.1-SNAPSHOT' description="xxx-jar"> 
> <bundle start-level="260" start="true">file:<repo.dir>/ajsc-jars/osgiservice1/<xxx.version>/xxxx-<xxx.version>.jar</bundle> -
> <!-- 	</feature> -->



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)