Difference between revisions of "OS.bee Software Factory Installation Luna"

From OS.bee documentation
Jump to: navigation, search
(License information)
(License information)
Line 4: Line 4:
 
The OS.bee Software Factory is distributed under a '''commercial license'''.
 
The OS.bee Software Factory is distributed under a '''commercial license'''.
  
The product itself is based on the OSBP Software Factory which is an [https://projects.eclipse.org/projects/technology.osbp|Eclipse Project].
+
The product itself is based on the OSBP Software Factory which is an [https://projects.eclipse.org/projects/technology.osbp|"Eclipse Project"].
In addition, there are many other open source projects combined and the whole bunch of license used is listed [http://download.osbee.org/downloads/licenses/osbee-master-clean/osbp-used-lics.html|here].
+
In addition, there are many other open source projects combined and the whole bunch of license used is listed [http://download.osbee.org/downloads/licenses/osbee-master-clean/osbp-used-lics.html|"here"].
  
 
=== Java Version ===
 
=== Java Version ===

Revision as of 14:42, 4 August 2016

General information

License information

The OS.bee Software Factory is distributed under a commercial license.

The product itself is based on the OSBP Software Factory which is an "Eclipse Project". In addition, there are many other open source projects combined and the whole bunch of license used is listed "here".

Java Version

To be able to use the OS.bee Software Factory you need to install the right Java version.

On Windows, this is Java JDK 8 64bit Java SE Downloads.

In case you need to use several Java versions on your system, see additional information in [#InstalltheOS.Additional Information Java versions]


Eclipse Version

To be able to use the OS.bee Software Factory you need to start with the right Eclipse version. You can use this one Eclipse Luna DSL Developers SR2. Download and extract it to a place you like.

Installation of the Software Factory

Install the OS.bee Software Factory

before you start

The following change in the eclipse.ini might help to avoid timeout problems with servers that respond slowly.

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000

And it will help to give the Eclipse a little more memory:

-Xmx4096m


A resulting eclipse.ini for a Windows installation might look like:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.dsl.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000
-Xms128m
-Xmx4096m

Links to the repositories

The links to the repositpries are available on the download page.

Installation

  • Start the new Eclipse installation and select or define a workspace. Here too, it is important that each Eclipse installation is assigned its own workspace.
    Workspace1.png
  • Go to the menu bar and select Help -> Install New Software ...
  • Copy the appropriate link to the repository into Work with:
    Setup.png
  • Select the "OS.bee Software Factory", confirm the upcoming dialogues and wait for the installation to be finished.
  • confirm the "software to be installed" dialog
  • accept the terms of the license aggreement after you read them carefully and confirm the "Review licenses" dialog by pushing the "Finish" button:
    Eclipse installation agree to licenses.png
  • confirm the "Security Warning" dialog
    File:Install unsigned code warning.png
  • You will then be prompted to restart Eclipse. Please do so!

Set Targetplatform for the OS.bee Software Factory

  • Check the workspace you are using - is it the one you want to use for the further processing? If not, open the right one.
    You can add the parameter -data <path/to/workspace> to a shortcut you use to start Eclipse. This will help using the right workspace in the future. It also removes the question about the workspace on Eclipse startup.
  • Then set the targetplatform here: Menu -> Window -> Preferences -> Plug-in Development -> Target Platform
    Targetplatform.png
  • Add a new Target Definition or edit the existing entry.
    Addnewtarget.png
  • Then add content, software site.
    Addcontent.png
  • Use the same link as above for the softwaresite.
  • Select OS.bee Software Factory Targetplatform (DON'T INSTALL...)
    and uncheck the include required software checkbox.
    Addcontent2.png
  • Change in register Content and deactivate the following bundles in the resulting target definition.

    javax.annotation version 1.2
    javax.servlet version 3.1 (may not be present)


    Addcontent3.png
  • Do not forget to activate your new created target definition!
  • Restart Eclipse

    ... Finish

HEUREKA!