- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Fwd: eclipse plugin
Wed, 2010-04-07, 03:11
Hi,
i am trying to use the scala plugin with eclipse, because i am really
used to eclipse by now, and have been trying to make some projects
using scala and java.
I am having some issues, because my eclipse, everytime i restart the
IDE, open a scala, it gives me an error, when i click more info, only
says " -1 " .
and eclipse cant seem to realise that scala are part of the project
too. it keeps saying that the class does not exist.
have tried everything on http://www.scala-lang.org/node/94 , but nothing helped.
anyone having the same issues?? can anyone help ???
using imac, jdk 1.6.18, eclipse WTP 3.5
--
Froes
Wed, 2010-04-07, 05:07
#2
Re: Fwd: eclipse plugin
tried that one, it says at the end of each line that is needs a ;
not really a good thing
cant seem to be able to make it work.
damn, i just like eclipse so much
On Wed, Apr 7, 2010 at 1:51 PM, Ben Hutchison wrote:
> There are significant differences between 2.7 plugin at
> [http://www.scala-lang.org/scala-eclipse-plugin] and the nightly
> plugin for 2.8 at
> [http://www.scala-lang.org/scala-eclipse-plugin-nightly].
>
> The 2.8 release is due within a few weeks, and the nightly plugin will
> then become the new standard version. You might like to try that
> version instead and see if it works for you - that will put you on the
> main line post-2.8. Be aware, however, that the nightly version has
> its own issues; some builds work better than others.
>
> -Ben
>
> On Wed, Apr 7, 2010 at 12:11 PM, Marcelo Fróes wrote:
>> Hi,
>> i am trying to use the scala plugin with eclipse, because i am really
>> used to eclipse by now, and have been trying to make some projects
>> using scala and java.
>> I am having some issues, because my eclipse, everytime i restart the
>> IDE, open a scala, it gives me an error, when i click more info, only
>> says " -1 " .
>> and eclipse cant seem to realise that scala are part of the project
>> too. it keeps saying that the class does not exist.
>> have tried everything on http://www.scala-lang.org/node/94 , but nothing helped.
>> anyone having the same issues?? can anyone help ???
>>
>>
>> using imac, jdk 1.6.18, eclipse WTP 3.5
>>
>> --
>> Froes
>>
>
Wed, 2010-04-07, 05:27
#3
Re: Fwd: eclipse plugin
Compile errors about semicolons are a symptom of a failed plugin installation.
They occur because the Scala plugin reuses parts of the JDT, via AOP.
When the AOP interceptions don't work properly, the JDT ends up
parsing the Scala source with a Java compiler.
The plugin certainly works (most of the time), but you will need some
determination: Uninstall all Scala plugins. Restart. Install just the
2.8 plugin. Restart. Create new Scala project with new Scala file.
Enter some code. Do you get complaints about semicolons?
-Ben
On Wed, Apr 7, 2010 at 1:58 PM, Marcelo Fróes wrote:
> tried that one, it says at the end of each line that is needs a ;
>
> not really a good thing
>
> cant seem to be able to make it work.
> damn, i just like eclipse so much
>
>
>
> On Wed, Apr 7, 2010 at 1:51 PM, Ben Hutchison wrote:
>> There are significant differences between 2.7 plugin at
>> [http://www.scala-lang.org/scala-eclipse-plugin] and the nightly
>> plugin for 2.8 at
>> [http://www.scala-lang.org/scala-eclipse-plugin-nightly].
>>
>> The 2.8 release is due within a few weeks, and the nightly plugin will
>> then become the new standard version. You might like to try that
>> version instead and see if it works for you - that will put you on the
>> main line post-2.8. Be aware, however, that the nightly version has
>> its own issues; some builds work better than others.
>>
>> -Ben
>>
>> On Wed, Apr 7, 2010 at 12:11 PM, Marcelo Fróes wrote:
>>> Hi,
>>> i am trying to use the scala plugin with eclipse, because i am really
>>> used to eclipse by now, and have been trying to make some projects
>>> using scala and java.
>>> I am having some issues, because my eclipse, everytime i restart the
>>> IDE, open a scala, it gives me an error, when i click more info, only
>>> says " -1 " .
>>> and eclipse cant seem to realise that scala are part of the project
>>> too. it keeps saying that the class does not exist.
>>> have tried everything on http://www.scala-lang.org/node/94 , but nothing helped.
>>> anyone having the same issues?? can anyone help ???
>>>
>>>
>>> using imac, jdk 1.6.18, eclipse WTP 3.5
>>>
>>> --
>>> Froes
>>>
>>
>
>
>
> --
> Froes
>
Wed, 2010-04-07, 06:57
#4
Re: Fwd: eclipse plugin
Actually, yes.
i am having the parsing errors.
i am using the WTP eclipse, as i said, not the empty one even without
the java parser.
have trying installing all the versions. the offline, the update site,
the nightly...
so i have decided just to put some highlighting for it that i have
made and totally uninstall anything scala.
my eclipse has stopped that freezing of every half an hour, i can use
it normally again.
as i use ant, i compile from the command line and can use the scala.
maybe someday when i have nothing to do, i`ll download the source code
and see whats wrong with it,
had to do it for LUA once, not pretty.
just hope that some day it will work just as the XML, C++ ..... add ons
cheers anyway
On Wed, Apr 7, 2010 at 2:23 PM, Ben Hutchison wrote:
> Compile errors about semicolons are a symptom of a failed plugin installation.
>
> They occur because the Scala plugin reuses parts of the JDT, via AOP.
> When the AOP interceptions don't work properly, the JDT ends up
> parsing the Scala source with a Java compiler.
>
> The plugin certainly works (most of the time), but you will need some
> determination: Uninstall all Scala plugins. Restart. Install just the
> 2.8 plugin. Restart. Create new Scala project with new Scala file.
> Enter some code. Do you get complaints about semicolons?
>
> -Ben
>
> On Wed, Apr 7, 2010 at 1:58 PM, Marcelo Fróes wrote:
>> tried that one, it says at the end of each line that is needs a ;
>>
>> not really a good thing
>>
>> cant seem to be able to make it work.
>> damn, i just like eclipse so much
>>
>>
>>
>> On Wed, Apr 7, 2010 at 1:51 PM, Ben Hutchison wrote:
>>> There are significant differences between 2.7 plugin at
>>> [http://www.scala-lang.org/scala-eclipse-plugin] and the nightly
>>> plugin for 2.8 at
>>> [http://www.scala-lang.org/scala-eclipse-plugin-nightly].
>>>
>>> The 2.8 release is due within a few weeks, and the nightly plugin will
>>> then become the new standard version. You might like to try that
>>> version instead and see if it works for you - that will put you on the
>>> main line post-2.8. Be aware, however, that the nightly version has
>>> its own issues; some builds work better than others.
>>>
>>> -Ben
>>>
>>> On Wed, Apr 7, 2010 at 12:11 PM, Marcelo Fróes wrote:
>>>> Hi,
>>>> i am trying to use the scala plugin with eclipse, because i am really
>>>> used to eclipse by now, and have been trying to make some projects
>>>> using scala and java.
>>>> I am having some issues, because my eclipse, everytime i restart the
>>>> IDE, open a scala, it gives me an error, when i click more info, only
>>>> says " -1 " .
>>>> and eclipse cant seem to realise that scala are part of the project
>>>> too. it keeps saying that the class does not exist.
>>>> have tried everything on http://www.scala-lang.org/node/94 , but nothing helped.
>>>> anyone having the same issues?? can anyone help ???
>>>>
>>>>
>>>> using imac, jdk 1.6.18, eclipse WTP 3.5
>>>>
>>>> --
>>>> Froes
>>>>
>>>
>>
>>
>>
>> --
>> Froes
>>
>
Wed, 2010-04-07, 07:27
#5
Re: Fwd: eclipse plugin
Le 07/04/2010 07:50, Marcelo Fróes a écrit :
> Actually, yes.
> i am having the parsing errors.
> i am using the WTP eclipse, as i said, not the empty one even without
> the java parser.
> have trying installing all the versions. the offline, the update site,
> the nightly...
> so i have decided just to put some highlighting for it that i have
> made and totally uninstall anything scala.
> my eclipse has stopped that freezing of every half an hour, i can use
> it normally again.
> as i use ant, i compile from the command line and can use the scala.
> maybe someday when i have nothing to do, i`ll download the source code
> and see whats wrong with it,
> had to do it for LUA once, not pretty.
>
> just hope that some day it will work just as the XML, C++ ..... add ons
>
Really, the nightly plugin works quite well. But I do remember that
activating the JDT Weaving was hard for me. Every time I tried to
activate it in "Preferences → JDT Weaving", in fact it wasn't really
activated (after a reboot, the checkbox was unchecked again).
At the end, I had to activate it manually, as explained here:
http://wiki.eclipse.org/JDT_weaving_features#Turning_on_JDT_Weaving_manu...
Hope it helps,
Wed, 2010-04-07, 07:37
#6
Re: Fwd: eclipse plugin
hummm
that could be it then francois. i`ll try to see whats going on
On Wed, Apr 7, 2010 at 4:18 PM, Francois Armand wrote:
> Le 07/04/2010 07:50, Marcelo Fróes a écrit :
>>
>> Actually, yes.
>> i am having the parsing errors.
>> i am using the WTP eclipse, as i said, not the empty one even without
>> the java parser.
>> have trying installing all the versions. the offline, the update site,
>> the nightly...
>> so i have decided just to put some highlighting for it that i have
>> made and totally uninstall anything scala.
>> my eclipse has stopped that freezing of every half an hour, i can use
>> it normally again.
>> as i use ant, i compile from the command line and can use the scala.
>> maybe someday when i have nothing to do, i`ll download the source code
>> and see whats wrong with it,
>> had to do it for LUA once, not pretty.
>>
>> just hope that some day it will work just as the XML, C++ ..... add ons
>>
>
>
> Really, the nightly plugin works quite well. But I do remember that
> activating the JDT Weaving was hard for me. Every time I tried to activate
> it in "Preferences → JDT Weaving", in fact it wasn't really activated (after
> a reboot, the checkbox was unchecked again).
>
> At the end, I had to activate it manually, as explained here:
> http://wiki.eclipse.org/JDT_weaving_features#Turning_on_JDT_Weaving_manu...
>
> Hope it helps,
>
> --
> Francois Armand
> http://fanf42.blogspot.com
>
There are significant differences between 2.7 plugin at
[http://www.scala-lang.org/scala-eclipse-plugin] and the nightly
plugin for 2.8 at
[http://www.scala-lang.org/scala-eclipse-plugin-nightly].
The 2.8 release is due within a few weeks, and the nightly plugin will
then become the new standard version. You might like to try that
version instead and see if it works for you - that will put you on the
main line post-2.8. Be aware, however, that the nightly version has
its own issues; some builds work better than others.
-Ben
On Wed, Apr 7, 2010 at 12:11 PM, Marcelo Fróes wrote:
> Hi,
> i am trying to use the scala plugin with eclipse, because i am really
> used to eclipse by now, and have been trying to make some projects
> using scala and java.
> I am having some issues, because my eclipse, everytime i restart the
> IDE, open a scala, it gives me an error, when i click more info, only
> says " -1 " .
> and eclipse cant seem to realise that scala are part of the project
> too. it keeps saying that the class does not exist.
> have tried everything on http://www.scala-lang.org/node/94 , but nothing helped.
> anyone having the same issues?? can anyone help ???
>
>
> using imac, jdk 1.6.18, eclipse WTP 3.5
>
> --
> Froes
>