Have a question about adding a classpath to the ANT javac

From: jlopes (jlopes151_at_COMCAST.NET)
Date: 11/29/04

  • Next message: Mad2Bad: "Struts"
    Date: 29 Nov 2004 05:25:33 -0800
    
    

    I'm running ant 1.5.4 and I tried to add the classpath to the javac task.
    ex <javac classpath="somelibdir" .......

    from the ant manual I used

          <classpath>
            <pathelement location="."/>
            <pathelement path="${myclass.path}/"/>
          </classpath>


  • Next message: Mad2Bad: "Struts"