http://nagoya.apache.org/bugzilla/show_bug.cgi?id=478
*** shadow/478 Thu Feb 1 01:51:09 2001
--- shadow/478.tmp.8721 Thu Feb 1 01:51:09 2001
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | <ant antfile="mydir/mybuild.xml" dir="mydir" /> DIR does not work right Bu |
+ +----------------------------------------------------------------------------+
+ | Bug #: 478 Product: Ant |
+ | Status: UNCONFIRMED Version: 1.2 |
+ | Resolution: Platform: All |
+ | Severity: Normal OS/Version: All |
+ | Priority: High Component: Main |
+ +----------------------------------------------------------------------------+
+ | Assigned To: ant-dev@jakarta.apache.org |
+ | Reported By: atiyaman@yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The 'dir' command is supposed to change the ant working dir to "mydir". It does not work.
Looks like it is adding the current directory and the 'mydir' together, forming a string
and searching for the 'mybuild.xml' file.
+
+ Please help.
+
+ Atiyaman
|