Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] Using one of papyrus's views in another eclipse tool

Hello Camille,

Just a message to thank you for your help. I have now a working
development environment.

Regards,
Raphaël


2014-02-18 3:55 GMT-05:00 LETAVERNIER Camille <Camille.LETAVERNIER@xxxxxx>:
> Hi Raphaël,
>
>
> You should have all plug-ins from the "plugins/" folder, except the ones from "plugins/developer/".
>
> If you have a proper installation, 95% of the plug-ins should compile without errors. Then, you can send the list of plug-ins which don't compile and I can tell you whether they are required (Some of them are excluded from the build and are not properly maintained)
>
> By the way, you may need to install the latest Papyrus SR2 builds, from the nightly update site, as the branch streams/0.10-maintenance is for Kepler SR2 (Which is not released yet).
>
> So you may need to update Papyrus from this update site:
>
> http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/kepler
>
>
> Regards,
> Camille
> __________________________
> Camille Letavernier
> +33 (0)1 69 08 00 59 - camille.letavernier@xxxxxx
> CEA LIST - Laboratoire d'Ingénierie dirigée par les modèles pour les Systèmes Embarqués (LISE)
> Papyrus : http://www.eclipse.org/papyrus
>
>
> -----Message d'origine-----
> De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Raphaël Beamonte
> Envoyé : lundi 17 février 2014 22:01
> À : Papyrus Project list
> Objet : Re: [mdt-papyrus.dev] Using one of papyrus's views in another eclipse tool
>
> Hello Camille,
>
> Thanks for your reply.
>
> I changed to the git branch streams/0.10-maintenance as I'm using Kepler, and I also installed Papyrus using the "Install new modeling component" menu of eclipse modeling, but still have errors in the different packages.
>
> Could you perhaps tell me what are the packages I have to load to have a minimal working development version of papyrus ? Should I load all the packages that are in the "plugins" directory ? features ? Others ?
>
> Thank you very much,
> Raphaël
>
>
> 2014-02-14 7:01 GMT-05:00 LETAVERNIER Camille <Camille.LETAVERNIER@xxxxxx>:
>> Hi Raphaël,
>>
>>
>>
>>
>>
>> If you want to manipulate/compile all Papyrus plug-ins in your Eclipse
>> environment, you need to increase the memory available for the Java
>> VM. I typically use the following settings for development:
>>
>>
>>
>> --launcher.XXMaxPermSize
>>
>> 512M
>>
>> --launcher.appendVmargs
>>
>> -vmargs
>>
>> -Dosgi.requiredJavaVersion=1.6
>>
>> -Xms40m
>>
>> -Xmx1024m
>>
>>
>>
>> (Default is 256 for PermSize and 512 for heap space)
>>
>>
>>
>> To avoid most compile errors, the easiest solution is to install
>> Papyrus in your development environment. This will guarantee that all
>> required dependencies are available. Then, the remaining errors are
>> typically caused by missing dependencies for optional plug-ins (Some
>> plug-ins in the source repository are not installed by default, which
>> means their dependencies are not installed either). These plug-ins can
>> typically be closed/removed from the workspace (This is especially the
>> case for all "developer" plug-ins)
>>
>>
>>
>>
>>
>> You also need to be aware of Papyrus compatibilities. Papyrus 0.10.x
>> (branch
>> "streams/0.10-maintenance") is compatible with Eclipse Kepler (4.3.x),
>> while Papyrus 1.0.x (branch "master") is compatible with Eclipse Luna 4.4 M5.
>>
>>
>>
>>
>>
>> Regards,
>> Camille
>>
>> __________________________
>>
>> Camille Letavernier
>>
>> +33 (0)1 69 08 00 59 - camille.letavernier@xxxxxx
>>
>> CEA LIST - Laboratoire d'Ingénierie dirigée par les modèles pour les
>> Systèmes Embarqués (LISE)
>>
>> Papyrus : http://www.eclipse.org/papyrus
>>
>>
>>
>> De : mdt-papyrus.dev-bounces@xxxxxxxxxxx
>> [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de Raphaël
>> Beamonte Envoyé : jeudi 13 février 2014 23:07 À :
>> mdt-papyrus.dev@xxxxxxxxxxx Objet : [mdt-papyrus.dev] Using one of
>> papyrus's views in another eclipse tool
>>
>>
>>
>> Hello Papyrus' folks,
>>
>> I'm currently working on using modeling to do automated performance
>> analysis with MARTE and LTTng. The first step I wanted to reach is to
>> be able to setup a developer environment for papyrus so I'll be able
>> to understand what is its structure and use its API and views in another eclipse tool's view.
>> The problem here is that when I follow the steps described in [1], I
>> end up having more than 10000 errors during the build. Moreover, there
>> is often a GC out of memory error even on a computer with 16GB of RAM
>> when I try to correct the missing dependencies.
>>
>> Would it be possible to explain me how to setup the developper
>> environment, and which packages I should import to have a working
>> version of Papyrus in which I can investigate ?
>>
>> Thanks,
>>
>> RB
>>
>> [1]: https://wiki.eclipse.org/Papyrus_Developer_Guide
>>
>>
>> _______________________________________________
>> mdt-papyrus.dev mailing list
>> mdt-papyrus.dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev
>>
> _______________________________________________
> mdt-papyrus.dev mailing list
> mdt-papyrus.dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev
> _______________________________________________
> mdt-papyrus.dev mailing list
> mdt-papyrus.dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mdt-papyrus.dev


Back to the top