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

Key: IDEA-12332
Type: Bug Bug
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Dave Schweisguth
Votes: 1
Watchers: 1
Operations

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

<import file="${foo}"/> is incorrectly red

Created: 11 Apr 07 20:58   Updated: 12 Apr 07 16:46
Component/s: Ant Integration

Environment: MacBook Pro, Mac OS X 10.4.9

Build: 6,180
Severity: Medium


 Description  « Hide
Build file has the following at top level:

<property name="foo" value="bar.xml"/>
<import file="${foo}"/>

Quit Idea and restart. Targets in the top-level build file which depend on targets in bar.xml are red – incorrectly so, as bar.xml does contain the depended-on targets and the build runs fine.

Change top-level build file to

<import file="bar.xml"/>

Quit Idea and restart. Targets which depend on targets in bar.xml are now green.

I said "quit Idea and restart" because editing the import statement in any way (delete and retype the f in foo, for example) seems to cause Idea to reevaluate things and the same reds also go away. They reappear after quitting and restarting.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.