https://issues.apache.org/bugzilla/show_bug.cgi?id=45739
--- Comment #9 from Miroslav Nachev <miro@space-comm.com> 2008-09-05 01:44:07 PST ---
(In reply to comment #7)
> x.xml is
>
> <project basedir=".">
> <echo>${user.dir}</echo>
> <echo>${basedir}</echo>
> </project>
The build xml file is not full. Place one file inside like that:
<scp file="test.txt" todir="${username}:${password}@${host}:/home/bc"/>
When scp try to find the file, the file will miss because ant will try to find
it in user.dir instead basedir.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|