On Wed, 14 Dec 2005, Michael Silverman <[EMAIL PROTECTED]>
wrote:

> So what I want is to append the DLL's dir to the windows path just
> before I run the task but it has to be done in the same process of
> Ant in order to be visible to the first DLL (which runs in a child
> process created by the Ant task).

Can't you use Ant to resolve the directory to your DLL using
 <property location...>?  Ant knows how to resolve the file and create
an absolute path using the correct drive letter so you wouldn't have
to do so.

Stefan

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

Reply via email to