https://issues.apache.org/bugzilla/show_bug.cgi?id=48578
Summary: <sch> task doesn't report build file location when a
remote command fails
Product: Ant
Version: 1.8Alpha (nightly)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Optional Tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
when you issue a command over <scp> and it returns an error, the build fails:
BUILD FAILED - at 20/01/10 14:00
server indicated an error: scp: /mnt/cluster/rpms/: No such file or directory
What it doesn't say is where in the build file things failed.
Root cause: the AbstractSSHMessage class needs to take the owner location and
include that in buildexceptions that are raised.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.