Auf Thema antworten

Hi,

Versuch es mal damit:

[XML]    <target name="jarbuilder">

        <jar destfile="${META-INF}/maxi66.jar" basedir="bin" excludes="*.html, *.applet, *.jbx, *.MF">

            <manifest>

                <attribute name="Main-Class" value="mainApplet"/>

                <attribute name="Trusted-Only" value="true"/>

                <attribute name="Permissions" value="all-permissions"/>

                <attribute name="Application-Name" value="Paul Maxi6"/>

            </manifest>

           

        </jar>

        <copy todir="${META-INF}">

            <fileset dir="${src.dir}" includes="**/*.mf" excludes="**/*.java"/>

        </copy>

    </target>    [/XML]



Oben