[jira] Commented: (FELIX-1537) File Install should support XML property files

2009-09-03 Thread Guillaume Nodet (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751040#action_12751040
 ] 

Guillaume Nodet commented on FELIX-1537:


I think there are two ways:
  * either we keep the existing ArtifactInstaller for configurations, but we 
enhance it to support the xml syntax, this means that the files would have a 
"cfg" extension
  * we create a new ArtifactInstaller, scanning for "*.xml" files and recognize 
those that have a top level element named 
Both can be easily done only when Java 5 is available, so I think it's not an 
issue here.

Just not sure what's the best alternative.

> File Install should support XML property files
> --
>
> Key: FELIX-1537
> URL: https://issues.apache.org/jira/browse/FELIX-1537
> Project: Felix
>  Issue Type: New Feature
>  Components: File Install
>Affects Versions: fileinstall-1.2.0
>Reporter: Clement Escoffier
>
> File Install already supports .cfg file. It would be interristing to also 
> support XML property files, as described in 
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.

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



Re: [jira] Commented: (FELIX-1537) File Install should support XML property files

2009-08-28 Thread Richard S. Hall

Great!

-> richard

On 8/28/09 12:24, Clement Escoffier wrote:

Hi,

This should not be really an issue, as this feature can be done in 
another 'Deployer' (which requires Java 5).

This deployer does not impact the core of file install.

Regards,

Clement



On 28.08.2009, at 16:29, Karl Pauls (JIRA) wrote:



   [ 
https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748830#action_12748830 
]


Karl Pauls commented on FELIX-1537:
---

Well, we could try to implement it in a way where it is only 
available if we are on java5 or greater, no?



File Install should support XML property files
--

   Key: FELIX-1537
   URL: https://issues.apache.org/jira/browse/FELIX-1537
   Project: Felix
Issue Type: New Feature
Components: File Install
  Affects Versions: fileinstall-1.2.0
  Reporter: Clement Escoffier

File Install already supports .cfg file. It would be interristing to 
also support XML property files, as described in 
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.


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





[jira] Commented: (FELIX-1537) File Install should support XML property files

2009-08-28 Thread Clement Escoffier (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748881#action_12748881
 ] 

Clement Escoffier commented on FELIX-1537:
--

Hi,

This should not be really an issue, as this feature can be done in another 
'Deployer' (which requires Java 5).
This deployer does not impact the core of file install.

Regards,

Clement


> File Install should support XML property files
> --
>
> Key: FELIX-1537
> URL: https://issues.apache.org/jira/browse/FELIX-1537
> Project: Felix
>  Issue Type: New Feature
>  Components: File Install
>Affects Versions: fileinstall-1.2.0
>Reporter: Clement Escoffier
>
> File Install already supports .cfg file. It would be interristing to also 
> support XML property files, as described in 
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.

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



Re: [jira] Commented: (FELIX-1537) File Install should support XML property files

2009-08-28 Thread Clement Escoffier

Hi,

This should not be really an issue, as this feature can be done in  
another 'Deployer' (which requires Java 5).

This deployer does not impact the core of file install.

Regards,

Clement



On 28.08.2009, at 16:29, Karl Pauls (JIRA) wrote:



   [ https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748830 
#action_12748830 ]


Karl Pauls commented on FELIX-1537:
---

Well, we could try to implement it in a way where it is only  
available if we are on java5 or greater, no?



File Install should support XML property files
--

   Key: FELIX-1537
   URL: https://issues.apache.org/jira/browse/FELIX-1537
   Project: Felix
Issue Type: New Feature
Components: File Install
  Affects Versions: fileinstall-1.2.0
  Reporter: Clement Escoffier

File Install already supports .cfg file. It would be interristing  
to also support XML property files, as described in http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html 
.


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





[jira] Commented: (FELIX-1537) File Install should support XML property files

2009-08-28 Thread Karl Pauls (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748830#action_12748830
 ] 

Karl Pauls commented on FELIX-1537:
---

Well, we could try to implement it in a way where it is only available if we 
are on java5 or greater, no?

> File Install should support XML property files
> --
>
> Key: FELIX-1537
> URL: https://issues.apache.org/jira/browse/FELIX-1537
> Project: Felix
>  Issue Type: New Feature
>  Components: File Install
>Affects Versions: fileinstall-1.2.0
>Reporter: Clement Escoffier
>
> File Install already supports .cfg file. It would be interristing to also 
> support XML property files, as described in 
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.

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



[jira] Commented: (FELIX-1537) File Install should support XML property files

2009-08-28 Thread Richard S. Hall (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748822#action_12748822
 ] 

Richard S. Hall commented on FELIX-1537:


One down side to this is it would tie File Install to Java 5 or greater...

> File Install should support XML property files
> --
>
> Key: FELIX-1537
> URL: https://issues.apache.org/jira/browse/FELIX-1537
> Project: Felix
>  Issue Type: New Feature
>  Components: File Install
>Affects Versions: fileinstall-1.2.0
>Reporter: Clement Escoffier
>
> File Install already supports .cfg file. It would be interristing to also 
> support XML property files, as described in 
> http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html.

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