Hello,

build.xml states in line 422-430

  <target name="applet-jar" id="applet-jar"
          depends="applet-classes,appletjars">
    <jar jarfile="JmolApplet.jar"
         manifest="manifest/application.txt" index="true" >
      <fileset dir="${applet.classes.dir}" >
        <include name="**/*" />
      </fileset>
      <fileset dir="${appletjars.dir}" includes="**/*"/>
    </jar>

I guess, this is not the right manifest(?). Am I right?

Regards, Daniel



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to