>Then don't you want ${helper} on the classpath, not the sourcepath? In
>other words, use:

>  <target name="compile" depends="init">
>    <javac srcdir="${src}" destdir="${temp}">
>      <classpath>
>        <pathelement location="${helper}"/>
>      </classpath>
>    </javac>
>  </target>

>Diane

>=====
>([EMAIL PROTECTED])

It doesnt work Diane.. somehow if i invoke javac on the command line having
${helper} in my classpath , it works but not through ant..wonder why??? this
is forcing me to use javac
as an executable using the "apply" task .. something needs to be done about
this..

Rgds,
Sujan


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

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

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

Reply via email to