I have a problem getting the Eclipse Ant Builder (Project > Properties > Builders > New > Ant Builder) to work correctly with the console view. After a restart of Eclipse, the output of the Ant Builder is never captured in the console. The builder respectively the used ant file works correctly as I can see the expected result on the filesystem. Also during the build I can see the "launching delegate" status in the eclipse progress view, but unfortunately no output apprears in the console view.
Obviously I have enabled the console view. Also did I configure the Ant Builder with the option "Allocate Console".
I found some weird workaround to make it kinda work: I just open Project > Properties and click on the "Builders" menu on the left (I don't even have to edit the builder or something like that). From this point on, the console is displayed, and even the output from previous builds that was not shown is now displayed. But to do such a workflow everytime I freshly start eclipse is simply not acceptable.
I tried different versions of Eclipse, but the result is the same in both:
- JasperSoft Studio 6.1 (Eclipse Juno)
- Eclipse Mars with JasperSoft Studio plugin
Is this a known eclipse problem or did I configure something wrong?
Edit: I also tried invacating Ant with the "Program" instead of the "Ant Builder", but there is exactly the same problem. Seems to be a general eclipse builder problem?