Probably the Maven2 generated Jar is okay in this department?

Here's the MANIFEST.MF created by Maven2 (I'm using trunk to create the jar):

----------------------------------------
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.6.0_13 (Sun Microsystems Inc.)
Built-By: jdavies
Build-Jdk: 1.6.0_13
Implementation-Title: Commons Codec
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.4-SNAPSHOT
Specification-Title: Commons Codec
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.4-SNAPSHOT
X-Compile-Source-JDK: 1.4
X-Compile-Target-JDK: 1.4
Export-Package: org.apache.commons.codec;version="1.4.0.SNAPSHOT",org.
 apache.commons.codec.net;version="1.4.0.SNAPSHOT",org.apache.commons.
 codec.language;version="1.4.0.SNAPSHOT",org.apache.commons.codec.dige
 st;version="1.4.0.SNAPSHOT",org.apache.commons.codec.binary;version="
 1.4.0.SNAPSHOT"
Tool: Bnd-0.0.238
Bundle-Name: Commons Codec
Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 1.4.0.SNAPSHOT
Bnd-LastModified: 1248468283157
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: The codec package contains simple encoder and deco
 ders for     various formats such as Base64 and Hexadecimal.  In addi
 tion to these     widely used encoders and decoders, the codec packag
 e also maintains a     collection of phonetic encoding utilities.
Import-Package: org.apache.commons.codec;version="1.4.0.SNAPSHOT",org.
 apache.commons.codec.binary;version="1.4.0.SNAPSHOT",org.apache.commo
 ns.codec.digest;version="1.4.0.SNAPSHOT",org.apache.commons.codec.lan
 guage;version="1.4.0.SNAPSHOT",org.apache.commons.codec.net;version="
 1.4.0.SNAPSHOT"
Bundle-SymbolicName: org.apache.commons.codec
Bundle-DocURL: http://commons.apache.org/codec/
----------------------------------------


Here's the MANIFEST.MF created by ant:

----------------------------------------
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 11.3-b02 (Sun Microsystems Inc.)
Specification-Title: Commons Codec
Specification-Version: 1.4-dev
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Commons Codec
Implementation-Version: 1.4-dev
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
----------------------------------------


I don't think missing OSGI headers in the Ant generated jar is a big deal.

+1 for RC2 from me.


yours,

Julius



On Fri, Jul 24, 2009 at 7:51 AM, Gary
Gregory<ggreg...@seagullsoftware.com> wrote:
>> -----Original Message-----
>> From: sebb [mailto:seb...@gmail.com]
>> Sent: Friday, July 24, 2009 7:35 AM
>> To: Commons Developers List
>> Subject: Re: [VOTE] Release Codec 1.4 based on RC2
>>
>> DoubleMetaphone is not thread-safe - maxCodeLen field - but that could
>> be addressed later by adding a new ctor to set the field and make it
>> final.
>>
>> The Manifest created by the Ant build file does not include the
>> compiler settings or OSGI headers.
>
> Good catches; let's make sure we are OSGI-friendly.
>
> Gary
>

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

Reply via email to