https://bugzilla.redhat.com/show_bug.cgi?id=1048299



--- Comment #3 from gil cattaneo <[email protected]> ---
javac target and souce *must* be set at least to 1.5
and source  to UTF-8

        <javac
                bootclasspath="${bootclasspath.path}"
                srcdir="src/java"
                destdir="build/compile"
                deprecation="off"
                debug="on"
                source="1.5"
                target="1.5"
                encoding="UTF-8"
        >

        <javadoc
                destdir="docs/api"
                doctitle="FMPP ${version} API"
                packagenames="fmpp.*"
                excludepackagenames="fmpp.test"
                sourcepath="src/java"
                overview="src/java/fmpp/overview.html"
                windowtitle="FMPP ${version} API"
                classpathref="classpath.path"
                version="false"
                author="false"
                source="1.5"
                encoding="UTF-8"
        />

Please change license field as: 
License:        BSD or Public Domain
Public Domain
fmpp_0.9.14/lib/forbuild/classes/imageinfo/ImageInfo.java

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to