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

bburgstaller edited comment on FELIX-909 at 1/30/09 12:54 AM:
-------------------------------------------------------------------

s

      was (Author: bburgstaller):
    an Example, in th pom you have
{code}
<configuration>
        <instructions>
                <Export-Package>
                        com.bla.api,
                        com.bla.impl
                </Export-Package>
                <Import-Bundle>
                        com.bla2.api,
                        com.bla2.impl
                </Import-Bundle>
        </instructions>
</configuration>
{code}
in the manifes you get:
{code}
Manifest-Version: 1.0
Export-Package: com.bla.api,com.bla.impl
Built-By: bburgstaller
Tool: Bnd-0.0.255
Bundle-Name: bla_api
Created-By: Apache Maven Bundle Plugin
Import-Bundle: com.bla2.api,                                                    
com.bla2.impl
Bundle-Version: 1.0.0.SNAPSHOT
Build-Jdk: 1.6.0_05
Bnd-LastModified: 1233305399966
Bundle-ManifestVersion: 2
Import-Package: com.bla.api,com.bla.impl
Bundle-SymbolicName: com.bla.bla
{code}
  
> White spaces in the Import-Bundle of theManifest file
> -----------------------------------------------------
>
>                 Key: FELIX-909
>                 URL: https://issues.apache.org/jira/browse/FELIX-909
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-1.4.3
>            Reporter: Boris Burgstaller
>         Attachments: example.txt, patch.txt
>
>
> We are using the Maven Bundle Plugin to generate our bundles and manifests.
> We are using the Import-Bundle  and we noticed that it does not remove the 
> white spaces coming from the xml if you format it like this:
> <Import-Bundle>
>     com.bla.api,
>     com.bla.impl
> </Import-Bundle>
> We deploy some bundles on a springsource dm server, and if the manifest 
> contains whitespaces and newlines, it falis to parse the file.
> could you please remove the white spaces for this property?

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