Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] New problems installing Papyrus with Oomph

Hi, Ernesto,

Sorry for the delayed response.  I'm just now back from a few weeks of vacation.

It seems that the FindBugs update site at the University of Maryland has gone off-line and the only way to install that plug-in now is by downloading a ZIP archive from their SourceForge page.  That isn't so easy to integrate into an Oomph setup, so I have removed the FindBugs feature from the Papyrus setup model.

Installation should now work again using the latest Oomph installer.  I don't get any problem with the EclEmma feature ...

The question mark decorations on some of the P2 Director requirements are just indications that these features are optional; if they can't be installed for some reason, then the setup should just proceed without them.  The problem in the FindBugs case was that the repository was not available at all, which resulted in Oomph failing to complete any install.

Cheers,

Christian


On Aug 8, 2014, at 4:14 PM, Ernesto Posse <eposse@xxxxxxxxxxxxx> wrote:

Hi. I think there is a problem with the papyrus.setup model for Oomph. The installer fails when attempting to install Papyrus>Extras>UML-RT.

What I try to do is the following:

1) Download the latest version of the Oomph installer
2) remove ~/.p2 and ~/.eclipse to ensure I have a clean slate
3) Run Oomph
4) Select Eclipse Standard/SDK and accept the defaults
5) Select Papyrus>Extras>UML-RT
6) Set the variables
7) Start the bootstrap

Then it fails (see the beginning of the exception attached; the full exception is *very* long). 

The exception always occurs after the line

[14:44:45] Downloading org.eclipse.epp.package.standard.feature


This problem does not occur if I don't select the UML-RT component, so the problem must be there. The strange thing is that yesterday it worked just fine. Has there been an update there? How can this be fixed?

Thanks



On Tue, Jul 29, 2014 at 12:21 PM, Christian W. Damus <give.a.damus@xxxxxxxxx> wrote:

Hi, Team,

The Eclipse Oomph Installer now provides a set-up model for Papyrus, making it easier than ever to get a complete Eclipse workbench up and running for development on the Papyrus source code.  Just download the Oomph Installer [1] and follow the simple wizard to create your IDE and import the Papyrus source projects that you want to work on.

Pick any product you like on the first page, but be sure it's the Luna release of that product.  On the second page, expand Eclipse.org / Papyrus to see the various components that you can import to work on.  Pick any combination of the leaf-level sub-(sub-)projects, even all of them if you like.  In the third page where you specify variables such as install location, workspace location, git clone, etc. be sure to choose "Luna" for the Target Platform.  This ensures that you will be set up to work on Papyrus Luna (SR1), which is the only development stream currently supported by the setup model (until Mars development gets under way).

Contributing your changes is easy because Oomph will clone the Papyrus Git repository for you and configure Gerrit push.

Amongst possibly other details, the setup model configures:

  • your IDE with all of the tools needed to edit and build the source projects you choose
  • your workspace with a Git clone and the source projects imported from it that you choose
  • a PDE target that includes all of the dependencies required by Papyrus plus the latest nightly build of Papyrus, itself, so that you can import only a subset of the (many) source projects but still run the complete Papyrus toolset in a run-time workbench
  • Mylyn queries for current open bugs and enhancements in the Papyrus bugzilla database
  • Mylyn queries for the status of the latest Papyrus automated builds, including tests
  • Mylyn queries for open Gerrit reviews
  • preferences enforcing the Papyrus standard compiler and code formatter/template settings

So, try it out!  And raise bugs if you see any problems in the setup configuration.

Thanks,

Christian


<Pasted Graphic.tiff>
<Pasted Graphic 1.tiff>

_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev



--
Ernesto Posse

<partial-exception.txt>_______________________________________________
mdt-papyrus.dev mailing list
mdt-papyrus.dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev


Back to the top