Working director for ant Rake task
----------------------------------
Key: JRUBY-5521
URL: http://jira.codehaus.org/browse/JRUBY-5521
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6RC2, JRuby 1.6RC1
Reporter: Cameron Horn
Assignee: Thomas E Enebo
When executing the ant Rake task, the topmost ant instance basedir is used as
the current working directory. For example, given the directory structure "a/b"
with ant scripts at each level, and a Rakefile at the "c" level:
Executing an ant script in a with a file of "b/Rakefile" leaves the working
directory as "a".
(e.g., <rake task="build" file="b/Rakefile">)
Executing an ant script at the "b" level persists the working directory as
"a/b" only if the ant script is executed directly.
Executing an ant script at the "a" level that calls the "b" level ant script
above leaves the working directory as "a," again.
I submit that the rake task should support the "basedir" attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email