I opened some old Ant projects in 117.359 and am not seeing any red (other than one undefined property in the one file). You might want to try invalidating your caches (File > Invalidate Cache), Sometimes that solves things like this.
Unfortunately, the "scalac" and "scaladoc" tags are still red.
On 5/10/12 1:32 AM, Mark Vedder wrote:
I opened some old Ant projects in 117.359 and am not seeing any red (other than one undefined property in the one file). You might want to try invalidating your caches (File> Invalidate Cache), Sometimes that solves things like this.
Unfortunately, the "scalac" and "scaladoc" tags are still red.
Generally any of the non-built-in tasks (i.e. those not listed in the Ant manual at http://ant.apache.org/manual/tasklist.html) will be shown in red. This is simply because IDEA does not know about them. There might be a workaround for this - that is a way to configure either the Ant build file or your IntelliJ IDEA project so IDEA "knows" about the custom tags. But I'm not aware of it off the top of my head.
I opened some old Ant projects in 117.359 and am not seeing any red (other than one undefined property in the one file). You might want to try invalidating your caches (File > Invalidate Cache), Sometimes that solves things like this.
That helped much of them.
Unfortunately, the "scalac" and "scaladoc" tags are still red.
On 5/10/12 1:32 AM, Mark Vedder wrote:
>
Generally any of the non-built-in tasks (i.e. those not listed in the Ant manual at http://ant.apache.org/manual/tasklist.html) will be shown in red. This is simply because IDEA does not know about them. There might be a workaround for this - that is a way to configure either the Ant build file or your IntelliJ IDEA project so IDEA "knows" about the custom tags. But I'm not aware of it off the top of my head.
Hi.
The first step to resolve this is to define, are there necessary taskdefs for scala tasks in the script? Are these taskdefs green or red?
Regards,
Alexander.