while working on my scala collections tests, I today started getting a
lot of error popups, whenever the project is built: "'Building
Workspace' has encountered a problem. Errors occured during the
build.". The errors in the log are always the same. Please find the
relevant part of the log file attached.
I'm using a nightly build of the plugin: "Scala IDE for Eclipse
2.0.0.nightly-210-201107220048-65854ae" with Eclipse 3.7 x64 on
Windows 7.
The project I'm working on is this:
https://github.com/ruedigerk/collection-tests
And the file I was editing, which is probably the cause of the problems is this:
scala.collection.TraversableSpec
Also, together with this, the presentation compiler started showing me
a lot of fake errors. I guess both problems are related, though.
Regards,
Rüdiger
If you do a full project's clean, does it work then?
-- Mirco
I just updated to the latest nightly build of 2.10, but that doesn't
change the behavior.
When I do a clean, the project builds successfully.
But whenever I edit the aforementioned source file, save my changes
and the automatic build is triggered, I get an error popup with the
aforementioned error. With the new version of the plugin, the popup
contains the stack trace, though.
I also attached the stack trace.
Regards,
Rüdiger
2011/8/8 Mirco Dotta <mirco...@gmail.com>:
I just tried using the 2.9 Beta 9 version of the plugin and that works
fine without any errors.
Regards,
Rüdiger
2011/8/8 Mirco Dotta <mirco...@gmail.com>:
Still, I would like to try to reproduce this problem. So, if I got it right you imported the
scala library sources as a project in Eclipse and then when editing
`scala.collection.TraversableSpec` the builder issues some error. Perform a full clean
get rid of the error, though as soon as you start typing again, the error is back. Is that correct?
Also, what is the scala-library sources version you are looking at? (2.10? 2.9.x? any other)
-- Mirco
Sorry, my bad, I forgot you provided a link to your project. I'll check it out during the day or tomorrow.
-- Mirco
yes, when cleaning+building it works fine, but when I edit, save and
build, I get an error popup.
Btw. building the project with sbt works fine, too.
Today I really didn't find time to look at your sources. I will wait
another few days as the sbt is about to get in the nightly (awesome
news!), so I'd like to test your project with the two builders for comparison.
I'll let you know when I do so.
-- Mirco
Btw. it seems Alex Black is experiencing the same
"AssertionFailedException: Marker property value is too long".
I'm looking forward to the sbt based builder. :-)
Regards,
Rüdiger
2011/8/9 Mirco Dotta <mirco...@gmail.com>: