Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1(Problem with Off-line installation of Papyrus with Luna SR1)
Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1517755] Fri, 19 December 2014 18:37 Go to next message
Paul Meredith is currently offline Paul MeredithFriend
Messages: 5
Registered: December 2014
Junior Member
I get an error when I try to install Papyrus offline using the Install New Software from Local archive method. Have I got this right?

Installed the following on a Windows XP SP3 PC which is not connected to the internet:

JRE 8Update25 32-bit
eclipse-modeling-luna-SR1-win32

I then downloaded the zip file below and extracted its contents to a folder:
Papyrus-Update-1.0.1

I then ran eclipse and tried to install Papyrus from the Eclipse menus:
Eclipse->Help->Install New Software->Add Site->Add Repository (Local)

This identified the components "Papyrus UML" and "Papyrus UML SDK" versions 1.0.1.v201409170932 for installation

Upon clicking next I get various "Cannot perform operation" messages. Below is the whole message list. Am I going about this right? Do I need to log a bug report?

Thanks Paul

Cannot complete the install because one or more required items could not be found.
Software being installed: Papyrus UML SDK 1.0.1.v201409170932 (org.eclipse.papyrus.sdk.sources.feature.feature.group 1.0.1.v201409170932)
Missing requirement: Papyrus properties generation 1.0.1.v201409170932 (org.eclipse.papyrus.customization.properties.generation 1.0.1.v201409170932) requires 'bundle org.eclipse.m2m.qvt.oml 3.0.1' but it could not be found
Cannot satisfy dependency:
From: Papyrus customization 1.0.1.v201409170932 (org.eclipse.papyrus.customization.feature.feature.group 1.0.1.v201409170932)
To: org.eclipse.papyrus.customization.properties.generation [1.0.1.v201409170932]
Cannot satisfy dependency:
From: Papyrus UML 1.0.1.v201409170932 (org.eclipse.papyrus.sdk.feature.feature.group 1.0.1.v201409170932)
To: org.eclipse.papyrus.customization.feature.feature.group [1.0.1.v201409170932]
Cannot satisfy dependency:
From: Papyrus UML SDK 1.0.1.v201409170932 (org.eclipse.papyrus.sdk.sources.feature.feature.group 1.0.1.v201409170932)
To: org.eclipse.papyrus.sdk.feature.feature.group [1.0.1.v201409170932]


Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1530490 is a reply to message #1517755] Fri, 26 December 2014 23:15 Go to previous messageGo to next message
Anders Sjöström is currently offline Anders SjöströmFriend
Messages: 4
Registered: December 2014
Junior Member
Hi,

I can confirm your findings. The zip-file (Papyrus-update-1.0.x) does't contain all the dependencies that are needed to install Papyrus.

However I have not found anywhere in the documentation that offline installation is supported. Anyone else knows if it is supported to work offline?
Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1547240 is a reply to message #1530490] Mon, 05 January 2015 10:06 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi,

Papyrus doesn't provide any update site containing all dependencies, neither does it provide a RCP. You need to either install manually each dependency (I'm not sure all projects contribute a Zip update site, but most of them certainly do), or have an active internet connection to find the required dependencies.

It is also possible to install the Eclipse Modeling Project instead of Eclipse Classic, since it already includes most of the Papyrus Dependencies (Although not all of them). Papyrus Luna (1.0.x) depends on the following projects:

- EMF (Framework, Validation, Transaction), UML (Modeling)
- GEF, GMF, GMF Tooling Runtime (Modeling)
- OCL Classic (Modeling)
- OCL Examples and Editors (?)
- QVTo (?)
- XText (?)

For the last 3 components, I'm not sure whether they are included in the Eclipse Modeling IDE or not. Other dependencies may be required for some specific Papyrus Extra Components (Such as CDO).

Edit: Actually you're already installing Papyrus on top of Eclipse Modeling, and clearly, QVTo is not included by default. The QVTo zip update site can be downloaded here: https://www.eclipse.org/mmt/downloads/index.php?project=qvto

Regards,
Camille


Camille Letavernier

[Updated on: Mon, 05 January 2015 10:08]

Report message to a moderator

Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1547367 is a reply to message #1547240] Mon, 05 January 2015 11:37 Go to previous messageGo to next message
Paul Meredith is currently offline Paul MeredithFriend
Messages: 5
Registered: December 2014
Junior Member
Thanks, I'll give it a go. I work in a healthcare environment and have to do my analysis and development without an internet connection because of data security considerations.

Paul
Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1548226 is a reply to message #1547367] Mon, 05 January 2015 22:40 Go to previous messageGo to next message
Paul Meredith is currently offline Paul MeredithFriend
Messages: 5
Registered: December 2014
Junior Member
Well, I had no problem installing the QVT operational component but now the Papyrus package is saying it requires 'bundle org.eclipse.wst.xml.core 1.1.0' . This appears to be part of the WTP (Web tools platform) and I cannot find a downloadable zip file for that. The WTP project website just directs me to use the Luna update site or to download the J2EE IDE package which of course lacks the modeling components.

Any suggestions? I might start with the J2EE package and try to add all the modeling components manually.
Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1548990 is a reply to message #1548226] Tue, 06 January 2015 08:59 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi Paul,

It may be easier at some point to create an Update Site locally to install the few components you may be missing.

From an Eclipse instance in which Papyrus is already installed:

- Create a new Update Site project
- Open the site.xml with the Site Manifest Editor (Default editor)
- Create a Category and add the Features you need (The ones for which you can't find an existing update site, e.g. wst.xml_core)
- Click build all

Then, you can use this update site to install the missing dependencies in an offline Eclipse instance

Alternatively, you can choose the "org.eclipse.papyrus.sdk.feature" Feature: building all will include all the required Papyrus dependencies to the udpate site, including all Papyrus components. This creates a completely standalone update site

To create the Update Site Project, you may need the Eclipse Committers plug-ins, especially PDE. I'm not sure whether it is available in the Eclipse Modeling Project. If you can't find it, try to install Papyrus on top of the Eclipse Committers package

HTH,
Camille


Camille Letavernier
Re: Problem with Off-line installation of Papyrus 1.0.1 with Luna SR1 [message #1552794 is a reply to message #1548990] Thu, 08 January 2015 10:16 Go to previous message
Paul Meredith is currently offline Paul MeredithFriend
Messages: 5
Registered: December 2014
Junior Member
I seem to have a working solution which was to install Eclipse Modelling and Papyrus on a machine at home with internet access which had the same version of Windows and the same JRE. I have then simply copied the Eclipse file hierachy onto a USB stick and from there onto my off-line computer at work to the same place on the C; drive. It appears to be working.
Previous Topic:SysML Activity diagram with probabilities
Next Topic:Extend Papyrus Model Explorer context menue
Goto Forum:
  


Current Time: Thu Apr 25 23:43:17 GMT 2024

Powered by FUDForum. Page generated in 0.03588 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top