joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Installation into Eclipse Juno #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Choose a Component label.

What steps will reproduce the problem?
1. Install last version of Eclipse Juno
2. Add nightly update sites of spray
3. Launch the installation of spray sdk

What is the expected output? What do you see instead?
I get the following dependancies errors:

--------------------------
Cannot complete the install because of a conflicting dependency.
  Software being installed: Spray SDK Feature 0.5.0.201204250010 (org.eclipselabs.spray.feature.sdk.feature.group 0.5.0.201204250010)
  Software currently installed: Xtext SDK 2.3.0.v201203201034 (org.eclipse.xtext.sdk.feature.group 2.3.0.v201203201034)
  Only one of the following can be installed at once: 
    Xtext UI Core 2.0.1.v201108020636 (org.eclipse.xtext.ui 2.0.1.v201108020636)
    Xtext UI Core 1.0.2.v201102150722 (org.eclipse.xtext.ui 1.0.2.v201102150722)
    Xtext UI Core 2.1.1.v201111141332 (org.eclipse.xtext.ui 2.1.1.v201111141332)
    Xtext UI Core 2.3.0.v201203201034 (org.eclipse.xtext.ui 2.3.0.v201203201034)
    Xtext UI Core 2.2.1.v201112130541 (org.eclipse.xtext.ui 2.2.1.v201112130541)
  Cannot satisfy dependency:
    From: Xtext SDK 2.3.0.v201203201034 (org.eclipse.xtext.sdk.feature.group 2.3.0.v201203201034)
    To: org.eclipse.xtext.ui.feature.group [2.3.0.v201203201034]
  Cannot satisfy dependency:
    From: Xtext UI 2.3.0.v201203201034 (org.eclipse.xtext.ui.feature.group 2.3.0.v201203201034)
    To: org.eclipse.xtext.ui [2.3.0.v201203201034]
  Cannot satisfy dependency:
    From: Spray SDK Feature 0.5.0.201204250010 (org.eclipselabs.spray.feature.sdk.feature.group 0.5.0.201204250010)
    To: org.eclipselabs.spray.xtext.tests [0.5.0.201204250010]
  Cannot satisfy dependency:
    From: Spray Example "One" - Language Tests 0.5.0.201204250010 (org.eclipselabs.spray.xtext.tests 0.5.0.201204250010)
    To: bundle org.eclipselabs.spray.xtext.ui 0.5.0
  Cannot satisfy dependency:
    From: Spray Language UI 0.5.0.201204250010 (org.eclipselabs.spray.xtext.ui 0.5.0.201204250010)
    To: bundle org.eclipse.xtext.ui [2.2.0,2.3.0)
--------------------------

What version of the product are you using? On what operating system?

Last nightly build / Updated eclipse juno / Ubuntu 12.04 (64 bits)

Please provide any additional information below.

Original issue reported on code.google.com by ellde...@gmail.com on 27 Apr 2012 at 2:54

GoogleCodeExporter commented 9 years ago
Xtext based language are very closely coupled to a specific Xtext version. 
Spray is built against Xtext 2.2.1, which is the latest official release. It is 
strongly required that this version of Xtext is used, and we enforce this in 
our bundle manifests. Also the user guide states that this version is required. 
Spray won't be compatible against 2.3.0.

Spray will upgrade to Xtext 2.3.0 when released.

Original comment by karsten....@googlemail.com on 30 Apr 2012 at 11:16

GoogleCodeExporter commented 9 years ago
Opened branch "eclipse_juno".

Migrated target platform. Fixed dependency issues and other compile problems.

Original comment by karsten....@googlemail.com on 3 May 2012 at 5:06

GoogleCodeExporter commented 9 years ago
Created CI Job for Juno Target Platform. Repository is available now:
https://spray.ci.cloudbees.com/job/spray-ci-targetplatform-juno/lastSuccessfulBu
ild/artifact/releng/org.eclipselabs.spray.repository/target/repository/

Original comment by karsten....@googlemail.com on 3 May 2012 at 7:16

GoogleCodeExporter commented 9 years ago
Thanks a lot !
I tried this new update site but it seems to contain only the 3rd party 
tools... Did I miss something ?

Original comment by ellde...@gmail.com on 3 May 2012 at 8:00

GoogleCodeExporter commented 9 years ago
Ok, I just figured that all builds of spray have failed...

Original comment by ellde...@gmail.com on 3 May 2012 at 8:37

GoogleCodeExporter commented 9 years ago
Work is in progress. This was just the first step.

- Built and deployed xtend-maven-plugin:2.3.0-M6 & 
org.eclipse.xtend:org.eclipse.xtend.standalone:2.3.0-M6 to Fornax repo.
- fixed dependencies to Maven plugin
- fixing tests
- fixed compilation problem

Original comment by karsten....@googlemail.com on 3 May 2012 at 11:23

GoogleCodeExporter commented 9 years ago
First build running. Update site:
https://spray.ci.cloudbees.com/job/spray-assembly-build-juno/lastSuccessfulBuild
/artifact/releng/org.eclipselabs.spray.updatesite/target/repository

Original comment by karsten....@googlemail.com on 4 May 2012 at 4:24

GoogleCodeExporter commented 9 years ago
Juno branch is now master and primary build:
https://spray.ci.cloudbees.com/job/spray-assembly-build-juno/lastSuccessfulBuild
/artifact/releng/org.eclipselabs.spray.updatesite/target/repository

Original comment by karsten....@googlemail.com on 13 Aug 2012 at 8:38

GoogleCodeExporter commented 9 years ago
the installation of the Juno version works now (tested with Eclipse Classic 4.2 
I20120608-1400 64bit under Windows 7 64bit):
3rd:     
https://spray.ci.cloudbees.com/job/spray-ci-targetplatform/lastSuccessfulBuild/a
rtifact/releng/org.eclipselabs.spray.repository/target/repository/
Spray: 
https://spray.ci.cloudbees.com/job/spray-assembly-build/54/artifact/releng/org.e
clipselabs.spray.updatesite/target/repository/

Original comment by de.abg.r...@gmail.com on 21 Aug 2012 at 11:06