> Just in case it helps, here's the target I'm using:
> 
>     <property name="pvcs.executable.path"
> value="r:/pvcs_vm/application/VM/Win32/Bin"/>

I think I see the problem here -- the backslashes.  To Java those
become \p and \b characters -- and the path won't work.  Try
changing them to forward slashes.

>     <property name="pvcs.repository" value="r:\pvcs_vm\buildtest"/>

If that doesn't work, can you file a defect and attach the output
of ant -verbose?

s


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

Reply via email to