Skip to content

Instantly share code, notes, and snippets.

@gkossakowski
Created October 31, 2013 13:31
Show Gist options
  • Save gkossakowski/7249772 to your computer and use it in GitHub Desktop.
Save gkossakowski/7249772 to your computer and use it in GitHub Desktop.
Grzegorzs-MacBook-Pro:scala-ide grek ((ec13fb7...))$ git rev-parse HEAD
ec13fb755717ae2d4019e52f0405e3d1c0cc1c92
Grzegorzs-MacBook-Pro:scala-ide grek ((ec13fb7...))$ git diff
diff --git a/pom.xml b/pom.xml
index 856d6f4..3f8013f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<profile>
<id>scala-2.10.x</id>
<properties>
- <scala.version>2.10.3-SNAPSHOT</scala.version>
+ <scala.version>2.10.3</scala.version>
<version.suffix>2_10</version.suffix>
<repo.scala-refactoring>${repo.scala-ide.root}/scala-refactoring-210x</repo.scala-refactoring>
Grzegorzs-MacBook-Pro:scala-ide grek ((ec13fb7...))$ ./build-all.sh
Running with: mvn -Pscala-2.10.x -Peclipse-juno clean install
Building parent project in /Users/grek/scala/scala-ide
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.build 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.build ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.scala-ide.build ---
[INFO] Installing /Users/grek/scala/scala-ide/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.build/4.0.0-SNAPSHOT/org.scala-ide.build-4.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.510s
[INFO] Finished at: Thu Oct 31 14:30:42 CET 2013
[INFO] Final Memory: 3M/81M
[INFO] ------------------------------------------------------------------------
Building the toolchain
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] org.scala-ide.build-toolchain
[INFO] org.scala-ide.scala.library
[INFO] org.scala-ide.scala.compiler
[INFO] org.scala-ide.sbt.full.library
[INFO] org.scala-ide.sbt.full.library.source
[INFO] org.scala-ide.sbt.compiler.interface
[INFO] org.scala-ide.sbt.compiler.interface.source
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.build-toolchain 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.build-toolchain ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.scala-ide.build-toolchain ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.build-toolchain/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.build-toolchain/4.0.0-SNAPSHOT/org.scala-ide.build-toolchain-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.scala.library 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.scala.library ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target
[INFO]
[INFO] --- maven-dependency-plugin:2.1:unpack (unpack) @ org.scala-ide.scala.library ---
[INFO] Configured Artifact: org.scala-lang:scala-library:?:jar
[INFO] Unpacking /Users/grek/.m2/repository/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.jar to
/Users/grek/scala/scala-ide/org.scala-ide.scala.library/target
with includes library.properties and excludes:null
[INFO]
[INFO] --- properties-maven-plugin:1.1.10:read-project-properties (default) @ org.scala-ide.scala.library ---
[INFO] Loading /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target/library.properties
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.scala.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.scala.library/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.scala.library ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (copy) @ org.scala-ide.scala.library ---
[INFO] Configured Artifact: org.scala-lang:scala-library:sources:?:jar
[INFO] Configured Artifact: org.scala-lang:scala-swing:sources:?:jar
[INFO] Configured Artifact: org.scala-lang:scala-actors:sources:?:jar
[INFO] Copying scala-library-2.10.3-sources.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target/lib/scala-library-src.jar
[INFO] Copying scala-swing-2.10.3-sources.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target/lib/scala-swing-src.jar
[INFO] Copying scala-actors-2.10.3-sources.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target/lib/scala-actors-src.jar
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.scala.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.scala.library/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.scala.library ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.scala.library ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.scala.library ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.scala.library ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.scala.library/target/org.scala-ide.scala.library-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.scala.library/4.0.0-SNAPSHOT/org.scala-ide.scala.library-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.scala.library/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.scala.library/4.0.0-SNAPSHOT/org.scala-ide.scala.library-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.scala.library ---
[INFO] Installing org/scala-ide/org.scala-ide.scala.library/4.0.0-SNAPSHOT/org.scala-ide.scala.library-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.scala.compiler 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.scala.compiler ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target
[INFO]
[INFO] --- maven-dependency-plugin:2.1:unpack (unpack) @ org.scala-ide.scala.compiler ---
[INFO] Configured Artifact: org.scala-lang:scala-compiler:?:jar
[INFO] Unpacking /Users/grek/.m2/repository/org/scala-lang/scala-compiler/2.10.3/scala-compiler-2.10.3.jar to
/Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target
with includes compiler.properties and excludes:null
[INFO]
[INFO] --- properties-maven-plugin:1.1.10:read-project-properties (default) @ org.scala-ide.scala.compiler ---
[INFO] Loading /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target/compiler.properties
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.scala.compiler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.scala.compiler ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy (copy) @ org.scala-ide.scala.compiler ---
[INFO] Configured Artifact: org.scala-lang:scala-compiler:sources:?:jar
[INFO] Configured Artifact: org.scala-lang.plugins:continuations:?:jar
[INFO] Configured Artifact: org.scala-lang:scala-reflect:sources:?:jar
[INFO] Copying scala-compiler-2.10.3-sources.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target/lib/scala-compiler-src.jar
[INFO] Copying continuations-2.10.3.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target/lib/continuations.jar
[INFO] Copying scala-reflect-2.10.3-sources.jar to /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target/lib/scala-reflect-src.jar
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.scala.compiler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.scala.compiler ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.scala.compiler ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.scala.compiler ---
[WARNING] Bundle org.scala-ide:org.scala-ide.scala.compiler:bundle:4.0.0-SNAPSHOT : Did not find matching referal for !javax.script
[WARNING] Bundle org.scala-ide:org.scala-ide.scala.compiler:bundle:4.0.0-SNAPSHOT : Did not find matching referal for !javax.tools.*
[WARNING] Bundle org.scala-ide:org.scala-ide.scala.compiler:bundle:4.0.0-SNAPSHOT : Did not find matching referal for !jline.*
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.scala.compiler ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/target/org.scala-ide.scala.compiler-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.scala.compiler/4.0.0-SNAPSHOT/org.scala-ide.scala.compiler-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.scala.compiler/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.scala.compiler/4.0.0-SNAPSHOT/org.scala-ide.scala.compiler-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.scala.compiler ---
[INFO] Installing org/scala-ide/org.scala-ide.scala.compiler/4.0.0-SNAPSHOT/org.scala-ide.scala.compiler-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.sbt.full.library 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.sbt.full.library ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.sbt.full.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.sbt.full.library ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.sbt.full.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.sbt.full.library ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.sbt.full.library ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.sbt.full.library ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.sbt.full.library ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library/target/org.scala-ide.sbt.full.library-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.full.library/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.full.library/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.sbt.full.library ---
[INFO] Installing org/scala-ide/org.scala-ide.sbt.full.library/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.sbt.full.library.source 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.sbt.full.library.source ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library.source/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.sbt.full.library.source ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library.source/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.sbt.full.library.source ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.sbt.full.library.source ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library.source/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.sbt.full.library.source ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.sbt.full.library.source ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.sbt.full.library.source ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.sbt.full.library.source ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library.source/target/org.scala-ide.sbt.full.library.source-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.full.library.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library.source-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.full.library.source/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.full.library.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library.source-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.sbt.full.library.source ---
[INFO] Installing org/scala-ide/org.scala-ide.sbt.full.library.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.full.library.source-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.sbt.compiler.interface 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.sbt.compiler.interface ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.sbt.compiler.interface ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.sbt.compiler.interface ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.sbt.compiler.interface ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.sbt.compiler.interface ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.sbt.compiler.interface ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.sbt.compiler.interface ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.sbt.compiler.interface ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface/target/org.scala-ide.sbt.compiler.interface-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.compiler.interface/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.compiler.interface/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.sbt.compiler.interface ---
[INFO] Installing org/scala-ide/org.scala-ide.sbt.compiler.interface/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.scala-ide.sbt.compiler.interface.source 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] Deleting /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface.source/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface.source/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface.source/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.13:test (default-test) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface.source/target/org.scala-ide.sbt.compiler.interface.source-4.0.0-SNAPSHOT.jar to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.compiler.interface.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface.source-4.0.0-SNAPSHOT.jar
[INFO] Installing /Users/grek/scala/scala-ide/org.scala-ide.sbt.compiler.interface.source/pom.xml to /Users/grek/.m2/repository/org/scala-ide/org.scala-ide.sbt.compiler.interface.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface.source-4.0.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ org.scala-ide.sbt.compiler.interface.source ---
[INFO] Installing org/scala-ide/org.scala-ide.sbt.compiler.interface.source/4.0.0-SNAPSHOT/org.scala-ide.sbt.compiler.interface.source-4.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] org.scala-ide.build-toolchain ..................... SUCCESS [0.259s]
[INFO] org.scala-ide.scala.library ....................... SUCCESS [5.193s]
[INFO] org.scala-ide.scala.compiler ...................... SUCCESS [7.277s]
[INFO] org.scala-ide.sbt.full.library .................... SUCCESS [2.444s]
[INFO] org.scala-ide.sbt.full.library.source ............. SUCCESS [0.433s]
[INFO] org.scala-ide.sbt.compiler.interface .............. SUCCESS [0.357s]
[INFO] org.scala-ide.sbt.compiler.interface.source ....... SUCCESS [0.215s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.849s
[INFO] Finished at: Thu Oct 31 14:31:00 CET 2013
[INFO] Final Memory: 10M/123M
[INFO] ------------------------------------------------------------------------
Not running UpdateScalaIDEManifests.
Building plugins
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.scala-ide:org.scala-ide.sdt.aspects:4.0.0-SNAPSHOT @ /Users/grek/scala/scala-ide/org.scala-ide.sdt.aspects/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (0B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (128B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Adding repository http://download.eclipse.org/releases/juno
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (116B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/ (128B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/releases/juno
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201303010900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201209280900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/juno/201206270900/ (365B at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/juno/ (116B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tools/ajdt/42/update
[INFO] Adding repository http://download.eclipse.org/tools/ajdt/42/update
[INFO] Adding repository http://download.scala-ide.org/scala-refactoring-210x
[INFO] Adding repository http://download.scala-ide.org/scala-refactoring-210x
[INFO] Adding repository http://download.scala-ide.org/scalariform-210x
[INFO] Adding repository http://download.scala-ide.org/scalariform-210x
[INFO] Adding repository http://www.chuusai.com/eclipse/equinox-weaving-launcher
[INFO] Adding repository http://www.chuusai.com/eclipse/equinox-weaving-launcher
[INFO] Resolving dependencies of MavenProject: org.scala-ide:org.scala-ide.sdt.aspects:4.0.0-SNAPSHOT @ /Users/grek/scala/scala-ide/org.scala-ide.sdt.aspects/pom.xml
[INFO] Resolving class path of MavenProject: org.scala-ide:org.scala-ide.sdt.aspects:4.0.0-SNAPSHOT @ /Users/grek/scala/scala-ide/org.scala-ide.sdt.aspects/pom.xml
[INFO] Computing target platform for MavenProject: org.scala-ide:org.scala-ide.sdt.core:4.0.0-SNAPSHOT @ /Users/grek/scala/scala-ide/org.scala-ide.sdt.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.scala-ide:org.scala-ide.sdt.core:4.0.0-SNAPSHOT @ /Users/grek/scala/scala-ide/org.scala-ide.sdt.core/pom.xml
[INFO] Cannot complete the request. Generating details.
[INFO] Cannot complete the request. Generating details.
[INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86_64, org.eclipse.update.install.features=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.scala-ide.sdt.core 4.0.0.qualifier
[ERROR] Missing requirement: org.scala-refactoring.library 0.6.2.2_10-201310310612-10b8512 requires 'bundle org.scala-lang.scala-library 0.0.0' but it could not be found
[ERROR] Cannot satisfy dependency: org.scala-ide.sdt.core 4.0.0.qualifier depends on: bundle org.scala-refactoring.library 0.0.0
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.3.v_OTDT_r212_201301271217 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.scala-refactoring.library 0.6.2.2_10-201310310612-10b8512 to bundle org.scala-lang.scala-library 0.0.0.", "Unable to satisfy dependency from scalariform 0.1.5.2_10-201310310603-5c73eb0 to bundle org.scala-lang.scala-library 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.3.v_OTDT_r212_201301271217 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.scala-refactoring.library 0.6.2.2_10-201310310612-10b8512 to bundle org.scala-lang.scala-library 0.0.0.", "Unable to satisfy dependency from scalariform 0.1.5.2_10-201310310603-5c73eb0 to bundle org.scala-lang.scala-library 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.3.v_OTDT_r212_201301271217 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.scala-refactoring.library 0.6.2.2_10-201310310612-10b8512 to bundle org.scala-lang.scala-library 0.0.0.", "Unable to satisfy dependency from scalariform 0.1.5.2_10-201310310603-5c73eb0 to bundle org.scala-lang.scala-library 0.0.0.", "No solution found because the problem is unsatisfiable."]
at org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:98)
at org.eclipse.tycho.p2.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:88)
at org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:126)
at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:81)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:374)
at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:350)
at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:109)
at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:82)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
... 11 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
Grzegorzs-MacBook-Pro:scala-ide grek ((ec13fb7...))$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment