Hi Jean-Baptiste,

1. I raised KARAF-472 for the features-maven-plugin
2. In fact, they are embedded in the system-repo of the unix-bin-assembly
(.tar.gz), but not in the windows-bin-assembly. If you diff unix-bin.xml and
windows-bin.xml (in /descriptors either assemblies/apache-karaf
(karaf-2.2.x) or assembly (trunk)) it gets quite obvious.

Best regards,

Uwe.


jb-3 wrote:
> 
> Hi Uwe,
> 
> and thanks for your reporting.
> 
> 1/ Could you raise a Jira regarding this behavior ?
> 2/ AFAIR, the two features are embedded in the Karaf system repo. We 
> made some refactoring around the assemblies in the last weeks, and the 
> trunk and the 2.2.x branch are not exactly in the same state (I will fix 
> that asap). Anyway, I gonna check the distribution content.
> 
> Regards
> JB
> 
> On 02/18/2011 04:46 PM, Uwe K. wrote:
>>
>> Hi all,
>>
>> I found 2 (minor) problems affecting the trunk and karaf-2.2.x-branch:
>>
>> 1. The features-maven-plugin seems to have problems with tab-characters
>> in
>> feature-repositories (like in the standard-feature http). If there is a
>> tab
>> in the bundle-definition-line it gets somehow appended to the
>> artifact-name
>> so the bundle could not be resolved.
>> Adding '.replace("\t","")' in MojoSupport.bundleToArtifact() fixed the
>> problem for me, but I'm not sure if there are still other issues with
>> tabs.
>>
>> 2. The windows-bin-assembly is missing the 2 base-feature-repos
>> "enterprise"
>> and "standard". If this is not intended (what I think), the copy-command
>> for
>> "target/features-repo" should be added to the
>> windows-bin.xml-assembly-descriptor.
>>
>> Best regards,
>>
>> Uwe Korte
> 
> 

-- 
View this message in context: 
http://karaf.922171.n3.nabble.com/Problems-with-features-maven-plugin-and-assemblies-tp2527459p2533990.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.

Reply via email to