Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error Popups
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ruediger Keller  
View profile  
 More options Aug 6 2011, 5:26 am
From: Ruediger Keller <ruediger.kel...@rk42.de>
Date: Sat, 6 Aug 2011 11:26:13 +0200
Local: Sat, Aug 6 2011 5:26 am
Subject: Error Popups

Hello,

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

  error-log.txt
32K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirco Dotta  
View profile  
 More options Aug 8 2011, 3:55 am
From: Mirco Dotta <mirco.do...@gmail.com>
Date: Mon, 8 Aug 2011 09:55:16 +0200
Local: Mon, Aug 8 2011 3:55 am
Subject: Re: [scala-ide-user] Error Popups
Hi Rüdiger,

If you do a full project's clean, does it work then?

-- Mirco


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruediger Keller  
View profile  
 More options Aug 8 2011, 4:57 am
From: Ruediger Keller <ruediger.kel...@rk42.de>
Date: Mon, 8 Aug 2011 10:57:13 +0200
Local: Mon, Aug 8 2011 4:57 am
Subject: Re: [scala-ide-user] Error Popups

Hi,

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.do...@gmail.com>:

  .log
99K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruediger Keller  
View profile  
 More options Aug 8 2011, 5:10 am
From: Ruediger Keller <ruediger.kel...@rk42.de>
Date: Mon, 8 Aug 2011 11:10:30 +0200
Local: Mon, Aug 8 2011 5:10 am
Subject: Re: [scala-ide-user] Error Popups
Hi,

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.do...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirco Dotta  
View profile  
 More options Aug 8 2011, 5:24 am
From: Mirco Dotta <mirco.do...@gmail.com>
Date: Mon, 8 Aug 2011 11:24:14 +0200
Local: Mon, Aug 8 2011 5:24 am
Subject: Re: [scala-ide-user] Error Popups
Good to know.

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

On Aug 8, 2011, at 11:10 AM, Ruediger Keller wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirco Dotta  
View profile  
 More options Aug 8 2011, 5:25 am
From: Mirco Dotta <mirco.do...@gmail.com>
Date: Mon, 8 Aug 2011 11:25:40 +0200
Local: Mon, Aug 8 2011 5:25 am
Subject: Re: [scala-ide-user] Error Popups

> Also, what is the scala-library sources version you are looking at? (2.10? 2.9.x? any other)

Sorry, my bad, I forgot you provided a link to your project. I'll check it out during the day or tomorrow.

-- Mirco


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruediger Keller  
View profile  
 More options Aug 8 2011, 5:32 am
From: Ruediger Keller <ruediger.kel...@rk42.de>
Date: Mon, 8 Aug 2011 11:32:56 +0200
Local: Mon, Aug 8 2011 5:32 am
Subject: Re: [scala-ide-user] Error Popups
Hi 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.

Regards,
Rüdiger

2011/8/8 Mirco Dotta <mirco.do...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mirco Dotta  
View profile  
 More options Aug 9 2011, 2:26 pm
From: Mirco Dotta <mirco.do...@gmail.com>
Date: Tue, 9 Aug 2011 20:26:40 +0200
Local: Tues, Aug 9 2011 2:26 pm
Subject: Re: [scala-ide-user] Error Popups
Ok, it definitely looks like it is a builder issue from the behavior.

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

On Aug 8, 2011, at 11:32 AM, Ruediger Keller wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruediger Keller  
View profile  
 More options Aug 9 2011, 5:33 pm
From: Ruediger Keller <ruediger.kel...@rk42.de>
Date: Tue, 9 Aug 2011 23:33:55 +0200
Local: Tues, Aug 9 2011 5:33 pm
Subject: Re: [scala-ide-user] Error Popups
That's great, thank you!

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.do...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »