Re: [scala-ide-user] problem installing latest milestone on Eclipse Indigo

116 views
Skip to first unread message

iulian dragos

unread,
Nov 10, 2012, 1:39:05 PM11/10/12
to scala-i...@googlegroups.com
Hi Egon,

That's fixed already in the nightlies, but the milestone build has a dependency on the Eclipse SDK. Normally, it should work by enabling "check all update sites" in the `Install new Software` dialog. Otherwise, the simplest way to give Scala IDE a try is to use one of the pre-packaged Eclipse downloads offered by Typesafe, that comes with the latest milestone pre-installed:


..or you could use Eclipse Classic and install the plugin.

cheers,
iulian


On Thu, Nov 8, 2012 at 10:38 AM, Egon Nijns <egon....@gmail.com> wrote:
When trying to install Scala IDE on a freshly downloaded Eclipse Indigo (JEE version) and using the update site http://download.scala-ide.org/sdk/e37/scala29/dev/site/ I run into the following problem.

Missing requirement: Scala IDE for Eclipse 2.1.0.m2-2_09-201209130821-0dd7542 (org.scala-ide.sdt.feature.feature.group 2.1.0.m2-2_09-201209130821-0dd7542) requires 'org.eclipse.sdk 0.0.0' but it could not be found

Any ideas on how to proceed?

Thanks in advance



--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais

Egon Nijns

unread,
Nov 11, 2012, 3:18:03 PM11/11/12
to scala-i...@googlegroups.com
Thanks for the info Iulian. Good to hear this is fixed in the nightlies...

In the meantime I installed the Typesafe IDE and this works just fine.

egon.

Renato Garcia

unread,
Nov 12, 2012, 5:22:48 AM11/12/12
to scala-i...@googlegroups.com
Hi,

I'm using a macro that calls the info method on the
scala.reflect.macros.FrontEnds trait as defined below.

/** Emits an informational message, suppressed unless `-verbose` or
`force=true`.
* Use `enclosingPosition` if you're in doubt what position to pass
to `pos`.
*/
def info(pos: Position, msg: String, force: Boolean): Unit

and here is the call:

context.info(expr.pos, msg, force = false)

This is creating info markers and underlining the code, which is
correct, however I can't disable them on Eclipse. I've checked my
compiler configurations on both, the project and the workspace and both
have verbose disabled. The logging level is set to INFO.

The scalac on cmd line will display the messages only when -verbose
option is enabled, as per the docs above.

Is there anything else I need to check on Eclipse to disable those markers?

I'm running the latest Scala IDE nighlty/Indigo/2.10.

Thanks and Regards,
Renato

iulian dragos

unread,
Nov 15, 2012, 9:25:56 AM11/15/12
to scala-i...@googlegroups.com
Can you please file a ticket, including a self-contained example?

iulian
 

Thanks and Regards,
Renato

Renato Garcia

unread,
Nov 16, 2012, 10:35:26 PM11/16/12
to scala-i...@googlegroups.com

Miles Sabin

unread,
Nov 17, 2012, 7:21:10 AM11/17/12
to scala-ide-user
I'm sure the behaviour you're seeing is annoying in this particular
case, but it strikes me that if it could be controlled in a more
fine-grained way it could be a spectacularly useful facility.

Cheers,


Miles
--
Miles Sabin
tel: +44 7813 944 528
skype: milessabin
gtalk: mi...@milessabin.com
g+: http://www.milessabin.com
http://twitter.com/milessabin

Renato Garcia

unread,
Nov 17, 2012, 6:12:56 PM11/17/12
to scala-i...@googlegroups.com
Correct. I thought the way of controlling this was the "verbose" setting
on compiler options which doesn't seem to be working?
>>> � Je d�teste la montagne, �a cache le paysage �
>>> Alphonse Allais
>
>

Reply all
Reply to author
Forward
0 new messages