> You might try to compute the dir and hand that value to > javac... > > For example: > > <basename file="${src.dir}" > property="basedir.basename"/> > <dirname file="${src.dir}" property="basedir.dir"/> > > <javac srcdir="${basedir.dir}/${basedir.basename}" > .../> > > > Not sure that will fix it...but it may :)
It didn't in fact. Thanks anyway for all the help. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org