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

Key: IDEADEV-7419
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Vyacheslav Lukianov
Reporter: Sascha Weinreuter
Votes: 0
Watchers: 0
Operations

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

"Nested element 'property' is not allowed here' inside <ant> task

Created: 21 Jul 06 20:17   Updated: 24 Jul 06 17:00
Component/s: Ant Integration, Editor. Error Highlighting
Fix Version/s: Demetra 5561

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

Build: 5,557
Fixed in build: 5,562
Severity: Medium


 Description  « Hide
This is valid Ant code but 'property' is incorrectly highlighed as not allowed:
<target name="test">
  <ant antfile="../test/build.xml" target="all" inheritall="false">
    <property name="build.dir" value="${build.dir}/test" />
  </ant>
</target>


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