On Mon, 8 Apr 2002, Joel Rees <[EMAIL PROTECTED]> wrote:

>   <property name="src" value="."/>
>   <property name="build" value="../classes"/>

I'd highly recommend location instead of value here.

>     <javac
>         srcdir="${src}/${dbdriver_loc}"
>         destdir="${build}"
>         debug="on"/>

srcdir should be the top of the source tree, which is ${src} in your
case.

Stefan

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

Reply via email to