On 5/27/05, Mark Lundquist <[EMAIL PROTECTED]> wrote:
...
> That's wrong, I meant to say this:
> 
>         <path id="tidy.classpath">
>                 <pathelement location="lib/Tidy.jar" />
>         </path>
...

       <target name="compile" depends="prepare">
               <javac
                       srcdir          ="${sourceDir}"
                       destdir         ="${outputDir}"
                       classpath       ="${location}"
               />
       </target>

yes?

(I'm not at my computer right now, will test later)


thanks,

Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to