On Tue, May 12, 2009 at 8:14 PM, sebb <seb...@gmail.com> wrote:
> On 12/05/2009, Niall Pemberton <niall.pember...@gmail.com> wrote:
>> On Mon, May 11, 2009 at 8:26 AM, Jochen Wiedmann
>>
>> <jochen.wiedm...@gmail.com> wrote:
>>
>> > Hi,
>>  >
>>  > as I have absolutely no idea about OSGI: Can anyone confirm or deny
>>  > this statement from the bug report:
>>
>>
>> I don't know if its an error or not and whether its fixed in a later
>>  version of the maven-bundle-plugin or not. I'll ask on the felix list
>>  about this
>>
>
> Don't bother - that release used a hand-coded OSGI manifest - see
>
> http://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.1/pom.xml
>
> But you could ask them when they are going to tidy up the
> autogenerated output so it is easier to read ;-)

Why? Manifests are primarily for machine use.

Niall

>>  Niall
>>
>>
>>  >  The version attributes on export-package / import-package should
>>  > have quotes around them.
>>  >
>>  > Thanks,
>>  >
>>  > Jochen
>>  >
>>  > ---------- Forwarded message ----------
>>  > From: Bjorn Harvold (JIRA) <j...@apache.org>
>>  > Date: Mon, May 11, 2009 at 5:32 AM
>>  > Subject: [jira] Updated: (FILEUPLOAD-173) Manifest for OSGi has invalid 
>> syntax
>>  > To: iss...@commons.apache.org
>>  >
>>  >
>>  >
>>  >     [ 
>> https://issues.apache.org/jira/browse/FILEUPLOAD-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>  > ]
>>  >
>>  > Bjorn Harvold updated FILEUPLOAD-173:
>>  > -------------------------------------
>>  >
>>  >    Description:
>>  > This is the manfest file for version 1.2.1 of fileupload;
>>  >
>>  > Manifest-Version: 1.0
>>  > Archiver-Version: Plexus Archiver
>>  > Created-By: Apache Maven
>>  > Built-By: jwi
>>  > Build-Jdk: 1.6.0_03
>>  > Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
>>  > Bundle-ManifestVersion: 2
>>  > Bundle-Name: Apache Commons FileUpload Bundle
>>  > Bundle-SymbolicName: org.apache.commons.fileupload
>>  > Bundle-Vendor: The Apache Software Foundation
>>  > Bundle-Version: 1.2.1
>>  > DynamicImport-Package: javax.portlet
>>  > Export-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.util;version=1.2.1
>>  > Implementation-Title: Commons FileUpload
>>  > Implementation-Vendor: The Apache Software Foundation
>>  > Implementation-Vendor-Id: org.apache
>>  > Implementation-Version: 1.2.1
>>  > Import-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.util;version=1.2.1,
>>  >  org.apache.commons.io,
>>  >  org.apache.commons.io.output,
>>  >  javax.servlet,
>>  >  javax.servlet.http
>>  > Specification-Title: Commons FileUpload
>>  > Specification-Vendor: The Apache Software Foundation
>>  > Specification-Version: 1.2.1
>>  > X-Compile-Source-JDK: 1.3
>>  > X-Compile-Target-JDK: 1.3
>>  >
>>  > The version attributes on export-package / import-package should have
>>  > quotes around them.
>>  >
>>  >  was:
>>  > This is the manfest file for version 1.2.1 of fileupload;
>>  >
>>  > Manifest-Version: 1.0
>>  > Archiver-Version: Plexus Archiver
>>  > Created-By: Apache Maven
>>  > Built-By: jwi
>>  > Build-Jdk: 1.6.0_03
>>  > Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
>>  > Bundle-ManifestVersion: 2
>>  > Bundle-Name: Apache Commons FileUpload Bundle
>>  > Bundle-SymbolicName: org.apache.commons.fileupload
>>  > Bundle-Vendor: The Apache Software Foundation
>>  > Bundle-Version: 1.2.1
>>  > DynamicImport-Package: javax.portlet
>>  > Export-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.util;version=1.2.1
>>  > Implementation-Title: Commons FileUpload
>>  > Implementation-Vendor: The Apache Software Foundation
>>  > Implementation-Vendor-Id: org.apache
>>  > Implementation-Version: 1.2.1
>>  > Import-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >  org.apache.commons.fileupload.util;version=1.2.1,
>>  >  org.apache.commons.io,
>>  >  org.apache.commons.io.output,
>>  >  javax.servlet,
>>  >  javax.servlet.http
>>  > Specification-Title: Commons FileUpload
>>  > Specification-Vendor: The Apache Software Foundation
>>  > Specification-Version: 1.2.1
>>  > X-Compile-Source-JDK: 1.3
>>  > X-Compile-Target-JDK: 1.3
>>  >
>>  > The version attributes on export-package should have quotes around them.
>>  >
>>  >
>>  >> Manifest for OSGi has invalid syntax
>>  >> ------------------------------------
>>  >>
>>  >>                 Key: FILEUPLOAD-173
>>  >>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-173
>>  >>             Project: Commons FileUpload
>>  >>          Issue Type: Bug
>>  >>            Reporter: Bjorn Harvold
>>  >>            Priority: Minor
>>  >>             Fix For: 1.2.1
>>  >>
>>  >>
>>  >> This is the manfest file for version 1.2.1 of fileupload;
>>  >> Manifest-Version: 1.0
>>  >> Archiver-Version: Plexus Archiver
>>  >> Created-By: Apache Maven
>>  >> Built-By: jwi
>>  >> Build-Jdk: 1.6.0_03
>>  >> Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
>>  >> Bundle-ManifestVersion: 2
>>  >> Bundle-Name: Apache Commons FileUpload Bundle
>>  >> Bundle-SymbolicName: org.apache.commons.fileupload
>>  >> Bundle-Vendor: The Apache Software Foundation
>>  >> Bundle-Version: 1.2.1
>>  >> DynamicImport-Package: javax.portlet
>>  >> Export-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >>  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >>  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >>  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >>  org.apache.commons.fileupload.util;version=1.2.1
>>  >> Implementation-Title: Commons FileUpload
>>  >> Implementation-Vendor: The Apache Software Foundation
>>  >> Implementation-Vendor-Id: org.apache
>>  >> Implementation-Version: 1.2.1
>>  >> Import-Package: org.apache.commons.fileupload;version=1.2.1,
>>  >>  org.apache.commons.fileupload.disk;version=1.2.1,
>>  >>  org.apache.commons.fileupload.portlet;version=1.2.1,
>>  >>  org.apache.commons.fileupload.servlet;version=1.2.1,
>>  >>  org.apache.commons.fileupload.util;version=1.2.1,
>>  >>  org.apache.commons.io,
>>  >>  org.apache.commons.io.output,
>>  >>  javax.servlet,
>>  >>  javax.servlet.http
>>  >> Specification-Title: Commons FileUpload
>>  >> Specification-Vendor: The Apache Software Foundation
>>  >> Specification-Version: 1.2.1
>>  >> X-Compile-Source-JDK: 1.3
>>  >> X-Compile-Target-JDK: 1.3
>>  >> The version attributes on export-package / import-package should have 
>> quotes around them.
>>  >
>>  > --
>>  > This message is automatically generated by JIRA.
>>  > -
>>  > You can reply to this email to add a comment to the issue online.
>>  >
>>  >
>>  >
>>  >
>>  > --
>>  > Don't trust a government that doesn't trust you.
>>  >
>>  > ---------------------------------------------------------------------
>>  > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>  > For additional commands, e-mail: dev-h...@commons.apache.org
>>  >
>>  >
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>  For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to