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.
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.