Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Show: Today's Messages :: Unanswered Messages :: Show Polls :: Message Navigator

1727 Search Results Found
1 Forum: Eclipse Semantic Modeling Framework (ESMF) «» Posted on: Tue, 28 November 2023 11:11 «» By: Kobkaew Opasjumruskit
Re: samm:Property is not a subclass of rdf:Property
Hi, apologies for the late response due to absences from various team members. Let me try to explain and other might also weigh in. IMO, samm:property doesn't play the same role as rdf:property. "Classes (rdfs: Class) are used to classify reso...
2 Forum: Newcomers «» Posted on: Tue, 07 November 2023 15:42 «» By: Nitin Dahyabhai
Re: Autocomplete or content assist for Spring annotation.
Your text cursor appears to be in the wrong place for proposals. Past that, it's a question for the Spring Tools. The meaning of that string is entirely up to their runtime framework.
3 Forum: Eclipse Semantic Modeling Framework (ESMF) «» Posted on: Tue, 12 September 2023 12:22 «» By: Andreas Textor
What is the relationship between ESMF and AAS?
What are ESMF, IDTA, AAS, SAMM? ESMF: The Eclipse Semantic Modeling Framework (ESMF) is a sub-project of the Eclipse Digital Twin project which is driven by the Industrial Digital Twin Association (IDTA). In the ESMF, the Semantic Aspect Meta Model (...
4 Forum: EMF «» Posted on: Sat, 24 June 2023 03:31 «» By: I S
Re: cdo_commit_infos table cleanup
Hi Eike, thanks for your reply. Could you please shed the light on why CDO needs cdo_commit_infos table or point me out to a manual I can read. I found only this one https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.emf.cdo.doc%2Fjavadoc%2Fo...
5 Forum: TMF (Xtext) «» Posted on: Fri, 02 June 2023 09:42 «» By: Simon Cockx
N-to-N code generation
The `IGenerator2` seems to assume 1-to-N code generation, that is, for one DSL file there may be any number of generated output files. This makes sense for supporting incremental builds. However, we have use cases where this relation differs, and I'm no...
6 Forum: Newcomers «» Posted on: Mon, 09 January 2023 17:01 «» By: Nitin Dahyabhai
Re: Errors in Eclipse but not Netbeans exact same project
Your Dynamic Web facet version is 2.5, meaning you are targeting Servlet 2.5. Was that your intention? You targeted runtime doesn't seem to have the APIs expected from a Servlet 2.5 container.
7 Forum: EGit / JGit «» Posted on: Thu, 22 December 2022 22:51 «» By: Thomas Wolf
Re: Behavior changed when pushing a new branch?
At least neither the behavior of that checkbox nor the "Push branch 'xxx'" behavior seems to have changed. I just discovered that I still had an age-old Eclipse with an age-old EGit around, and surprisingly it even still started: I see the exact ...
8 Forum: Newcomers «» Posted on: Sun, 31 July 2022 19:55 «» By: Momo Rosaroja
quotes and brackets: unwished auto-completion
Hi, I notice that Eclipse has an auto-completion-mechanism wish automatically adds a closing bracket when I write an opening bracket, same for quotes. This may be helpful at some times, but tends to be very annoying, because if not, I have to delete tho...
9 Forum: Sirius «» Posted on: Tue, 12 July 2022 12:58 «» By: Namea lasta
Re: How to NOT display a widget?
Ok here is my feedback: It does indeed work BUT unfortunately, the widgets seem to be made only at the moment you select the element of your model? Meaning that changing the value of the IF would not make the widget dissapear until you unselect your EMF e...
10 Forum: Papyrus «» Posted on: Fri, 01 July 2022 14:32 «» By: Carsten Pitz
Re: [C++ Code Gen] Discussion about signal deletion
Hi Yoann, thanks, I now better understand the context. I would personally prefer implementing a flow control between signal sender and signal receiver. This could be achieved by a ring buffer of signal instances. This implies signal instances are re-usa...
11 Forum: Eclipse Titan «» Posted on: Fri, 01 July 2022 08:41 «» By: Adam Knapp
Re: JSON decode error - float values
Hi Fabian, The fix was merged, i.e. you should not get the error message above, instead the JSON float value should be decoded correctly. Please note that that the accuracy of encoded float numbers is limited to 6 decimal places in Titan currently mean...
12 Forum: Eclipse Platform «» Posted on: Sat, 11 June 2022 15:09 «» By: Alex Mising name
Re: Need help pushing a bug fix to Gerrit
So, in order to submit a patch, do you use the GIT workflow now (instead of Gerrit)? Meaning I should fork in github, and raise a PR? Do I need to raise an issue in github or do we still reference bugs.eclipse.org?
13 Forum: Papyrus «» Posted on: Fri, 29 April 2022 11:24 «» By: Moussa Amrani
Scientific contribution to refer to for Papyrus and Moka
Dear all, Currently preparing a publication around the notion of animation in MDE, I wanted to refer to the work that has been done in Papyrus for the various UML modelling languages, in particular around the animator Moka. Is there a scientific publ...
14 Forum: QVT-OML «» Posted on: Mon, 25 April 2022 09:15 «» By: Christopher Gerking
Re: Disjunction and inheritance
Hi John Both disjunction and inheritance are supported by Eclipse QVTo. Did you try to implement your cases? The syntax check of the QVTo editor will tell you exactly which signatures are conforming and which not. Not necessarily super types, they ...
15 Forum: Standard Widget Toolkit (SWT) «» Posted on: Tue, 07 December 2021 02:46 «» By: Andy Maleh
Re: Mac Compatibility issues with SWT and the recent patched versions of Java 8
I agree. I ran into issues in versions succeeding JDK8 241 with SWT 4.17. Mainly, when I tried to center an image as a background for a composite, it showed up as tiled and repeated instead, which was a very odd thing. I have been meaning to report the ...
16 Forum: QVT-OML «» Posted on: Mon, 29 November 2021 15:58 «» By: Jan Crkvic
Re: QVTo disjunct operation on abstract mappings
Hi Christopher, Thank you for the explanation. By this I actually wanted to ask if the mapping rule should still be abstract or not. Meaning if modelA is abstract with subtypes (modelA1 and modelA2) and it is the source while modelB is the target...
17 Forum: Jubula «» Posted on: Thu, 28 October 2021 11:43 «» By: Daniel Mising name
Re: (how) can I use env vars in a test?
Hi Alex, i totally understand that your reply is from 2011 (and all the meaning that brings) But i would like to use environment variables too. Could you maybe mention a new URL for the new location? cheers Daniel
18 Forum: Eclipse Project for JTA «» Posted on: Wed, 13 October 2021 12:08 «» By: Michael Musgrove Hat
Re: TransactionSynchronizationRegistry.registerInterposedSynchronization() when marked for rollback
The JTA 1.1 version of the specification has improved the wording in this area. In the section with the title "Interface TransactionSynchronizationRegistry` where it describes the registerInterposedSynchronization method (at the bottom of page 46) it ...
19 Forum: Eclipse 4 «» Posted on: Fri, 01 October 2021 08:39 «» By: Guenther Mahr
Recreate workbench mit different model
I have the following problem: In our application the user can save his current settings (meaning the current state of the workbench) to an external location. This was not difficult, I could do it by overriding the saveModel() - method of the E4Applicatio...
20 Forum: Papyrus «» Posted on: Wed, 01 September 2021 11:42 «» By: Jingliu Xiong
What is the meaning of each element in the *.notation file
I checked the * .notation and found that the elements inside seemed to be generated by eclipse's gmf. I now have *.uml file, and it contains various models in uml. I want to write code to generate the *.notation file corresponding to the *.uml file. In thi...
21 Forum: Epsilon «» Posted on: Mon, 30 August 2021 11:21 «» By: Tomas Wall
Transform multiple elements in one
Hi all, I have the following scenario available in this link: https://www.eclipse.org/epsilon/live/?f32e2091 What I am trying to do is to transform the Area and Tree from the source model to a single Location in the target metamodel. So if I have ...
22 Forum: Java Development Tools (JDT) «» Posted on: Fri, 07 May 2021 12:39 «» By: Andjelko Basic
System.console() missing
Hello, I am using Eclipse v. 2020-12 (4.18.0) on Ubuntu 20.04 to teach myself Java. It works fine except that System.console() returns null, meaning that no Console is available. When I ask Ubuntu whether Java is installed (terminal query: java -ve...
23 Forum: Sirius «» Posted on: Wed, 21 April 2021 09:29 «» By: Pierre-Charles David
Re: Element Based Edge in one editor across different metamodels
Hi, The Ecore Tools modeler used here uses _unsynchronized_ elements, meaning a concrete diagram will not automatically display all the elements that exist in your model. When you create a new element (e.g. an EClass) directly from the diagram a grap...
24 Forum: Epsilon «» Posted on: Tue, 20 April 2021 01:47 «» By: Jörn Guy Süß
Re: Setting IUserInput from Workflow
Hi! I am a fair bit through working this change out and have found what seems an inconsistency. The spec states: "To abstract away from the different runtime environments and enable the user to specify user interaction statements uniformly a...
25 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Thu, 15 April 2021 09:27 «» By: joy woo
Re: What's the difference between subapp and compsite fb?
there is not document of subapps how to use, and i saw there are a lot of changes in subapp in 4diac ide 1.14, but still i haven't seen the monitor/watching funcationality. and what's the meaning of flattend ?
26 Forum: C / C++ IDE (CDT) «» Posted on: Sat, 03 April 2021 15:52 «» By: Zocsi DiGiorgio
ARM MCU
After downloading the latest Eclipse IDE for embedded C/C++ developers, I installed Build tools for Windows and decided to use Linaro toolchain for crosscompiling. When I created new project - the Blinky one, that came with this distribution of Eclipse, t...
27 Forum: Epsilon «» Posted on: Wed, 24 February 2021 13:47 «» By: John Henbergs
Xtext integration with GMF
Hi all, I am currently working on an example where I want to create an integration between XText and GMF, so that I can interact with a model both via graphical and textual editors. From what I have seen so far, the XText documentation provides some...
28 Forum: TMF (Xtext) «» Posted on: Thu, 18 February 2021 07:36 «» By: Ed Merks
Re: Xtend template error:This expression is not allowed in this context, since it doesn't cause any
Yes, I was confused by the too. One general approach I would suggest is that wherever you see an error about "no side-effect", put a 'return' keyword in front of that expression. Then at least it has a side effect, i.e., it becomes the retu...
29 Forum: Paho «» Posted on: Sat, 12 December 2020 19:59 «» By: Eclipse User
Websockets with basic auth Paho C Client
Hi all, I know the Paho C MQTT lib supports connecting to an MQTT broker using Websockets, meaning having an http(s) proxy in-between. My http proxy uses basic-auth with username and password. Does Paho C support connecting via such a proxy? I did not...
30 Forum: Epsilon «» Posted on: Fri, 11 December 2020 14:24 «» By: John Henbergs
Re: Transformation XText to Papyrus and vice versa
Hi Dimitris, Thank you for taking the time to write this article and share it with us. However, I have one question. From what I see on your example, your source model is the one containing the profile, and your target model the one you want to creat...
31 Forum: Newcomers «» Posted on: Sat, 05 December 2020 19:51 «» By: Priya Kumari
Plugin development in eclipse
I am compiling my java code on newer eclipse 2020-06 and using Java 8. There were few deprecated interfaces which i had removed and now I am getting below error : The type org.eclipse.e4.ui.workbench.IWorkbench cannot be resolved. It is indirectly refer...
32 Forum: Eclipse Platform «» Posted on: Thu, 03 December 2020 20:28 «» By: Christos Christou
How to connect OSGI with SQL server on Eclipse
I'm working on a project using OSGI framework on Eclipse and I'm currently trying to connect to a SQL server. I've followed [this][1] tutorial until the step 18. Meaning that I managed to create a `Plug-In from Existing JAR Archives` and export it. I di...
33 Forum: Orion (Archived) «» Posted on: Thu, 12 November 2020 04:59 «» By: Missing name Mising name
Installing Eclipse Orion behind Apache Web Server with SSL
I know that it is installed successfully because when I set it up to be accessed without SSL and using the IP only it works fine, meaning the user password screen comes up. But when I setup SSL and the rest, the screen is blank. I have seen a complet...
34 Forum: Capella Studio «» Posted on: Tue, 29 September 2020 10:03 «» By: Nicolas Berginiat
Understanding the code behind viewpoint creation
Hi, I followed the tutorials about VP (Viewpoint) creation and I think I understand the different steps. Links : Viewpoint Creation for Capella with Capella Studio : https://www.youtube.com/watch?v=NWCyKsPfc2Y&t=187s Creation of VP with Capell...
35 Forum: Capella General «» Posted on: Wed, 23 September 2020 21:48 «» By: Stephane LACRAMPE
Re: Property Values Management Tool - Apply automatically
I tried it and I better understand what you mean now. So the behavior you are seeing is the expected one. the PVMT add-on enables you to manage property-values dynamically, meaning that you can allocate the property and the values to only the chosen obj...
36 Forum: Eclipse Sprotty «» Posted on: Thu, 06 August 2020 13:55 «» By: Jonas Sorgalla
Integrating Sprotty-server into existing Spring application?
Hi folks, first of all thank you so much for your awesome work. I recently came accross the use case to visualize a model for the web browser and Sprotty seems to be a perfect fit. I already had nightmares of half-heartedly coded custom spaghetti java ...
37 Forum: TMF (Xtext) «» Posted on: Mon, 03 August 2020 14:52 «» By: Qiran Cong
Re: How to programmtically add EObject into Resource
I didn't mean adding new attribute for metamodel, I just want to generate the default content of the EMF model. I didn't see what's the meaning of using IDerivedStateComputer in my situation. I add the stuff by using : //Query is my emf class Query q = ...
38 Forum: Eclipse Scout «» Posted on: Mon, 03 August 2020 12:32 «» By: Luis Nothvogel
Strange Visuell Bug
Hello all, So I migrated to Scout V10 and everything worked fine more or less. But I have 1 strange bug that I cant get my head around. As soon as i log in with a "fresh" user (meaning the first Login since i rebuild the application) he alway...
39 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 06 July 2020 19:29 «» By: Alexandr Alexandr
What is the meaning of the icons in a C/C++ project
Where I can find out it? I watch to https://help.eclipse.org/2020-06/index.jsp?topic=%2Forg.eclipse.cdt.debug.application.doc%2Freference%2Fcdt_u_cproj_view.htm but there are no the corresponding ones
40 Forum: Sirius «» Posted on: Wed, 01 July 2020 12:12 «» By: Emmanuel Chebbi
Re: StateMachine - Transitions
The error is explicit: you have to provide a value for the name, condition and action attributes; I guess that those EAttributes have a lower bound of 1 in your Ecore metamodel (meaning they are mandatory). You can: Set the lower bound to 0 if those at...
41 Forum: Eclipse Titan «» Posted on: Sat, 13 June 2020 19:55 «» By: Michael Josenhans
Decoding J1939 name fails
I try to decode the J1939 name octetstring. See https://www.kvaser.com/about-can/higher-layer-protocols/j1939-introduction/, search for table 3. Byte number in CAN message Contents/Meaning 0 Identity num...
42 Forum: ServerTools (WTP) «» Posted on: Fri, 05 June 2020 18:13 «» By: Pies Julius
Re: How do I permanently disable smart insert, for all file types, forever?
Would like to add that just noticed the broken caret in case of normal insert mode, for that you will need to: 1. Find "private Caret createRawInsertModeCaret" in the same "AbstractTextEditor.java" file 2. Comment out everything excep...
43 Forum: Oomph «» Posted on: Fri, 27 March 2020 09:21 «» By: Keith Ralphs
Re: Unexpected Variable Filter behaviour
Hi Ed, I have two other variable setupTasks (which I left out for simplicity) that provide the values for dawnbranch and gdabranch when gdabranchindex = 0 so (my understanding is that) these two variables should always be defined, hence other tasks can ...
44 Forum: Papyrus «» Posted on: Thu, 26 March 2020 09:12 «» By: Carsten Pitz
:-) two IMHO funny co-incidences
chatting with a swedish friend on modeling tooling we came around the two co-incidences. Moka is based on fUML "Moka". It is synonym to "Fiba". Both Finnish. Meaning an error/failure. "fUML" in German reads "Fumm...
45 Forum: Eclipse 4 «» Posted on: Wed, 25 March 2020 15:27 «» By: Gerhard Kreuzer
IDs for placeholders and parts
Hi there, somewhere in the Javadoc I found a note, that placeholders and their referenced parts by convention have the same ID. I followed this advice and had no problems with it (sticking at Eclipse Photon, due to internal restrictions). Now I tried a ...
46 Forum: Eclipse Titan «» Posted on: Tue, 24 March 2020 12:05 «» By: Elemer Lelik
Eclipse Titan product structure part 1
Dear all, while collecting information for the SCTP posts it dawned on me that SCTP is represented also in Titan product categories that have been little (or at all) talked about; so I will take the opportunity and go through the existence and reason of...
47 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Fri, 13 March 2020 08:34 «» By: Jose Maria Jesus Cabral Lassalle
Re: about log level suggestion
The good thing about setting at compilation time is that you get a smaller and faster code. The levels of logging are build upon each other, meaning that if you compile with INFO you'll also get ERROR. In my opinion INFO level gives the right amount of...
48 Forum: Eclipse Platform «» Posted on: Sat, 01 February 2020 02:03 «» By: Eclipse User
Re: Bug? Unused field warning disappears when annotations used.
I'll assume this is a Hibernate @Type annotation? The following is speculation on my part. This annotation is marked as having RUNTIME retention, meaning that it is written out to the class file and available for querying using reflection at runtime. As...
49 Forum: TMF (Xtext) «» Posted on: Fri, 31 January 2020 12:52 «» By: Rob K
Documentation generation based on grammar
Hi, I'm trying to generate documentation based on my .Xtext grammar. My example Types.xtext file, located in types/src, has the following line: Range: min = (NUMER|DECIMAL) ',' max = (NUMBER|DECIMAL) This generates the Range.java file in ty...
50 Forum: C / C++ IDE (CDT) «» Posted on: Sat, 14 December 2019 14:34 «» By: Helen Keller
Looking for description of CDT "Project Explorer " icons
Here is what Mrs Google said after asked " Eclipse CDT icons" This is a reference with no relations to icons . https://www.eclipse.org/documentation/ And this , but it is all about "git" https://theprogrammersfirst.blogs...
51 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 03 December 2019 23:33 «» By: David Vavra
Re: eclipse script runing problem
The script should be run by make. Put it somewhere and run in a terminal window. make -f component.mk Be aware that it requires at least COMPONENT_PATH to be defined. Apparently to the base directory containing the .crt and .key files. You could i...
52 Forum: Rich Client Platform (RCP) «» Posted on: Tue, 03 December 2019 12:23 «» By: Mihnea-Costache Marin
Integrating QT with Eclipse
Hello, I have an Eclipse plugin and a QT app. Would it be possible to integrate inside the plugin? Meaning, the plugin can send/receive info from the app and vice-versa. Thank you!
53 Forum: Newcomers «» Posted on: Tue, 26 November 2019 10:19 «» By: nimo mayr
Re: maven dependency colored green and blue
yes, packages are either colored green or blue. I dont know the meaning. Normally, I expect that something like this is described in the documentation. But I cannot find this in https://www.eclipse.org/m2e/documentation/m2e-documentation.html.
54 Forum: TMF (Xtext) «» Posted on: Thu, 14 November 2019 18:27 «» By: Savas Parastatidis
Pointers request for string-based microformat in DSL
Hi all, I am new to xtext. I am looking for pointers to information about how to break down strings in my DSL within some context. I searched the Web but the closest I found was the templates-related grammar in Xtend. Unfortunately, I am trying to achie...
55 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Thu, 26 September 2019 07:53 «» By: cyt tpl
Re: About FreeRTOS
My linker file includes .preinit_array : { PROVIDE_HIDDEN (__preinit_array_start = .); KEEP (*(.preinit_array*)) PROVIDE_HIDDEN (__preinit_array_end = .); } >FLASH .init_array : { PROVIDE_HIDDEN (__init_array_start ...
56 Forum: TMF (Xtext) «» Posted on: Sat, 14 September 2019 19:29 «» By: Matthew T. Adams
Re: Use *completely external* EMF model?
Since my xcore project is working fine, I think you're talking about the consuming project, which would be my core xtext project (the one containing my .xtext & .mwe2 file). If that's correct, I'm taking it that you mean to reference the xcore proje...
57 Forum: Newcomers «» Posted on: Mon, 19 August 2019 13:44 «» By: Nitin Dahyabhai
Re: Raspbian Install Problem
Eclipse is using your native UI controls, meaning it has to interact with the native code where those are implemented, so that part of it does vary by platform and architecture. It's why 64-bit Eclipse requires a 64-bit Java runtime and 32-bit Eclipse requ...
58 Forum: C / C++ IDE (CDT) «» Posted on: Fri, 16 August 2019 18:47 «» By: N247S -
Re: Indexer and Arduino headers
I am using a "MKR-ZERO" (which is also included in the "Arduino SAMD Boards (32-bits ARM Cortex-M0+)" package) and experiancing the same problem. I tried to solve the problem by creating a dummy project with the source files as linked r...
59 Forum: TMF (Xtext) «» Posted on: Mon, 05 August 2019 20:18 «» By: Brandon Lewis
Re: dangling reference to a derived object
I can also add, the my ScopProvider is accessing my Singleton, getting all the ConnectionBundles stored in it and providing the scope for these ConnectionBundleRefs "properly" - meaning when I Ctrl+Space in my editor, I see a list of sensible Con...
60 Forum: C / C++ IDE (CDT) «» Posted on: Thu, 18 July 2019 09:16 «» By: Kyren Leah
SDL2 additional librarys cause undefined references
Hello! I'm somewhat new to working with an IDE, but I've tried to follow what online resources I found in setting up Eclipse with SDL2, but I've hit a roadblock. The basic SDL2 library includes and executes my test program just fine. I'm running with Mi...
61 Forum: Newcomers «» Posted on: Tue, 16 July 2019 18:02 «» By: Nitin Dahyabhai
Re: Eclipse startup performance - very bad
I was actually meaning the eclipse-platform downloads that are further down on the same download pages, but the results of the SDK downloads are still useful.
62 Forum: Oomph «» Posted on: Thu, 13 June 2019 22:17 «» By: Michael Angstadt
Character escaping issue
While installing Eclipse, a "Certificates" dialog appeared which prompted me to accept the shown certificates. The comma character in the certificate name is prefixed with a backslash. Do commas have a special meaning in the certificate file? ...
63 Forum: TMF (Xtext) «» Posted on: Wed, 05 June 2019 11:05 «» By: Kai S.
Mapping DSL referencing existing Ecore Elements
Hello everyone, I am completely new to Xtext and would like to write a DSL to create a mapping between codestructures and model elements based on an Ecore meta model. Here an example of what I want to do: Let's say we have a simple Ecore meta model d...
64 Forum: Eclipse Titan «» Posted on: Fri, 29 March 2019 09:44 «» By: Elemer Lelik
Re: RAW Encoder and Decoder
Hi le tian, If everything is in place (meaning that both sides are using exactly the same structures and exactly the same rules for encoding-decoding) the RAW decoder should correctly interpret the missing optional field as omit. Best regards...
65 Forum: Newcomers «» Posted on: Fri, 22 March 2019 05:31 «» By: steven Irrgang
Re: swt problems
Ok, so one problem was that I didn't actually have any mechanism for displaying a GUI set up at all. I ran into a whole lot more problems trying to set that up. Then I started fresh with the most recent (admittedly too recent according to the supported env...
66 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Tue, 12 March 2019 11:36 «» By: Johannes Faltermeier
Re: [EMFStore] Performance Measure
Hi, please consider that EMFStore is in maintenance mode, meaning that there is no active feature development (see https://www.eclipse.org/emfstore/). If you start a new project and consider to use EMFStore please note that we might declare EMFStore e...
67 Forum: OCL «» Posted on: Thu, 28 February 2019 17:56 «» By: Sina Madani
Re: OCL query from file
Hi Ed, I was meaning that there must be something wrong with my particular use case or at least methodology rather than a general issue with EMF, as in this case the peak memory usage of even half a million elements is over 12GB for a query. I was allud...
68 Forum: Eclipse Titan «» Posted on: Thu, 28 February 2019 09:14 «» By: Elemer Lelik
Re: Translation ports vs dual-faced ports part2
Hi David, sorry, I'm not following; could you please add more details, exemplified with code: -what is the expected behaviour -what is the actual behaviour ( examples with logs) "we were unable to run multiple test cases" does no...
69 Forum: ATL «» Posted on: Tue, 22 January 2019 12:39 «» By: jo ber
Meaning of '<:='
Hi In several ATL examples I've seen the notation <:=. But I couldn't find documentation about its meaning. Could someone explain its signification? thank you and kind regards,
70 Forum: Newcomers «» Posted on: Fri, 04 January 2019 21:34 «» By: James Huang
Eclipse 2018-12 cannot install Tomcat plugin
Currently it is January 2019. From the Eclipse web site people can download the latest Eclipse IDE, known as 2018-12. In our case, we downloaded for Windows 64-bit. The installation for Java development is fine, for Java 11. However, one cannot install Tom...
71 Forum: Eclipse Titan «» Posted on: Thu, 22 November 2018 21:45 «» By: David Laurent
Re: Example of ping ( ICMP )over a layer 2 test port with Titan
Hi Elemer, Would you know the meaning of this value in the config ? [DEFINE] eth_proto := "0800" Would it be the FCS of the ethernet header ? Regards - David
72 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 20 November 2018 16:28 «» By: David Vavra
Re: Eclipse MinGW C++ Linker error
"Undefined reference" is a loader error meaning you have a missing object file(s) containing the functions ValueLayoutInfo, ValueArray, and WinMain. You tried to give the path to header files to the linker instead of a path to a library. H...
73 Forum: Eclipse Scout «» Posted on: Tue, 20 November 2018 06:17 «» By: Patrick Baenziger
Re: Form Field in Menu
Hi TheMaddes First: Which version of Scout are you using? FormFields in Menus have been release officially as part of Scout 8 (Eclipse "Photon" Release Train). The 7.1 version you're referencing is a preview of the Scout 8 release: It does n...
74 Forum: Memory Analyzer «» Posted on: Wed, 07 November 2018 06:47 «» By: Jonathan Lu
Meaning of Overview->Details->Size
It is indeed the accumulation of "shallow memory" of all objects.
75 Forum: C / C++ IDE (CDT) «» Posted on: Tue, 30 October 2018 06:28 «» By: David Vavra
Re: Eclipse (2018-09) CDT project with Cygwin, can't debug the binary
This isn't a CDT problem. 0xc0000135 i a Windows exit code meaning "Application failed to initialize properly" usually meaning a DLL failed to load. Unfortunately, it's not much more informative than "Error! Something went wrong!" T...
76 Forum: Eclipse Titan «» Posted on: Wed, 17 October 2018 02:59 «» By: Mohan Raj Janardhan
Re: Translation ports vs dual-faced ports part2
Hi Elemer, While using dual ports for testing ICMP echo and echo reply, the mapping is successful between the component port and the system port and also i can view the ICMP Echo request being sent to the Systme Port. But when receiving the Echo Request...
77 Forum: Newcomers «» Posted on: Tue, 16 October 2018 12:46 «» By: Fabrizio Caruso
Can Eclipse understand tab characters?
Hi I have tried to get Eclipse (with Python package) to understand tab as "tabulation", i.e., their original/historical/Python2.7 meaning: tab char = tabulation = move to the next 8th column (no matter how many spaces or other characters are ...
78 Forum: Jubula «» Posted on: Tue, 04 September 2018 14:42 «» By: Logan Winter
Re: AUT Server can't connect to client when testexec started from jenkins
Thank you for the response Marvin! We stop and restart the Agent every night using a scheduled Windows task. I started doing that as an attempt to get around this problem; i.e. to "refresh" the agent. This didn't really fix this problem, but ...
79 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Mon, 27 August 2018 06:19 «» By: Jose Maria Jesus Cabral Lassalle
Re: Read and Write OPC UA variables on a remote Siemens S7 PLC server
hi, did you try with PUBLISH_1 to write the variable? If you don't have CLIENT_0_1, you could create one. These networking FBs are generics, meaning that forte will know how to handle them, so you could create a Service FUnction Block called CLIENT_0...
80 Forum: Newcomers «» Posted on: Mon, 27 August 2018 04:03 «» By: Nitin Dahyabhai
Re: Error: Could not find or load main class
No one can tell you what you have done wrong unless you tell them what you have done, meaning reproducible steps, complete with the actual class names you used and how you're creating, building, and running your project.
81 Forum: Eclipse Titan «» Posted on: Tue, 31 July 2018 11:50 «» By: Elemer Lelik
Re: Problems in LibItsBtp_EncdecDeclarations.hh
Hi Marta, Titan is primarily intended for Unix/Linux ; anything else ( meaning Linux emulators/simulators on Windows) calls for compromises , so we recommend some kind of a Linux distribution to be used with Titan. Best regards Elemer
82 Forum: Java Development Tools (JDT) «» Posted on: Tue, 24 July 2018 14:57 «» By: NoDataFound -
Re: Resolution of test classes failing when the dependency they originate is Java 9/10 module ?
Hello, Thanks for the reply but I think you probably don't use m2e because that is already done and it does not help with the problem. The dependency is indeed a test dependency and classified as such in Eclipse. However, it is also recognized as a J...
83 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 17 July 2018 15:02 «» By: Alois Zoitl
Re: Request validation FB according to standard
Hi, you are rather free in naming your events and data interface elements. The only rule is that they have to be valid IEC 61131-3 identifiers (roughly: upper and lower case letters, _, numbers, and maybe some more) 4diac automatically checks and let yo...
84 Forum: Sirius «» Posted on: Mon, 09 July 2018 02:07 «» By: Stephane LACRAMPE
Re: Have a question about license of Sirius
Yes, you can. You will still have to comply with the EPL license for the EPL parts that you are distributing. Meaning, for instance, if you distribute the Sirius runtime in your product, and that you have made a change in the source code of Sirius, then...
85 Forum: VIATRA «» Posted on: Tue, 05 June 2018 15:18 «» By:
Re: Querying FeatureMap constructs ?
Hi Zoltán, According to the example in the EMF document here: https://www.eclipse.org/modeling/emf/docs/overviews/FeatureMap.pdf preferredOrders and standardOrders are the two derived features, orders is the EFeatureMapEntry containment attribute. ...
86 Forum: TMF (Xtext) «» Posted on: Mon, 04 June 2018 15:10 «» By: Axel RICHARD
Re: XtextReconcilerJob popup error (start > length)
It happens with small files. I never tested with big files, and big files have no real meaning in my context. It happens when I modify a valid expression to an invalid expression, and I edit slow. Error markers appear after few seconds, and then whe...
87 Forum: Eclipse SmartHome «» Posted on: Mon, 21 May 2018 12:42 «» By: Lukasz Dywicki
Re: Change buildsystem to Gradle or alternatives
To throw some more context to the pains current build causes. I am working on some feature in branch and I do have lots of troubles building them because of following behavior. When one of modules I added fails due to style checks after I fix them I ca...
88 Forum: Eclipse Titan «» Posted on: Fri, 18 May 2018 07:55 «» By: Elemer Lelik
Porting 3gpp test suites to Titan
Dear all, we will examine below the portability of 3gpp-published test suites to Titan. But before getting started, let me reveal some problems one may encounter with certain Titan releases when compiling test suites containing large ASN.1 fil...
89 Forum: M2T (model-to-text transformation) «» Posted on: Sun, 13 May 2018 16:04 «» By: Ed Willink
Re: Convert Sequence to String in Acceleo
Hi I actually tested my example. Did you cut and paste or retype. I see an opprtunity for a double-singlequote / doublequote misunderstnading. The meaning of variables are defined in the iterate examples. Regards Ed Willink
90 Forum: Eclipse SmartHome «» Posted on: Sun, 25 March 2018 22:43 «» By: Flavio Costa
Re: Thoughts on a new Sitemap Concept
Hello, Improving the sitemap concept is something I've been thinking for some time. Dennis has laid out some interesting ideas, so I tried to expand on the initial concepts. It's nice to see an implementation attempt here, but we probably need a very so...
91 Forum: Eclipse Titan «» Posted on: Thu, 22 March 2018 10:47 «» By: Elemer Lelik
Re: Encoding function for 3GPP RLC/PDCP PDUs
Hi Andre, yes, in case your test case involves parallel components, the sensible thing to do is to create and start them from the MTC , then at the beginning of the function started on the component call f_openConnection ; for UDP, mind, it's not re...
92 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 05 March 2018 22:43 «» By: David Vavra
Re: No rule to make target "Player.o" needed by project
Cygwin and MinGW are mutually incompatible but you are using cygwin. It's been some time since I've worked with cygwin but here are some things to consider. You should note that the default HelloWorld project has three directories: ./src which contain...
93 Forum: Eclipse Titan «» Posted on: Fri, 23 February 2018 11:18 «» By: Elemer Lelik
Additional info about the usage of the translation ports
Dear all, the translation port described in the standard (ETSI ES 202 781 V1.5.1 (2017-05) ) is a more complete and sophisticated solution to the problem previously solved with dual-faced ports; however it presents some difficulties in its' usage ...
94 Forum: Eclipse Titan «» Posted on: Mon, 19 February 2018 09:07 «» By: Elemer Lelik
Re: isbound(component_reference) == false in 6.1.0?
Hi Harald, let me start with the second question: -in https://github.com/eclipse/titan.core/tree/master/usrguide there's a releasenotes.doc which collects a summary of main changes in each release -under https://projects.eclipse.org/projects/t...
95 Forum: Papyrus for Real Time «» Posted on: Mon, 12 February 2018 15:55 «» By: Ernesto Posse
Re: strings as message parameters?
The easiest way is to declare the parameter with type String from the UML Primitive types: when choosing the type of a message parameter you get a list that begins with * (meaning "anything"), the list of Ansi C types, and at the bottom three opt...
96 Forum: Eclipse Titan «» Posted on: Thu, 01 February 2018 07:14 «» By: Kristof Szabados
Re: avoiding warnings about unused function arguments
Hi Harald, There is no such option (right now). And it would also very problematic: The intention with these measurements is to provide information/awareness about code style/structure/quality/etc... but if once someone starts to hide/manipulate certa...
97 Forum: Epsilon «» Posted on: Tue, 23 January 2018 20:54 «» By: taghreed altamimi
Create new element from a type using variable by EOL
Hi , I have the following code : var vprocessor= lqnmodel!processor; var p: new vprocessor; p.name="Processor1"; processor is a type in my model which is lqnmodel My question is : is there any trick to use the type as variable to cre...
98 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Tue, 23 January 2018 08:22 «» By: Johannes Faltermeier
Re: [EMFStore][Edapt] Meta Model evolution
Hi, this was introduced with EMFStore 1.8 and requires Edapt 1.2 or higher. In order to trigger a migration on server side, there is a special VM argument. Add the emfstore.migration=true VM argument to your server launch configuration. With this opti...
99 Forum: Eclipse Titan «» Posted on: Tue, 07 November 2017 08:08 «» By: Gábor Szalai
Re: Writing test port, incoming_message
Hi, The Titan is designed to 1 thread per component, so no separate threads or process is needed. There are 3 event handler functions in every test port, (or one which combines the 3) which are called when the socket either - is readable: there are...
100 Forum: Java Development Tools (JDT) «» Posted on: Mon, 06 November 2017 19:40 «» By: J. Zufallig
Re: trying to port project to Java 9 using Oxygen.1a, can't figure out errors
Actually, all of this may have just become moot for reasons below. If I get time I'll try to make a new project to duplicate the "accessible from more than one module" error, whether it's using SLF4J or not as the third party module. For now, I...
101 Forum: EMF «» Posted on: Sun, 05 November 2017 14:27 «» By: Jeremie Bresson
[xcore] generated code should implements an existing interface
Is there a way to have the generated classes and interfaces implementing an existing API? --- Take an example: With this IUser interface (let assume it is defined in a java project that you should not touch): package existing.api; public inter...
102 Forum: Java Development Tools (JDT) «» Posted on: Fri, 03 November 2017 17:04 «» By: J. Zufallig
trying to port project to Java 9 using Oxygen.1a, can't figure out errors
We have a project that builds and runs under Java 8. But it uses some of the JAXB stuff, so it no longer builds nor runs under Java 9, now that those APIs are "deprecated" (meaning, broken unless you move to Java 9 and adopt modules). It's an e...
103 Forum: Eclipse SmartHome «» Posted on: Fri, 27 October 2017 20:48 «» By: Hilbrand Bouwkamp
Questions about best practices implementing bindings
I posted these questions on the openHAB forum. At the advice of @kai I post this question here on the smart home forum. --- I've been building some bindings and review code recently and looked at other reviews and have some questions about best practice...
104 Forum: Sirius «» Posted on: Mon, 16 October 2017 14:53 «» By: Maxime Porhel
Re: BIRT and Sirius
Hi, Could review your first question and give us the meaning of "сформипованных" ? You could look into org.eclipse.sirius.ui.tools.api.actions.export.ExportAction.ExportAction and/or export/exportWithResult methods from org.eclipse.sirius...
105 Forum: Compare «» Posted on: Fri, 06 October 2017 17:14 «» By: taghreed altamimi
move
hi, I have question about "move" . In the attached picture i moved Artifact1 from Device2 to Device1. I am expecting that EMFcompare detects a difference type ADD on Device1 as its the new container . What is the expected behavior for EMFCompare...
106 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 04 July 2017 12:07 «» By: Martin Melik Merkumians
Re: MQTT Raw Parsing
My first question to your first problem. Do you also send your MQTT messages via 4diac or are you using your own solution?. Second Problem: Is it possible that you send the space in addition? This cannot be avoided, as the payload has no meaning for MQT...
107 Forum: Paho «» Posted on: Tue, 04 July 2017 05:45 «» By: Vicky Sharma
Paho Mqtt C Client: Automatic reconnect issue when connection is lost.
I am using Paho Mqtt C Client on my IMX6 device.Providing below some details regarding my code. MQTTAsync client; MQTTAsync_connectOptions conn_opts = MQTTAsync_connectOptions_initializer; Default connection initializer value. #define MQTTAsync...
108 Forum: GEF «» Posted on: Sat, 01 July 2017 20:41 «» By: Du Vu
Re: Print to PDF - Edge connects multiple nodes
Hi Matthias, if I use the way points (control points) solution, is there a way to add label at a certain point (meaning if a point "attached" to a label will have it displayed)? Thanks Du
109 Forum: GEF «» Posted on: Thu, 29 June 2017 08:27 «» By: Du Vu
Print to PDF - Edge connects multiple nodes
Hi all I posted a question on stackoverflow (complex-gef4-zest-example-print-to-pdf-edge-connects-multiple-nodes) but I think it's better to make it here. Sorry if you already saw it there. In my code, I use the classes under gef4.graph.* and gef4.zest...
110 Forum: TMF (Xtext) «» Posted on: Sat, 17 June 2017 06:38 «» By: Amit Yadav
XBase: Overloading '.' operations
Hello, I am trying to figure out if there is a way to override the meaning of '.' operation for a specific java type. In my DSL I am using a java type which is essentially a Map<String, Object>. What I would like to achieve is that a call to a...
111 Forum: Sirius «» Posted on: Mon, 12 June 2017 14:05 «» By: Pierre Guilet
Re: Relation or Element Based Edge: Possible without target?
Hi William, The "container drop" functionality of Sirius is quite restrictive. It works with both nodes and container mappings with the following requirements: - The container mapping referenced in the container tool must contain a sub mappin...
112 Forum: Sirius «» Posted on: Mon, 05 June 2017 08:52 «» By: William Coh
Variable / Iterator in "Dynamic Mapping" not available
Hey there, I created customized properties, pages and groups. Inside the group I have designed a "Dynamic Mapping" widget loop. I have named the iterator "test" and in the subsequent "If"-construct I can access the variable...
113 Forum: TMF (Xtext) «» Posted on: Fri, 24 March 2017 08:04 «» By: Stéphane Galland
[SOLVED] What is the generated file ".File.dslbin"?
With my DSL, several hidden files are generated. I have understood the meaning of the "*.java._trace" file. But something I'm finding hidden files with the ".dslbin" (where "dsl" is the name of my dsl) file extension into t...
114 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 23 March 2017 21:44 «» By: Johannes Faltermeier
Re: [Edapt] Migrating a file with multiple model namespaces
Hi, Lets's assume we have common.ecore and specific1.ecore and specific2.ecore, which are both using the common.ecore. Now the common.ecore has to change, meaning we have to create a new release in Edapt and have to update it's NS-URI. However from a...
115 Forum: Papyrus «» Posted on: Tue, 07 March 2017 09:43 «» By: Xavier Zeitoun
Re: members of the same base reference metamodel
Yeah sorry about that "direct" that has no meaning. It is just an ElementImport. You can for example produce one with the "import metaclass" from the palette. It produce an elementImport in your profile with only the metaclass involve...
116 Forum: TMF (Xtext) «» Posted on: Mon, 06 March 2017 13:58 «» By: Rodrigo Ruiz
Re: Two DSL, single project, Activator&injector issues
Hi, thanks for your reply. I'm attaching the stack trace (it's too large, i omitted some of the repetitions) I have this grammar A that only handles expressions, since i need to provide expression level validation, i implemented it as a separated proj...
117 Forum: Papyrus «» Posted on: Tue, 14 February 2017 13:52 «» By: Christian Damus
Re: Extending Associations in UML Profile
Hi, Will, The Properties View will show, in the Profile tab, a "ref" property for Class1 in which you can select Class2 as the referenced element. This will then set the association between the A stereotype application of Class1 and the B app...
118 Forum: Eclipse 4 «» Posted on: Wed, 25 January 2017 19:42 «» By: Christian Pontesegger
Dynamic toolbar contributions
Hi, I am playing around with dynamic toolbar contributions using the view model. I am able to dynamically inject an element to a toolbar so far: element = MMenuFactory.INSTANCE.createHandledToolItem(); ((MPart) target).getToolbar().getChildren().add...
119 Forum: OCL «» Posted on: Wed, 25 January 2017 18:58 «» By: Ed Willink
Re: Start/End position
Hi The "If the meaning of the 'XXX' attribute isn't clear" is the EMF default when no GenModel documentation EAnnotation is provided. You will find that the new model for the Pivot-based OCL is auto-derived from UML and so has many comments th...
120 Forum: Epsilon «» Posted on: Tue, 20 December 2016 13:47 «» By: Yakub Mohamoud
Native Types in EOL
Hello there. I have tried to implement a GUI using EOL and in most part has been very successful. However, I would like to set up a button and use an ActionListener to allow me to set up a registration form. My question is when I used the following code...
121 Forum: C / C++ IDE (CDT) «» Posted on: Thu, 01 December 2016 10:44 «» By: Jonah Graham
Re: Looking for example of "Post-build steps"
Sorry hadn't realized you weren't using GCC, however depending on version of ARMCC you either use -save-temps or --asm to create asm files as a side-effect of building the .o files. That is correct, but the issue here is the meaning of post-build. ...
122 Forum: TMF (Xtext) «» Posted on: Thu, 01 December 2016 08:57 «» By: Dennis Hendriks
Re: How to get an inverse boolean assignment operator?
We ended up simply changing the metamodel, inverting the meaning of the feature. Not ideal, but it works and is simple. But if you have some code example of how to do it properly, by all means, share it. Also for others who might stumble upon this f...
123 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 30 November 2016 18:41 «» By: David Vavra
Re: Looking for example of "Post-build steps"
That's where you would put it. What are you specifically looking for? This will execute after the build has completed meaning after all compiles and the link. If you want to execute it after every compile then you must change the compile command(s) to...
124 Forum: Eclipse Titan «» Posted on: Wed, 30 November 2016 09:56 «» By: Kristof Szabados
Titan Architecture Internals: On the structure of Abstract Syntax Tree (AST) nodes.
The mapping of TTCN-3 modules to the Java/C++ AST elements might not seem like it but has a very simple logic. And although the C++ classes in the compiler and the Java classes in the Designer look very different, they mostly have the same abstract behavi...
125 Forum: EMF Diff/Merge «» Posted on: Fri, 11 November 2016 13:22 «» By: Felix Dorner
IMatch question
Hi Olivier, I have a doubt about IMatch. So when I compare two model scopes, will there also be IMatch instances for elements that do not have a corresponding matching element in the other scope? Meaning you create an IMatch, even if there is actually n...
126 Forum: Eclipse Platform «» Posted on: Tue, 08 November 2016 17:00 «» By: Gidi Gal
Is it possible to add handler before "Save all" is performed ?
Hello to the forum members, I have code that handles save operations through implementation of org.eclipse.core.resources.IResourceChangeListener I have some code that should run only when all files were saved (meaning they were all handled through t...
127 Forum: Kura «» Posted on: Sat, 17 September 2016 15:20 «» By: gator primer
Kura emulator - found components with duplicated names
Hello, I used to build my kura distribution from sources and develop my own bundles without any problem. Last week I decided to upgrade kura from github repository (develop branch) , but when I run emulator in eclipse, I get errors like : !ENTRY o...
128 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 07 September 2016 20:14 «» By: David Vavra
Re: build beserk
make: Nothing to be done for `all'. is not an error message. It's a status message meaning what it says. Obviously, something is different. I'm not going to guess what it is. You may be able to discover what it is by changing the make command to someth...
129 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 30 August 2016 18:01 «» By: Alois Zoitl
Re: ModBus Protocol
Which links are you meaning. To the videos or to the docs?
130 Forum: Linux Tools Project «» Posted on: Thu, 25 August 2016 19:58 «» By: Nicholas Lamb
Re: Showing reachable and possibly lost blocks for Valgrind Memcheck
Yes, I had the same interpretation about the term 'pointer' meaning a start-pointer or chain of pointers. But I'm still confused by the second sentence in their definition for the 'show reachable blocks' UI field: "This is disabled by default (i.e. do...
131 Forum: SWTBot «» Posted on: Mon, 22 August 2016 05:17 «» By: Vivek Veera
Timeout Issues in SWTBot Tests
Hi, I am new to SWTBot UI testing and using version 2.4 for testing my production grade RCP Application. I am using Mars.2 and at present running my tests in eclipse using test run configurations. I have written tests for Wizards and Menus in my RCP ...
132 Forum: Papyrus «» Posted on: Tue, 19 July 2016 15:43 «» By: Charles Rivet
Re: Framework-Independent Types
[quote title=Ed Willink wrote on Tue, 19 July 2016 09:35]Hi Charles Libraries may be a good way to 'implement' them but you still need to use the UMLforOCL profile to 'specify' them so that OCL knows that expressions involving variables typed by you...
133 Forum: Eclipse SmartHome «» Posted on: Fri, 08 July 2016 12:32 «» By: David Graeff
Optional channels in thing-type (xml;static thing description)
Hello, i feel the need that a <thing-type> described in the ESH-INF directory of an addon should allow to define channels, which are optional (may be created dynamically or may be absent). At the moment you can do this: <thing-type> ...
134 Forum: Oomph «» Posted on: Fri, 03 June 2016 18:12 «» By: Eike Stepper
Re: Projects Build task for a subset of projects
Am 03.06.2016 um 19:36 schrieb Ernesto Posse: > Thanks Eike. > Where could I find documentation on how and where to specify these predicates? We have no documentation for them ;-( If the meaning is not clear by the name, you'd have to study the...
135 Forum: UML2 «» Posted on: Fri, 03 June 2016 17:10 «» By: Raphael B
XMI idref reading error
Hello, (this is a repost of https://www.eclipse.org/forums/index.php/t/1078068/ ) As I was upgrading my Ecore libraries, I got the following error when reading a file: org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.xml.typ...
136 Forum: EMF «» Posted on: Fri, 03 June 2016 16:53 «» By: Ed Merks
Re: XMI idref reading error
I'm not sure what models are involved, but better to ask on a forum related to that specific technology. I.e., SysML or UML2 or whatever this is supposed to represent. On 03.06.2016 17:19, Raphael B wrote: > Hello, > As I was upgrading my...
137 Forum: EMF «» Posted on: Fri, 03 June 2016 15:19 «» By: Raphael B
XMI idref reading error
Hello, As I was upgrading my Ecore libraries, I got the following error when reading a file: org.eclipse.emf.ecore.xmi.IllegalValueException: Value 'org.eclipse.emf.ecore.xml.type.impl.AnyTypeImpl@5607ce2 (eClass: org.eclipse.emf.ecore.impl.EClassImpl@3c...
138 Forum: Sirius «» Posted on: Thu, 02 June 2016 11:38 «» By: Pierre-Charles David
Re: Load resources from a Sirius modeling environment
Le 02/06/2016 10:09, Mouna LAB a écrit : > Hi, Hi. > I am having two ecore metamodels A.ecore and B.ecore where the A metamodel reference the B one. > > In my sirius modeling tool, i want to offer the possibility to load Resources (fil...
139 Forum: Equinox «» Posted on: Tue, 31 May 2016 06:41 «» By: Mickael Istria
p2.inf to define optional dependency from feature to plugin?
Hi, I've got a feature that includes a bundle which only works with Neon (a Require-Bundle version is set to explicit this dependency). However, I'd like this feature to install anyway on Mars, minus that plugin. It seems to me that what I'm lookin...
140 Forum: Equinox «» Posted on: Mon, 30 May 2016 09:57 «» By: Arnaud MERGEY
Re: Slow classloading after second start of equinox
After doing more tests it seems it is the configuration area that is disturbing equinox classloader, meaning if I clear the configuration area before launching my application, I do not experienced the slow bootstrap
141 Forum: OCL «» Posted on: Thu, 14 April 2016 12:42 «» By: German Vega
Re: UML-OCL ; specifying constraints in the context of an association / association class
Hi Ed, Regarding the n-ary associations. I purposely neglected the original multiplicities because I thing they do not have the same meaning in UML as in the pivot model. Consider the ternary example with some concrete UML multiplicities: AC with ...
142 Forum: OCL «» Posted on: Thu, 14 April 2016 10:18 «» By: Ed Willink
Re: UML-OCL ; specifying constraints in the context of an association / association class
Hi It's your turn to neglect the original multiplicities... On 14/04/2016 10:17, German Vega wrote: > 1) AC::a:A[1], AC::b:B[1], AC::c:C[1] Yes > 2) A::AC:AC[*], A::AC:AC[*], A::AC:AC[*] No. It's not necessarily *, it is the original multi...
143 Forum: OCL «» Posted on: Thu, 14 April 2016 09:17 «» By: German Vega
Re: UML-OCL ; specifying constraints in the context of an association / association class
Hi Ed, I have been thinking overnight about n-ary associations, and I think now I can follow your reasoning. Suppose we have three UML classes A,B,C joined by an ternary association class AC with owned ends a : A[mul1], b:B[mul2],c;C[mul3] This ca...
144 Forum: Kura «» Posted on: Mon, 28 March 2016 11:28 «» By: Said Ucar
Mqtt message capacity
Hi, I started to receive KuraStoreCapacityReachedException in my logs. I have very intense data flow over my raspberry, kura. The full exception logs below if you need. My question is, what is the meaning of this exception and how can I avoid that? AF...
145 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Mon, 28 March 2016 07:43 «» By: Jonas Helming
Re: [EMF Forms] Ecore Editor e4 support
Hi Kirill, I am a little confused by your questions, meaning, I am not exactly sure, what you are trying to do. Are you using the ECP demo capplication for e4? Do you want to combine this with the EMF Forms editor recently announced? (see http://ecl...
146 Forum: Jubula «» Posted on: Thu, 24 March 2016 15:18 «» By: Adam Horvath
Re: Jubula 8.2.2 released
Hi Alex, How can I use this feature below? - You can set the Object Mapping Profile for single elements in the Object Mapping Editor, for example, to ensure that a specific component will only be searched for based on its given name. I clicked on Se...
147 Forum: Oomph «» Posted on: Tue, 08 March 2016 13:47 «» By: Ed Merks
Re: Building multi platform executables
Carsen, Comments below. On 08.03.2016 13:30, Carsten Sprung wrote: > Hi there! > So I've got my target definition file generated by my Oomph setup which is quite nice and works very well for setting up my development eclipse and running my RC...
148 Forum: Oomph «» Posted on: Mon, 22 February 2016 11:20 «» By: Mikael Karlback
Re: Redirect a CompoundTask?
1) "Entire setups files can be redirected" Do you mean that only the index, product and project catalogs can be redirected? 2) I saw that the redirection URI:s were put in a uriMap and I was hoping that it would lead to the uri:s automagicall...
149 Forum: Paho «» Posted on: Mon, 22 February 2016 09:47 «» By: James Sutton
Re: can you support max_packets of loop(timeout=1.0, max_packets=1)?
Hi, The issue that you will run into with multiple processes with the same topics is that they will all receive the same messages, so you will get duplicates. If processing incoming messages takes time, I would suggest multi-threading your application. ...
150 Forum: Sirius «» Posted on: Wed, 17 February 2016 17:02 «» By: Steve Monnier
Re: Custom action on activating/deactivating layers
Hello Nikolay, I think you should be able to achieve this by adding a ModelChangeTrigger (added to the session event broker), reacting only on notification about layer activation. In this ModelChangeTrigger you should then check if the activated l...
151 Forum: Sirius «» Posted on: Wed, 17 February 2016 13:04 «» By: Steve Monnier
Re: Registering New Diagram Extensions
Bailey, You can use org.eclipse.sirius.business.api.session.ViewpointSelector.selectViewpoint(Viewpoint viewpoint, boolean createNewRepresentations, IProgressMonitor monitor). To find your Viewpoint model element, you can access the registry Vie...
152 Forum: Sirius «» Posted on: Wed, 17 February 2016 11:18 «» By: Bailey Trenton
Re: Registering New Diagram Extensions
Steve, I was wondering how you select new viewpoints programmatically. Currently, after they install the new plugin with the new viewpoint specification and restart, I use a recording command and a ViewpointSelector to select the new viewpoint. This ...
153 Forum: TMF (Xtext) «» Posted on: Thu, 11 February 2016 08:51 «» By: pranay roy
Re: Auto-completion outside an Eclipse editor, API reuse
This is useful .I would like to understand the meaning of selection and caretOffSet here.
154 Forum: Sirius «» Posted on: Wed, 10 February 2016 00:06 «» By: St. K.
get "root model" context
I am trying to graphically display the files and functions in our proprietary language. My model looks like this: Please note that the only classes that will be used in my diagram are CtlFile and CtlFunction. The diagram representation is supposed...
155 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 21 January 2016 07:44 «» By: Jonas Helming
Re: [ECP] Changing tree node labels - generic approach
Hi, can the behavior be implemented in a generic way, meaning is the calculation the same for all elements? Best regards Jonas Am 20.01.2016 um 12:07 schrieb Roxana Paun: > Hello everyone, > > I need some help with the tree node l...
156 Forum: Eclipse Titan «» Posted on: Thu, 14 January 2016 08:46 «» By: Elemer Lelik
Re: Error Compiling TTCN-3 Script
Hi Murli, not in the near future, meaning not in H1 of 2016. Best regards Elemer
157 Forum: Sirius «» Posted on: Fri, 08 January 2016 17:13 «» By: Cedric Brun
Re: AQL and oclIsUndefined()
Almost except the syntax which is the same as OCL, meaning you can substitute with x <> null
158 Forum: Eclipse SmartHome «» Posted on: Fri, 08 January 2016 16:45 «» By: Marcel Verpaalen
Channel Configuration through UI
Is it planned that PaperUI will support the configuration of Channels as well. Meaning that besides enabling/disabling a channel it can also edit the Channel configurable options? Or alternatively will habmin allowing this in the near term? Or alt...
159 Forum: Jubula «» Posted on: Wed, 06 January 2016 09:37 «» By: Michael Renker
Re: Select Node by Textpath
still nothing, i tried it both for relative and absolute [please see images] i provided an image of the node i want to access btw strange but it says that it has an heuristic match of 100%, meaning it recognizes the tree structure right...? tnx
160 Forum: Eclipse SmartHome «» Posted on: Fri, 25 December 2015 18:36 «» By: Smart Home
How to filter items
I have an action which post events to items based on some inputs. I want to be able to filter items based on a group. Meaning, only items within a selected group will get the event. I see two options to handle this case but I don't like them both :-): ...
161 Forum: Eclipse SmartHome «» Posted on: Mon, 14 December 2015 16:15 «» By: Kai Kreuzer
Re: Channel icons
Marcel, depending on the used icon set, the image on it might be something very different than you might expect when developing a binding. I therefore think that it is a bad idea, allowing to "high-jack" other categories for some functionality. T...
162 Forum: Platform - User Assistance (UA) «» Posted on: Thu, 26 November 2015 15:21 «» By: Philippe Favrais
cheatsheet : open related help with relative url
Hello, I am creating cheatsheet xml file (myCheatsheet.xml) that i open in the cheatseet view from the file (meaning that the cheatsheet is not registered as a plugin). Here you can see the structure of my project where the cheatsheet and html file ar...
163 Forum: Sapphire «» Posted on: Mon, 23 November 2015 21:37 «» By: Justin Albright
Case Insensitivity for XMLBinding
Is it possible to make the XMLBinding case-insensitive meaning I could have <ComponentSpec></ComponentSpec> or <componentspec></componentspec> and the form be able to handle both cases?
164 Forum: NatTable «» Posted on: Sun, 22 November 2015 17:03 «» By: Ryan McHale
Re: Filtering filter dropdown
Great making the FocusListenerWrapper protected is the easy and what I had done locally. So I have a working prototype of it that I made by cloning classes to make the logic work before attempting to integrate pieces back to make maintenance easier. In ...
165 Forum: TMF (Xtext) «» Posted on: Tue, 17 November 2015 23:16 «» By: Zachary Kurey
Can't upgrade to 2.9 rc1 or rc2
The following stack trace occurs if I have a target platform that contains any entries other than the defaults. Even if that target platform contains no dependencies(just to see if it was a classpath issues). Meaning even if I just add: <location i...
166 Forum: Eclipse Titan «» Posted on: Thu, 12 November 2015 07:50 «» By: Elemer Lelik
Re: Error in encvalue while compiling TTCN
Hi Murli, the first thing I have done is to change file extensions from .asn1 to .asn and from .ttcn3 to .ttcn. The compiler accepts them both , but during the workflow somewhere you may get around easier with these. Then I have generated the ...
167 Forum: EMF «» Posted on: Thu, 22 October 2015 09:56 «» By: Guillaume Hillairet
[Xcore] Maven(non tycho)/Gradle sample projects available on github
Hi, I made two sample projects showing how to setup Maven/Gradle to use EMF/Xcore in standalone application, see links below. The Java code from the Xcore model is generated each time the build/compile commands are called, meaning that the gener...
168 Forum: Eclipse Titan «» Posted on: Wed, 21 October 2015 08:32 «» By: Elemer Lelik
Re: Using encode function of TTCN_Buffer
HI Johannes , my guess is that you are missing two things: -you need a with { encode "RAW" }; instruction at the end of the module: module something { : : } with { encode "RAW" }; -for every type you want RAW encode...
169 Forum: Papyrus «» Posted on: Thu, 08 October 2015 17:24 «» By: Christian Damus
Re: UML TimeEvent in MetaModel
Hi, I can only repeat what I said before: by the UML's not prescribing any particular model of time units or other units of measure, this means that it is up to the modeler to decide the meaning of time and other measures. Certainly, Papyrus doe...
170 Forum: Requirements Modeling Framework «» Posted on: Thu, 08 October 2015 08:39 «» By: Max Russell
Glossary desc/type reversed in tree
In my project, I have a Glossary specification, with entries of Glossary Type (Spec Object) underneath. Currently I have the Glossary entry (to create the columns) and a single other Glossary spec object for user. However, when I use this structure, ...
171 Forum: Eclipse Titan «» Posted on: Wed, 07 October 2015 07:52 «» By: Elemer Lelik
The binary RAW encoder of Titan : part I
Greetings, We have seen in the previous posts that an ASN.1 protocol specification consists of two parts: an abstract syntax, which declares the structures used in messaging, and a transfer syntax, which describes how the above structures will be trans...
172 Forum: Oomph «» Posted on: Sun, 04 October 2015 07:48 «» By: Ed Merks
Re: Negating/Evaluating boolean variable
Johannes, Comments below. On 27/09/2015 12:28 PM, Johannes Dorn wrote: > I have a boolean variable that the user can set via a checkbox during > the setup. > > For using its value later on, i would like to negate that value. > So...
173 Forum: Kura «» Posted on: Fri, 02 October 2015 14:17 «» By: Alessandro Da Rugna
Re: $EDC reply mechanism is flawed?
Client side, Kura ensures that you will receive only messages directed to itself by subscribing to $EDC/[account]/[receiver-clientId]/#. This can be enforced by having your broker apply the required permissions on each topic. Your 'controller' system ha...
174 Forum: Remote Application Platform (RAP) «» Posted on: Wed, 30 September 2015 13:44 «» By: John Gymer
Re: RAP 3.1 dependency on Java 1.8
Thanks for the explanation Markus! Unfortunately, I think we will have too many other restrictions meaning we cannot move to Java 1.8 yet, and therefore need RAP to use older Jetty versions. I've raised a bug here: https://bugs.eclipse.org/bugs/show_bug...
175 Forum: Oomph «» Posted on: Sun, 27 September 2015 10:28 «» By: Johannes Dorn
Negating/Evaluating boolean variable
I have a boolean variable that the user can set via a checkbox during the setup. For using its value later on, i would like to negate that value. So, if the value is true, i want to write "false" in an Eclipse Ini task. Is this possible so...
176 Forum: TMF (Xtext) «» Posted on: Mon, 14 September 2015 15:48 «» By: Moussa Amrani
Adding library operations "natively"
Hi, I am stuck for about ten days on a problem involving both parsing and validation. My DSL extends a structural definition similar to the ECore language with an object-oriented action language to perform transformations on ECore-like models. The ac...
177 Forum: Oomph «» Posted on: Tue, 01 September 2015 09:19 «» By: Ed Merks
Re: Feedback on using Oomph
Stephen, We've made a few improvements already but further improvements would definitely help. We'll consider your suggestions. BTW, one feature that I've added last week is general support for Find/Replace in Oomph's structured editors. This ...
178 Forum: Oomph «» Posted on: Sat, 29 August 2015 09:36 «» By: Stephen Colebourne
Re: Feedback on using Oomph
That sounds like it would be useful Yep, I can see that would help. I'd love to see a picture of the Eclipse/preferences hierarchy - user/installation/workspace, as that would solidify the meaning of each word. Maybe. It gets problematic if I h...
179 Forum: Equinox «» Posted on: Tue, 25 August 2015 10:24 «» By: Rodolfo AP
Testing an OSGI/JDT/Eclipse plugin with Pax-exam
Hi, all. Hope this is the right forum. If not, sorry for the noise, please redirect me. My project is a plugin that uses JDT, built with maven, runs from an OSGI Activator.java. JDT creates an eclipse workspace to compile java classes. Works fine so I w...
180 Forum: SWTBot «» Posted on: Sat, 22 August 2015 12:24 «» By: Lorenzo Bettini
Re: Integrate SWTBOT test cases with Jenkins
On 11/08/2015 09:19, Chetana Barhate wrote: > Hello, > > I have added below code to pom.xml: > <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>target-platform-configuration</artifactId&g...
181 Forum: Standard Widget Toolkit (SWT) «» Posted on: Thu, 06 August 2015 08:39 «» By: Eclipse User
[Databinding] Problem with ComboViewers and Filters
Hi, I am experiencing a problem with ComboViewers and Filters. I have a master-detail scenario where the content of the ComboViewer depends on the selected master object - meaning, the filter of the ComboViewer gets updated when the master is swit...
182 Forum: C / C++ IDE (CDT) «» Posted on: Fri, 31 July 2015 01:24 «» By: Dina Shellenberger
Converting a C project to C++
Hello everybody, I have a CDT project created as a C project but I want to add some C++ source code in it, so I need to convert it to a C++ project. I use Eclipse Luna, with all plugins up-to-date. Acfcording to the Luna documentation I should be ...
183 Forum: Eclipse SmartHome «» Posted on: Thu, 23 July 2015 16:42 «» By: Chris Jackson
Re: ZWave thing descriptions, and HABmin label conventions...
Hmmm - one word of warning... XML isn't so picky about whitespace - however, in markdown, it is relevant. Depending on implementations we might loose formatting when parsing MD through XML. For example, putting four spaces at the front of a line in MD h...
184 Forum: Eclipse Titan «» Posted on: Tue, 21 July 2015 08:41 «» By: Elemer Lelik
Re: Missing dedependencies
Hi Johannes, makedepend takes all paths listed in LD_LIBRARY_PATH one by one to check dependencies. So the meaning of the warnings is: -makedepend could not find the dependency on path1 -makedepend could not find the dependency on path2 etc. ...
185 Forum: Eclipse SmartHome «» Posted on: Mon, 20 July 2015 13:49 «» By: Chris Jackson
Re: Introducing New Event Types
Agree - I guess what I was meaning is that from my perspective at least, there should "always" be an update event associated with each REST endpoint (where updates make sense of course). If this isn't the case, then I suspect that I would not use...
186 Forum: Sapphire «» Posted on: Thu, 16 July 2015 22:05 «» By: Konstantin Komissarchik
Announcing Sapphire 9 Release
On behalf of all who contributed, I am very proud to announce the availability of the Sapphire 9 release. This release includes various API improvements, including integration with Java 7 and 8 language features (AutoCloseable and repeatable annotations). ...
187 Forum: TMF (Xtext) «» Posted on: Thu, 16 July 2015 07:22 «» By: Udo Walker
Meaning of: feature was simple feature call but got receiver instead of null
I implemented my own XbaseInterpreter. I forked the context in my subclass and added some new values. Lets say one of the values has type X. When I call the evaluate method with my XBlockExpression and the forked context I get the exception "fea...
188 Forum: Kura «» Posted on: Wed, 08 July 2015 23:34 «» By: David Woodard
Re: My Raspberry Pi is not accessible over network post Kura installation
Hello Krishna, If you installed Kura with networking support, it would set your eth0 interface to be a DHCP client. If DHCP is not okay for your network, you will have to re-setup your Raspberry Pi and re-install Kura. You will want to get an installer ...
189 Forum: Nebula «» Posted on: Wed, 08 July 2015 08:19 «» By: Thomas Schindl
Re: Nebula grid GridItem.setForeground(color) not working
If you are using a GridTableViewer why are you then calling out to the SWT-API? It is the job of the LabelProvider to provide the foreground color. If you can reproduce this: a) with a Grid only snippet (no JFace viewer) b) with a GridTableViewer on...
190 Forum: TMF (Xtext) «» Posted on: Tue, 16 June 2015 14:34 «» By: Luis De Bello
Content Assist Context
Hi guys, I was checking the following slides from RepreZen https://www.eclipsecon.org/na2015/sites/default/files/slides/RepreZen%20DSL%20Xtext%20Day%20(EclipseCon%20Website).pdf And in the slide 63, they mentioned "hardcore code creating cont...
191 Forum: Eclipse 4 «» Posted on: Mon, 08 June 2015 02:13 «» By: Jeeeyul Lee
Re: EModelService.find never matches with MMenuItem
I solved this problem with searchFlag EModelService.ANYWHERE | EModelService.IN_PART. My menu items are located at the part menu. I think the meaning of the EModelService.ANYWHERE can be confusing.
192 Forum: BIRT «» Posted on: Thu, 04 June 2015 10:47 «» By: hatra atrin
Re: Table header and page break questions
following on this question, are you also able to make the table header dynamic? meaning table header called "today" and if table break to next page table header show " today continued"?
193 Forum: TMF (Xtext) «» Posted on: Tue, 02 June 2015 13:29 «» By: Anakreontas Mentis
STRINGValueConverter
I have the following rule for matching a String: terminal STRING : '"' !'"'* '"'; The rule does not support escape sequences; only double quotes have a special meaning. However, when a parser rule refers to the STRING rule I get a...
194 Forum: Eclipse SmartHome «» Posted on: Tue, 02 June 2015 12:02 «» By: Kai Kreuzer
Re: Tags and Groups?
Chris, just some additional info: You are right that in general groups and tags can be used for similar use cases. For me, the main difference is this: - Groups are individually defined by the user - they can have any name and any special meaning to t...
195 Forum: Requirements Modeling Framework «» Posted on: Thu, 28 May 2015 10:28 «» By: Ratimir Uther
ReqIF Purpose of SpecHierarchy.EditableAtts
I'm wondering about the meaning of the editableAtts Association of a SpecHierarchy. According to the specification reqif 1.1: "editableAtts : AttributeDefinition [*] The attributes whose values are editable for the SpecHierarchy by a tool user.&quo...
196 Forum: Sirius «» Posted on: Thu, 28 May 2015 09:35 «» By: eunjung park
Re: a problem to select a Viewpoint
Hi, Esteban, Thank you so much. I read the article and validation function part, then I tried to do again. My problem was the file model exension. I didn't know the meaning of the field which means accessible file format of viewpoint. Thanks to your ...
197 Forum: Eclipse SmartHome «» Posted on: Thu, 07 May 2015 08:08 «» By: Kai Kreuzer
Re: Configuration 'actions'
I was actually not meaning "actions having parameters", but "actions have options like parameters", i.e. a list of possible values to send (like "reset", "backup", etc.). Having actions with parameters sounds as if i...
198 Forum: Papyrus «» Posted on: Tue, 05 May 2015 11:39 «» By: Ed Willink
Re: wiki page: How to get a EMF Ecore model into a Papyrus class diagram
Hi Today, dropping Ecore objects into a UML tool is rather like talking French to somone who understands only Russian. However it might not really be that stupid. The Pivot model for OCL normalises external metamodels so that the differences b...
199 Forum: Papyrus «» Posted on: Tue, 05 May 2015 07:50 «» By: Camille Letavernier
Re: wiki page: How to get a EMF Ecore model into a Papyrus class diagram
Hi Paul, I'm not sure to understand what you are trying to do. First, dropping objects from an external editor to Papyrus seems to be only accidentally supported. Objects are loaded in different contexts (resource sets), and I don't think that Papyrus r...
200 Forum: PHP Development Tools (PDT) «» Posted on: Mon, 04 May 2015 16:26 «» By: Dave Heq
Set up Eclipse project with local copy of Windows mapped drive folder
We've been working with our code directly through a mapped Windows drive on an internal Windows server on another computer, but with multiple developers, we want to instead work in a local copy that can synchronize to the mapped folder and allow for warnin...
Pages (9): [1  2  3  4  5  6  7  8  9    »]

Current Time: Mon Jun 03 07:08:12 GMT 2024

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

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

Back to the top