
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
auftragseingang.xml (99 kb)
|
|
Image Attachments:
|
|
|
Environment:
|
IDEA running on Windows XP
|
|
|
From time to time the contents of the Ant tab become unreadable. In one moment everything is ok but when I close the root node and open it again, no characters are drawn anymore. I have included a screenshot and the build file.
|
|
Description
|
From time to time the contents of the Ant tab become unreadable. In one moment everything is ok but when I close the root node and open it again, no characters are drawn anymore. I have included a screenshot and the build file. |
Show » |
|
One thing that is different about our environment as compared to the
build file attached to the bug is the use of <import>. We have some
projects that transitioned from having single build.xml file to having
two files: build.xml and build.common.xml. The latter file contains most
of the targets and is centrally managed. The build.xml becomes a place
where different projects can add custom targets and override common
targets contained within build.common.xml.
I'm guessing that the transition is when the bug appeared since I
haven't seen it for a while and havn't heard any more complaints about
it either. I have another project that is due to convert some time this
month. I'll pay closer attention and let you know if I find a procedure
to reproduce the bug.