- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: Re: Maven plugin for project with mixed java and scala source
Tue, 2008-12-16, 22:22
>>>>> "Ismael" == Ismael Juma writes:
Ismael> Depends on your definition of enough. :) As I understand, it
Ismael> should be ok for most cases, but the third compilation is
Ismael> needed if you want to be safe due to some bugs when scalac uses
Ismael> Java sources instead of classes.
Are there any open bugs on this? I don't know of any. (I don't bother
with the third compilation myself.)
Seth Tisue writes:
> Are there any open bugs on this? I don't know of any. (I don't bother
> with the third compilation myself.)
I don't know if they were ever recorded on Trac, but Martin said in the mailing
list that he was aware of some situations where problems could occur. The fact
that the the approach requiring 3 compilations made it to the release notes
implies that they have not been solved. Maybe Martin can clarify.
Ismael