I tried out a four different configurations of Eclipse with Helium nightly-update-master-2.9.2-SNAPSHOT (updated within the last hour), after running 'sbt eclipse' with sbt 0.11.2 and sbteclipse-plugin 2.0.0. The Java code I tested with is here.
eclipse-jee-helios-SR2-win32-x86_64 with Java 1.7.0-b147 64 bit
bad option: -P:continuations:enable AkkaFutures Unknown Scala Problem
Duplicate methods named andThen with the parameters (Function1) and (Function1<BoxedUnit,C>) are defined by the type japi.CallbackBridge<Either<Throwable,ArrayList<String>>>
eclipse-jee-indigo-SR2-win32-x86_64 with Java 1.7.0-b147 64 bit
Duplicate methods named andThen with the parameters (Function1) and (Function1<BoxedUnit,C>) are defined by the type japi.CallbackBridge<Either<Throwable,ArrayList<String>>>
eclipse-jee-indigo-SR2-win32 with jdk1.6.0_31 32 bit
Error when installing Scala IDE plugin:An error occurred while collecting items to be installedsession context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).Problems downloading artifact: osgi.bundle,org.aspectj.weaver,1.6.12.20110613132200.MD5 hash is not as expected. Expected: b908d6587f9adba4e9fc9c0d3ca037de and found 6e4d47fd80830794d68aeee4092e0541.
eclipse-jee-helios-SR2-win32 with jdk1.6.0_31 32 bit
bad option: -P:continuations:enable AkkaFutures Unknown Scala Problem
Duplicate methods named andThen with the parameters (Function1) and (Function1<BoxedUnit,C>) are defined by the type japi.CallbackBridge<Either<Throwable,ArrayList<String>>>
Mike
Regards,
Roland
PS: did you also try with a pure Java project and akka RC3?
It's probably faster if you start from 0.
Cheers,
V
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/0LrxZdZBQ_IJ.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/Fnsni-MNF4sJ.
Why are you using "latest-integration" as akka version??
--
I'd strongly recommend sticking with official releases, as I don't fancy wasting my time not knowing which artifact you're actually using.
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
"com.typesafe.akka" % "akka-actor" % "2.0-RC3"
withSources(),
Problems went away. I will now go stand in the corner ;)
Mike
Regards,
Roland Kuhn
Typesafe — The software stack for applications that scale
twitter: @rolandkuhn
Great to hear that it's solved, thanks for testing! Now, if anybody else finds something wrong with RC3, speak now (at least very soon) or forever hold your peace!
Regards,
Roland Kuhn
Typesafe — The software stack for applications that scale
twitter: @rolandkuhn
On 28 feb 2012, at 21:18, Mike Slinn <msl...@gmail.com> wrote:
> Now using:
>
> "com.typesafe.akka" % "akka-actor" % "2.0-RC3" withSources(),
>
> Problems went away. I will now go stand in the corner ;)
>
> Mike
>
> --
> You received this message because you are subscribed to the Google Groups "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
On Tue, Feb 28, 2012 at 9:29 PM, Roland Kuhn <goo...@rkuhn.info> wrote:Great to hear that it's solved, thanks for testing! Now, if anybody else finds something wrong with RC3, speak now (at least very soon) or forever hold your peace!Yeah, SHIP or SKIP!
deprecation=true
#P=continuations\:enable
scala.compiler.useProjectSettings=true
There are a lot of changes to examine. I'm sure more exist.
What would you do without me to tell you all these things? :)
I also discovered that even though I set the Eclipse encoding to UTF-8, it requires => and not ⇒ otherwise this error: "'=>' expected but '}' found".
I got bored in the corner and came out to play again.
- My Java code with Filter is broken now because of the changes in RC3. The ScalaDoc basically says now "Don't use Filter". So why even have the Filter class? It is true that there are better ways of filtering. Please tell me that I should just delete all my filter examples and the accompanying discussion and I will be happy.
- Display compiler complains a lot for nothing
- OnComplete, OnSuccess and OnFailure no longer need @SuppressWarnings("unchecked")
- ExecutionContext.reportFailure() no longer needs @SuppressWarnings("unused")
- Still get complaints about "bad option: -P:continuations:enable��� AkkaFutures��� ��� Unknown��� Scala Problem". presumably I should remove that line from build.sbt. When I tried to remove that line from build.sbt, and compiled using sbt, I got: "this code must be compiled with the Scala continuations plugin enabled". I commented out the line in .settings/org.scala-ide.sdt.core.prefs but then my flow() test code never completed, although it compiled and ran:
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To view this discussion on the web visit https://groups.google.com/d/msg/akka-user/-/HSH9OxB9G2sJ.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Unfortunately it is on the path.
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Mike
This same program runs fine under SBT and IDEA. Something about the new Eclipse setup is still messed up.
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+unsubscribe@googlegroups.com.
I'll use IDEA and SBT instead. I cannot afford to spend any more time on
these problems.
Mike
Yesterday I installed 4 new copies of Eclipse fresh on one machine, along with updated Java versions, which is what I reported on yesterday. Today I worked on another machine with identical results, again with fresh installs. Eclipse is not broken, it works fine. There are, however, problems with the Scala plugin.
I'll use IDEA and SBT instead. I cannot afford to spend any more time on these problems.
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Mike
I reported on that extensively yesterday. I worked through a good portion of the support matrix.
Mike
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.
Mike