Menu

#20 Inclusion of META-INF/services is missing in build.xml

open
nobody
None
5
2012-10-26
2008-11-30
No

jar fileset in jar target shall include entry for META-INF/services, otherwise Gsm7Bit encoding does not work.

The fileset shall look like:

        <fileset dir="${build.classes.dir}" >
            <include name="org/smpp/**" />
            <include name="META-INF/services/**" />
        </fileset>

Discussion


Log in to post a comment.