https://bz.apache.org/bugzilla/show_bug.cgi?id=60185
Bug ID: 60185
Summary: "record" task doesn't work when invoked from another
build
Product: Ant
Version: 1.9.7
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Created attachment 34309
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34309&action=edit
example of the problem.
The record tasks writes relative to the current directory, not relative to its
build.xml directory. This is an issue when invoking one build.xml file from
another with the "ant" task.
All other tasks (mkdir, copy, javac, etc.) write relative to the build
directory. The current behavior makes builds break when the initialization for
"record" makes the directory in one place, but record tries to write in
another.
Minimal reproducing case attached.
--
You are receiving this mail because:
You are the assignee for the bug.