| Priority |
Minor |
| Type | Bug |
| State | Verified |
| Assignee | Eugene Zhuravlev |
| Subsystem | Ant Integration |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
6083
|
| Fixed in build |
8254
|
IDEA-35197 |
Ant integration: absolute file path is resolved as relative |
|
|
...
<ant antfile="/"/>
Please ignore this comment. I discovered that the original bug described IDEA-10517 worked as it should, so I changed the intent of the bug.
Windows absolute paths ("C:/path/dir") are resolved correctly.
But Unix absolute paths ("/path/dir") are resolved as they would be relative to current directory: "./path/dir". This happens both in Windows and Unix. Ant fails in both cases.