History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-11607
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ant integration: absolute file path is resolved as relative

Created: 03 Nov 06 17:48   Updated: 28 Mar 08 15:04
Component/s: Ant Integration
Fix Version/s: Diana 8280, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,083
Fixed in build: 8,254


 Description  « Hide
Ant integration. Try code completion of absolute file path. I tested "import", "ant" tasks, e,g,:
...
    <ant antfile="/"/>

(Tested on unix.) Ctrl+Space after ... antfile="/. Result: the list of files and directories from current directory is suggested. It should be list of files in root directory.



 All   Comments   Work Log   Change History      Sort Order:
David D. Kilzer - 23 Nov 06 00:04
May be related to IDEA-10517.

David D. Kilzer - 23 Nov 06 00:18
> May be related to IDEA-10517.

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.


Alexander Chernikov - 01 May 07 15:02
Selena 6932. This particular case is not fixed.
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.

Alexander Chernikov - 28 Mar 08 15:04
7774, 8255: fix confirmed.