You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Filippo Balicchia <fb...@gmail.com> on 2011/04/30 17:54:40 UTC

add features

Hello,
I'm using servicemix 4.3.0 and i want to add a new features.

I have create my file features
<?xml version="1.0" encoding="UTF-8"?>
<features name="myfeatures" version='1.0.0'>
<bundle>file:d:/bundle/mybundle-1.0-SNAPSHOT.jar</bundle>
</features>

I have add to my featureslist with
features:addurl file:d:/bundle/features.xml

file:d:/bundle/features.xml    valid

but

features:list | grep myfeatures

The result is empty ?


Where am i wrong

Cheers

--Filippo

Re: add features

Posted by Filippo Balicchia <fb...@gmail.com>.
Opsss found the the problem

cheers
--Filippo

2011/4/30 Filippo Balicchia <fb...@gmail.com>:
> Hello,
> I'm using servicemix 4.3.0 and i want to add a new features.
>
> I have create my file features
> <?xml version="1.0" encoding="UTF-8"?>
> <features name="myfeatures" version='1.0.0'>
> <bundle>file:d:/bundle/mybundle-1.0-SNAPSHOT.jar</bundle>
> </features>
>
> I have add to my featureslist with
> features:addurl file:d:/bundle/features.xml
>
> file:d:/bundle/features.xml    valid
>
> but
>
> features:list | grep myfeatures
>
> The result is empty ?
>
>
> Where am i wrong
>
> Cheers
>
> --Filippo
>