On Monday 26 September 2005 02:35 pm, Egon Willighagen wrote:
> > However, this does not necessarily mean that it will not work with Java
> > 1.4. For example, in Jmol I do development on Java 1.5, but have options
> > set so that it will generate code for Java 1.3.

  <target name="compile">
    <javac srcdir="${src}" destdir="${build}" optimize="${optimization}"
           debug="${debug}" deprecation="${deprecation}" target="1.1"
           includesfile="${src}/jmol.javafiles">
      <classpath refid="project.class.path" />
    </javac>
  </target>

That should be fine, right? This is what jmol.xml does...

Egon


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to