Instructions for Reverting to Beta 9

211 views
Skip to first unread message

Glenview Jeff

unread,
Sep 18, 2011, 2:55:42 PM9/18/11
to scala-i...@googlegroups.com
I am no longer able to build for Android.  I've submitted a bug report with all of the problems, but in the meantime, would someone point me to how I revert to beta 9 (releases-28 branch) if possible?

Mirco Dotta

unread,
Sep 19, 2011, 5:06:40 AM9/19/11
to scala-i...@googlegroups.com
Hi Jeff, it should be possible to revert to a previous version you have installed by (1) unistalling the current plugin version (Eclipse -> About -> Installation Details -> Installed Software) and then (2) re-installing a previous version from using the "Installation History" (Eclipse -> About -> Installation Details -> Installed History).

Could you point me to the ticket(s) you opened?

-- Mirco

Glenview Jeff

unread,
Sep 19, 2011, 11:06:25 AM9/19/11
to scala-i...@googlegroups.com
Hi Mirco, thanks very much for the instructions!  Unfortunately, attempting to revert this way resulted in the following error:

An error occurred while collecting items to be installed
session context was:(profile=epp.package.modeling, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.android.ide.eclipse.adt,9.0.0.v201101191456-93220
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.adt,9.0.0.v201101191456-93220
No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,9.0.0.v201101191456-93220
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,9.0.0.v201101191456-93220
No repository found containing: osgi.bundle,com.android.ide.eclipse.hierarchyviewer,9.0.0.v201101191456-93220
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.hierarchyviewer,9.0.0.v201101191456-93220
No repository found containing: osgi.bundle,org.aspectj.runtime,1.6.12.20110613132200
No repository found containing: osgi.bundle,org.aspectj.weaver,1.6.12.20110613132200
No repository found containing: osgi.bundle,org.eclipse.contribution.weaving.jdt,2.1.3.e36x-20110622-1300
No repository found containing: osgi.bundle,org.scala-ide.scala.compiler,2.9.0.1
No repository found containing: osgi.bundle,org.scala-ide.scala.library,2.9.0.1
No repository found containing: osgi.bundle,org.scala-ide.sdt.aspects,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: osgi.bundle,org.scala-ide.sdt.aspects.source,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: osgi.bundle,org.scala-ide.sdt.core,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: osgi.bundle,org.scala-ide.sdt.core.source,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: org.eclipse.update.feature,org.scala-ide.sdt.feature,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: org.eclipse.update.feature,org.scala-ide.sdt.source.feature,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: org.eclipse.update.feature,org.scala-ide.sdt.weaving.feature,2.0.0.beta08-29-201107121555-7d78460
No repository found containing: osgi.bundle,org.scala-refactoring.library,0.3.0.201107112345
No repository found containing: osgi.bundle,scalariform,0.1.0.201107112352

Mirco Dotta

unread,
Sep 19, 2011, 11:23:30 AM9/19/11
to scala-i...@googlegroups.com
Ouch. I've never seen this and the process I suggested worked for me in the past.

Try to google for it and see if you can find a way to make it work.

On a side note, if it's not going to take you too much time, maybe download a fresh Eclipse
and install the latest Scala IDE plugin and see if you get the same issue reported in the ticket.

What you could also do is `git clone` the Scala IDE repository, checkout the tag for beta09 and
build the ide yourself. Then you could use the local update site created while building the ide
and use it to install the Scala IDE in Eclipse. I know, less than optimal, but it would allow you
to be able to do Android development in Eclipse. If you decide to go through this path, read the
following:

http://scala-ide-portfolio.assembla.com/wiki/show/scala-ide/Building_headless

just make sure to checkout the tag for beta08 (not wip_experiment).

If you need help or have questions, don't hesitate.

-- Mirco

Viktor Hedefalk

unread,
Sep 19, 2011, 11:49:20 AM9/19/11
to scala-i...@googlegroups.com
It doesn't look like there are any old versions saved on the update
site, or maybe I'm missing something:

http://download.scala-ide.org/releases-29/2.0.0-beta/

I think I asked for something similar before:
https://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000333-save-versions-of-plugin-on-update-site-

and I got some help here:
https://groups.google.com/forum/#!topic/scala-ide-user/leRMulgUg5w

This was for the nightlies though, but maybe you can find a nightly
that matches your beta release here:
http://download.scala-ide.org/builds/nightly-wip-experiment-2.9.1.final/

Cheers,
Viktor

Mirco Dotta

unread,
Sep 19, 2011, 11:53:36 AM9/19/11
to scala-i...@googlegroups.com
This was for the nightlies though, but maybe you can find a nightly
that matches your beta release here:
http://download.scala-ide.org/builds/nightly-wip-experiment-2.9.1.final/

Nice! I didn't know that :)

-- Mirco

Glenview Jeff

unread,
Sep 19, 2011, 1:38:46 PM9/19/11
to scala-i...@googlegroups.com
Mirco, I just tried a fresh install of Eclipse+latest beta Scala IDE (release 28, 2.0 beta from http://download.scala-ide.org/releases-28/2.0.0-beta), and TreeShaker.  I created a fresh workspace and a fresh Android project and pasted only the AndroidManifest.xml file and the existing source (copied no old project config files or old workspace files.)

The INSTALL_FAILED_DEXOPT/LinearAlloc exceeded capacity error persisted.

Mirco Dotta

unread,
Sep 19, 2011, 2:01:28 PM9/19/11
to scala-i...@googlegroups.com
Ok. I've never done any Android development, but I can try to take a look and see if I can figure it out.

Can you share (GitHub?) the simple project you just created. Also, make sure to include a build file
(sbt or maven) so that I can retrieve any needed dependency.

Glenview Jeff

unread,
Sep 19, 2011, 2:41:28 PM9/19/11
to scala-i...@googlegroups.com
I can't figure out which, if any, of these builds would correspond to the beta9 with 2.8 Scala release (Scala IDE for Eclipse    2.0.0.beta09-28-201107201645-529111d)

Thanks so much guys!

Jeff


Mirco Dotta

unread,
Sep 19, 2011, 3:05:34 PM9/19/11
to scala-i...@googlegroups.com
Beta9 was released the 21th of July. Try this one

http://download.scala-ide.org/builds/nightly-wip-experiment-2.8.2-SNAPSHOT/build-20110720-150750/org.scala-ide.sdt.update-site/

Should be very similar to beta09-28 release.

-- Mirco

iulian dragos

unread,
Sep 20, 2011, 8:51:26 AM9/20/11
to scala-i...@googlegroups.com

I fixed this ticket, so you can also try a nightly from tomorrow on.

thanks,
iulian


>
> Jeff
>
>
>

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

Reply all
Reply to author
Forward
0 new messages