On May 27, 2005, at 4:40 PM, THUFIR HAWAT wrote:

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

yes?

No.

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

—ml—



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

Reply via email to