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

Key: IDEADEV-11850
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Ant integration: taskdef resources are not reloaded on change

Created: 13 Nov 06 18:15   Updated: 06 Nov 08 23:28
Component/s: Ant Integration
Fix Version/s: Undefined

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

Build: 6,101


 Description  « Hide
I have created an ant script with taskdef:
<taskdef classpath="${ant.libs.root}/tasks.jar" name="newTask" classname="tasks.NewTask"/>
    <target name="newTask.test">
        <newTask existentAttribute="value"/>
    </target>

Then I introduced newAttribute into class tasks.NewTasks, and rebuilt tasks.jar (with another ant script from IDEA). Modified code:
...
<newTasks existentAttribute="value" newAttribute="new value"/>
...
But newAttribute is reported as error, and code completion is not suggested. That's a problem.
If I copy tasks.jar to tasks2.jar and refer to it ("new" resource) then all is Ok. So, resources are not reloaded on change.



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