Skip to main content


Eclipse Community Forums
Forum Search:

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

968 Search Results Found
1 Forum: Paho «» Posted on: Wed, 05 June 2024 07:10 «» By: Arun J
subscribe in connectComplete causing race condition when there are messages
While using paho 1.2.5 with MqttCallbackExtended, when calling client.subscribe(topic) in the connectComplete callback is resulting in the system hanging (possible race condition) when there are offline messages to be delivered. If I move the subscribe me...
2 Forum: ATL «» Posted on: Tue, 21 May 2024 16:07 «» By: Yves BERNARD
Re: OCL closure operation
I've modified the code so that I assume that the lambda function always returns a collection context Bag(OclAny) def: closure(f : Lambda(OclAny): Bag(OclAny)) : Bag(OclAny) = let buffer: Bag(OclAny) = self->iterate(e: OclAny; acc: Bag(OclAny) = Ba...
3 Forum: PHP Development Tools (PDT) «» Posted on: Thu, 25 April 2024 08:06 «» By: Tulian Mayers
Re: How do I disable auto-completion pop-up
Here's what you can try: PDT Settings Might Be Limited: Unfortunately, PDT doesn't seem to have separate settings for Javascript/Typescript like other languages. The options you found for PHP might not apply. Try These Workarounds: Search for &...
4 Forum: Papyrus «» Posted on: Thu, 04 April 2024 12:01 «» By: Ansgar Radermacher
Re: Adding pragma and pragmaoption in C++ code generation
Pragmas are currently not supported for C, but it might be relatively easy to add it by sharing more code between the C++ and C generator. Please create an issue (with a low priority), but I'm not sure if/when I have the time to work on it.
5 Forum: Newcomers «» Posted on: Sun, 17 March 2024 21:25 «» By: Jack McKalling
Re: Eclipse 2024-03 Scout installed fine, but gives warning message on boot
Oh, so there is a specific forum for Scout. It's such an incredibly long list of forums, that I must have missed it when searching for words I recognized. I'll post there next time. I did read through your email there, but I'm pretty sure I don't know any...
6 Forum: Java Development Tools (JDT) «» Posted on: Sat, 09 March 2024 15:49 «» By: Jack McKalling
Multi-module mode without maven?
The problem: I created a new project with an initial module-info file, but I'm experiencing difficulties in getting the folder structure and package namespacing to work. I want to have multiple modules, so I moved the module-info into the right folder, an...
7 Forum: EGit / JGit «» Posted on: Fri, 23 February 2024 20:24 «» By: Yigal Spinner
EGIT gets a connection reset from azure
If I used the command line GIT (64bit) on windows and I can clone with no issues! When I use EGIT to clone the repository, after about 80%, EGIT stops with connection reset issue. I tried to increase the timeout in the preference of GIT to 120 second...
8 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Sun, 11 February 2024 01:46 «» By: Ketut Kumajaya
Develop 4diac FORTE on Visual Studio Code
I found 4diac FORTE core functionality not well documented yet so learning FORTE much easy on Integrated Development Environment like Visual Studio Code. Still incomplete but I hope it will help us to more understand about how powerful of FORTE: https://bl...
9 Forum: PHP Development Tools (PDT) «» Posted on: Tue, 30 January 2024 08:04 «» By: Setua Sutli
Re: Trying to "Run a simple HTTP Server locally to test your web pages"
While Aptana might offer a convenient "Web Browser" feature, Eclipse has plenty of similar functionality through plugins and built-in options. Here are some ways to achieve the same "run in browser" experience: 1. Built-in Server Lau...
10 Forum: Java Development Tools (JDT) «» Posted on: Tue, 16 January 2024 10:24 «» By: Majaswi Emmar
Re: Configuration error
I understand your frustration with the current compiler configuration process in Eclipse and the challenges you've faced with the Ant method and Golang installation. While Eclipse offers a wide range of language support through plugins, the setup and execu...
11 Forum: Java Development Tools (JDT) «» Posted on: Fri, 05 January 2024 19:50 «» By: Jozef Tomek
Re: JavaDoc readability improvements proposal + prototype (primarly methods)
Progress update: To prevent disappointment later (in case someone was hoping to see these improvements in the next Eclipse release) then sorry but this will definitely not be ready for pull request to make it into 2024-03. M1 deadline is 01/12 (after wh...
12 Forum: Newcomers «» Posted on: Tue, 19 December 2023 19:00 «» By: Ray Madigan
Jetty with MQTT subscribe
I am trying to find a technology that will be able to act as a web server, serving servlets and at the same time subscribe to mqtt messages. It is straight forward to publish mqtt messages, but need a way to listen to events. I can describe the applica...
13 Forum: Java Development Tools (JDT) «» Posted on: Tue, 05 December 2023 19:54 «» By: Fabian Juarez
How to capture the behavior of preferences in Eclipse using the org.eclipse.core.runtime.preferences
Hi, I am trying to add additional functionality when modifying the preferences of a java project, more precisely in preference "Select JRE for the project build path" when modifying the "JRE System Library". According to what I invest...
14 Forum: TMF (Xtext) «» Posted on: Mon, 11 July 2022 07:41 «» By: Marc Kaiser
Re: XTEXT Scoping Issue
Hello Christian, I am not progressing much with my issue. I am reading a lot about Scoping in XTEXT in parallel to better understand. It seems to be the most difficult aspect of XTEXT and my knowledge is still too fuzzy. Could you please help me once...
15 Forum: Jobs and employment «» Posted on: Fri, 01 July 2022 13:51 «» By: florian loncaric
Re: Hiring a software development team
I think you are overcomplicating your task; place the ad, and you will find employees. Now many people are ready to work for you, especially in the IT field, where there are huge indicators of competition. If you want to work with professionals in your fie...
16 Forum: TMF (Xtext) «» Posted on: Thu, 23 June 2022 04:30 «» By: Christian Dietrich
Re: XtextLinkingDiagnostic: null:39 Couldn't resolve reference to JvmType 'Generator'
this indicates a missing dependency / incomplete target platform etc can you give more details e.g. target platform, versions etc. you seem to use the old generator, so when using xtext 2.27 you need to explicitely pull old generator from newly introduce...
17 Forum: NatTable «» Posted on: Tue, 14 June 2022 10:54 «» By: Dirk Fauth
Re: User resizing of columns is wrong
Sorry, but without an example to see what is happening and how the composition looks like, I can't say anything. Similar to the last question where several details were missing in the description. The only thing I could think of is that the column 0 is ...
18 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Sat, 04 June 2022 23:18 «» By: Ricardo Rech
Re: CAsn1Layer:: serializeData Failed
Hi all, I also got the CAsn1Layer:: serializeData failed, but in my case I'm using the Publish_1, Subscribe_1 FBs. After several tests it seems that the error is related to the amount of FBs: Up to two is ok, more than that serializeData failed. ...
19 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 24 May 2022 18:59 «» By: Alois Zoitl
Re: Can the algorithms in FB written in Java?
Hi, This would definitely be an interesting project. In 4diac IDE we have so called Eclipse extension points which you can use to hook code generators into our platform. If you do that your code generator would automatically be listed as target in our E...
20 Forum: Papyrus «» Posted on: Fri, 13 May 2022 14:12 «» By: Carsten Pitz
Re: Open Papyrus read only?
Hi Ed, your thinking, I think sometimes is too elaborate. Allowing no change at all would be sufficient. And yes, the solution you, as far I get it think of is a much more versatile gold-plated solution decorated with diamonds. And yes, your solution wo...
21 Forum: Remote Application Platform (RAP) «» Posted on: Wed, 04 May 2022 12:01 «» By: Benjamin Wolff
Re: /ui should work, but does not. But //ui does work?
Hi Gennady, I'm also running an RWT standalone setup on Spring Boot and I don't have issues with double slashes. However, it took me a while to find the correct programmatic setup to have the RWT components play well in Spring Boot, next to the default ...
22 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Sun, 24 April 2022 20:54 «» By: Alois Zoitl
Re: ID fields of the SUBSCRIBE/PUBLISH function blocks
Hi, older 4diac IDE versions excepted any string as STRING or WSTRING. Unfortunately this is per IEC 61131-3 wrong and has some issues. Therefore we are now more stricter on literals and check them. However the problem you describe seems strange. Could ...
23 Forum: e(fx)clipse «» Posted on: Wed, 13 April 2022 20:59 «» By: Stephane fournier
Re: EFX Tooling and Runtime 2022 release plan ?
Hi Tom, Thank you CSS editor is running fine now with this new release. But I got an error when launching my app from Eclipse as usual (from its product). Never see such an error before in almost 20 years of RCP app :-( Do you have an idea ? I'm...
24 Forum: Papyrus «» Posted on: Sun, 10 April 2022 15:32 «» By: Kristian Harbo
Re: Validation plug-in does not use profile stereotype classes when validating model
Hello again, I've finally found the missing link. While this is not all that needs to be done in order for a profile to properly "register" in Papyrus, this part was very well hidden. This image (also attached below) shows the general idea ...
25 Forum: PHP Development Tools (PDT) «» Posted on: Sun, 03 April 2022 10:49 «» By: eat bulaga
Re: What should a PHP developer know?
Let's be very biased about this answer ... 1. Strong knowledge of procedural programming theory. ... and more about object-based programming. Without using programming languages, you are not a professional. 2. Strong knowledge of using PHP.net doc...
26 Forum: EGit / JGit «» Posted on: Mon, 28 March 2022 11:26 «» By: Mounika Mantri
While Cloning the Git LFS Repository getting error
Hi Team, While cloning Git LFS Project using eclipse JGIT library getting following error Caused by: org.eclipse.jgit.api.errors.JGitInternalException: org.eclipse.jgit.api.errors.FilterFailedException: Execution of filter command 'git-lfs smudge -- 'U...
27 Forum: Sirius «» Posted on: Wed, 23 March 2022 21:53 «» By: Steve Monnier
Re: Feature not found exception when trying to create node
Hello, You can indeed have your node mappings with the Domain class and no "semantic candidate expression" so Sirius will look for any element of that type in the resource to display them. However, as you can see for the creation tool the cont...
28 Forum: TMF (Xtext) «» Posted on: Tue, 15 March 2022 19:44 «» By: Konrad Jünemann
Re: How to avoid ambiguity
Thanks, the grammar I provided is the debug grammar... But OK, I think I will look into ANLRWorks a bit more. I guess the simplest solution is to just introduce a couple of new keywords into my grammar. This should simplify things a lot. Thanks f...
29 Forum: Common Build Infrastructure «» Posted on: Wed, 09 March 2022 19:16 «» By: Ernesto Posse
Re: Is the TPD project always alive ?
More info that suggests it's really dead. I tried cloning it and building it and the build fails with both Java 8 and Java 11. In Eclipse there are a lot of dependency errors, even after setting up the TP as described in the README. The problem seems...
30 Forum: BIRT «» Posted on: Tue, 23 July 2019 19:29 «» By: David Silva
Column and row in table with BIRT
Good afternoon, I'm new to BIRT and I have a difficulty that may be simple, if anyone can help me I will be very grateful. Well, what happens is that I have a table with the data coming from my database, the result returns me 100 rows, and I don't want t...
31 Forum: Newcomers «» Posted on: Fri, 19 July 2019 14:46 «» By: L C
Can't run Kotlin tests with Junit run configuration (used to work)
Hi, Have a weird issue where a Junit Run Configuration that was running my Junit tests for months just stopped working and now it can no longer see/find the test.KotlinTestsRunner class (see the enclosed pics for more details). Seems like it's a Kotlin ...
32 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 16 July 2019 11:26 «» By: Alois Zoitl
Re: "External event queue is full, external event dropped!" in forte console
Depends on the device you are running 4diac FORTE on. But I wouldn't expect that. Because with a 1s E_CYCLE it would mean that you have an FB that is blocking at least 10s. That sounds more like a bigger issue. Do you have any other external event FBs (e....
33 Forum: e(fx)clipse «» Posted on: Thu, 11 July 2019 13:13 «» By: Nicolas De Amicis
Create JavaFX OSGi Application and package with tycho
Hello, I have create a sample project "JavaFX OSGi Application" for evaluation. I have 4 projects: test.app test.app.feature test.app.product test.app.releng After some modifications (due to outdated wizard, ...) I can run my sample ...
34 Forum: Java Development Tools (JDT) «» Posted on: Fri, 05 July 2019 22:49 «» By: Top Kat
Re: Crazy Eclipse Update & Install Behaviour
Why not ? The whole of Program Files in a standard Windows system is read only. The write functions of Eclipse IDE are met with a workspace folder. Of course this is also a read only folder but it clearly allows stuff to be written onto it. Seems more...
35 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 03 July 2019 03:13 «» By: Helen Keller
Re: How can I fix this to recover from "no binary " problem?
A short update for anybody who wants to participate in solution. It appears that project can be copied / moved from (old) workspace - it really does not matter what TERM IS used , using mentioned method - not "import". It will compile and r...
36 Forum: Mosquitto «» Posted on: Sun, 30 June 2019 18:15 «» By: Thomas Reisinger
connection established but no publications
Hi I am having some clients connect to mosquitto checked with: sudo netstat | grep :1883 | grep 13 tcp 0 0 ub9:1883 192.168.13.61:56670 ESTABLISHED tcp 0 4 ub9:1883 192.168.13.43:56252 ...
37 Forum: Newcomers «» Posted on: Fri, 28 June 2019 00:51 «» By: Nitin Dahyabhai
Re: Unable to install 2019-06: Repeated attempts to download ... probably because it can't be proces
I think you'll have to explain with a little more detail to get a useful response.
38 Forum: TMF (Xtext) «» Posted on: Mon, 24 June 2019 04:27 «» By: Christian Dietrich
Re: Saving AST of xText runtime model as an ecore model
hi, can you be a bit more specific on what you actual problem is. EcoreFactory.eINSTANCE.createEPackage creates a package EcoreFactory.eINSTANCE.createEClass creates a class do a model 2 model transformation using these the with-expression and crea...
39 Forum: EclipseLink «» Posted on: Wed, 19 June 2019 08:12 «» By: vikram singh
Error Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:1033) at java.lang.Thread.run(Thread.java:745) Caused by: javax.xml.ws.soap.SOAPFaultException: Marshalling Error: Excepti...
40 Forum: Eclipse Layout Kernel «» Posted on: Mon, 17 June 2019 12:12 «» By: Enrico Girotto
Re: Custom properties on node
Hi Miro, thank for answer. Our system build graph on-the-fly. The server representation of this is a graph and we want to represent it as a dataflow in the web application part. We use ELK in the server part to layout the graph, then we send the res...
41 Forum: M2T (model-to-text transformation) «» Posted on: Mon, 10 June 2019 09:32 «» By: Ed Willink
Re: [Acceleo] For loop generate extra white line iterating on Set<Association>
Hi IMHO, anything that makes a tool unduly painful to use is an ergonomic bug, so yes it is at least an ergonomic bug. The Acceleo documentation has extensive descriptions on when whitespace is generated, so you might be able to pin down which descri...
42 Forum: Newcomers «» Posted on: Tue, 04 June 2019 20:43 «» By: Larry Landaeta
Can't export library
I'm trying to use the classes contained in the kxml2-2.3.0.jar file. It is a jar file containing class files arranged in folders to represent the package structure. I added it as an External JAR file, and it appears in the Package Explorer as an entry in t...
43 Forum: EMF «» Posted on: Wed, 29 May 2019 09:34 «» By: Ed Willink
Re: Java model package name
Hi The GenModel options, in particular the package suffixes patterns, give you quite a bit of naming flexibility, but perhaps not what you need. If you step back and examine your question, you seem to ask why you you are called Felix when your name i...
44 Forum: Eclipse Platform «» Posted on: Sat, 25 May 2019 13:10 «» By: Michael Berg
Re: Need to save before copy-pasting files
"Your ideas are intriguing to me and I wish to subscribe to your newsletter" as a lovable cartoon character once said. But seriously - I understand some of the words you say and they sound really smart. I hope that more skillful developers wil...
45 Forum: Jubula «» Posted on: Thu, 23 May 2019 14:48 «» By: Nizar Tenzekhti
Exception with running Jubula-core on Eclipse
I try to running Jubula-core on eclipse to develop new test cases and toolkits, i built the project using build.xml, Building was successful, but not all dependencies was installed, i installed them manually. now Jubula project run correctly but when i cho...
46 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 28 November 2018 20:05 «» By: Ed Merks
Re: Use of ecore2xml mappings
I'm really still not sure your actual scenario. If you have an XML Schema (a *.xsd) and from that you create an Ecore model (*.ecore), then for any *.xml instance that conforms to the XML Schema you can directly read and write it using the *.ecore you cre...
47 Forum: C / C++ IDE (CDT) «» Posted on: Mon, 26 November 2018 18:51 «» By: David Vavra
Re: Multiple main() in the same project
Write your own makefile in a Makefile Project is the easiest way. Eclipse will not create a makefile with more than one executable target. You could break up the project into separate projects for each program.
48 Forum: Eclipse SmartHome «» Posted on: Fri, 23 November 2018 15:44 «» By: Kai Kreuzer
Re: Compilation failure
I'd imagine that this is due to the Java version being used. Which one is it? Can you try with Java 8, if it is anything more recent?
49 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Tue, 20 November 2018 20:46 «» By: Alois Zoitl
Re: ECC algorithm and deploy
Hi, Currently when you develop your own FBs and every time you change them you have to regenerate the C++ code for it and rebuild 4diac FORTE. We know that this is not a good situation. There is a prototype available in 4diac IDE as well as 4diac FORTE wh...
50 Forum: 4DIAC - Framework for Distributed Industrial Automation and Control «» Posted on: Thu, 15 November 2018 23:09 «» By: Awais Tanveer
Re: Forte not compiling for Wago PFC200
Thanks for the reply Alois. As you recommended, I downloaded the 4diac FORTE 1.10.0 RC2 and tried to compile with ptxdist. Attached is the error that I get. Can you help me with that? One more thing, forte_wago.make file provided in 4diac FORTE 1.10...
51 Forum: OCL «» Posted on: Mon, 12 November 2018 08:55 «» By: Ed Willink
Re: Specify Constraint for Parameter of a UML Operation
Hi I don't see the problem so my answer has to be just do it. If you provided a repro comprising your metamodel and your best attempt at just doing it, I could see where you went wrong / why I don't understand the problem. (Instinctively I would tend...
52 Forum: Eclipse Scout «» Posted on: Fri, 09 November 2018 08:52 «» By: Patrick Baenziger
Re: Some questions on hierarchical editable TablePage
Hi there It depends a bit on where your table is located and what your desired outcome is, especially when the changes in the table should be saved. Let's assume that your editable table is located in a form with a "Save" Button. When addin...
53 Forum: EclipseLink «» Posted on: Tue, 06 November 2018 20:27 «» By: Pari Jeevanandam
Spring, EclipseLink, Jboss eap 7 with XA datasource...issue with autocommit
We are migrating this application from Weblogic to Jboss. Application works in weblogic XA datasource or even in Jboss with Non-XA.. But its not working in Jboss XA datasource.... Complete details is available in stackoverflow.com/questions/5317933...
54 Forum: OCL «» Posted on: Sun, 04 November 2018 15:08 «» By: Perdita Stevens
Re: "Create Dynamic Instance" in OCLinEcore tutorial
Might do - or more likely, probably, might get a good undergraduate student to do that next year. I'll be thinking about project proposals in a few weeks - will bear it in mind, and possibly get back to you if anything's unclear.
55 Forum: Newcomers «» Posted on: Wed, 31 October 2018 09:40 «» By: Ed Merks
Re: Default package's Cadence.java is now inoperable
This looks more like a problem with the version of Java that you're using. As of Java 9 with the introduction of modules, it's often gotten much more complicated to ensure that things are on the classpath/module path. With subsequent versions of Java, th...
56 Forum: WindowBuilder «» Posted on: Mon, 29 October 2018 13:25 «» By: name name
Databinding Swing beansbinding-1.2.1.jar
Hi, I allready asked at Stackoverflow, but its so specific to the WindowBuilder so I will link it here: https://stackoverflow.com/questions/53044018/databinding-swing-eclipse-beansbinding-1-2-1-jar-windowbuilderpro The short story: Generated GUI with ...
57 Forum: Kura «» Posted on: Thu, 25 October 2018 05:43 «» By: shubh wade
Re: Generate dp file
Thank you now i am able to created dp file through the goal <goal>build<goal> but using this goal not able to generate dp file of all contents like all dependency and packages including in project . someting is missing because content of .dp...
58 Forum: Lua Development Tools «» Posted on: Mon, 22 October 2018 09:35 «» By: Yan Pas
Re: LDT need new contributors/committers !
Hello everyone! I was using eclipse for 1.5 years and the whole platform seems to degrade, more and more bugs I face each release. I think that LSP (language server protocol) is the future for this project. This will allow for this project to be used in...
59 Forum: C / C++ IDE (CDT) «» Posted on: Wed, 17 October 2018 22:00 «» By: alex rayne
Editor havyly blinking on ubuntu
Hallow! use eclipse CDT and PDT on ubuntu. my editor window blinks - get clear window and rapidly draws content. redrawing comes more rapid when code have issues - errors. frequently, redrawing breaks on clear state, and to see content need some acti...
60 Forum: Babel «» Posted on: Mon, 15 October 2018 16:57 «» By: Kit Lo
Re: when pub the Eclipse 4.9 SimRel Language pack?
There will be a Babel release planned in January 2019 to translate Eclipse SimRel 2018-12 (which will include translations for Eclipse 4.10). See my new topic message "Future Babel Release Plan" for more details https://www.eclipse.org/forums/ind...
61 Forum: Eclipse Titan «» Posted on: Sat, 13 October 2018 06:35 «» By: Elemer Lelik
Re: How to execute test cases with Linux command line
Hi le tian, there are two ways to start a parallel execution from the command line; let's assume that you have built with Titan an executable binary myExecutableBinary and you have a configuration file ConfigurationFile.cfg I will assume that enviro...
62 Forum: BIRT «» Posted on: Tue, 29 November 2016 08:29 «» By: Serge Ehcelman
Title page without header and footer
Hello! My subchallenge is to create title page without master page header and footer. Event onPageStart executes only one time even if I have many more pages. Also, if I set for master page element getStyle().display="none" in this event, it ...
63 Forum: Epsilon «» Posted on: Fri, 25 November 2016 20:27 «» By: taghreed altamimi
Record change
Hi, I need to change UML model(deployment diagram) for example adding more devices,deleting device,moving artifact from device to another or delete device or adding more artifacts.Is there any tool or option that can record the changes that i have made au...
64 Forum: Eclipse Scout «» Posted on: Wed, 23 November 2016 09:05 «» By: Matthias Zimmermann
Re: UI Design: Best way to implement handling 1:n relations
a while ago we were thinking around more excel like behavior for data entry. however, for us this currently has low prio. options to change this situation are either via contribution or sponsored development best regards matthias
65 Forum: Oomph «» Posted on: Mon, 21 November 2016 18:09 «» By: Eric Domeshek
Re: Error at installation
I'm posting this as a follow-up because I think I may have a similar problem, and my question is: How do I fix a botched install. I'm hoping to fix this install (rather than just try all over again) because it's the closest I've come to a working environ...
66 Forum: Equinox «» Posted on: Fri, 18 November 2016 07:37 «» By: nils hendricks
Re: p2 - dropins deprecated? What are the plans for the future.
Hi Pascal, to describe the background of our scenario: 1. We create Eclipse workspaces with all needed settings fully automatically including individually configured Tomcat and (for RSA) WebSphere Servers and for RDz also create Host connections etc. ...
67 Forum: Eclipse SmartHome «» Posted on: Tue, 15 November 2016 21:09 «» By: Smart Home
Re: Installing ESH on MAC Sierra (10.12.1)
And here you can see more errors I get
68 Forum: BIRT «» Posted on: Mon, 14 November 2016 01:35 «» By: Alex Whiteley
Re: Data Set error
Hi, I have just installed Eclipse for use in BIRT reporting on a Redshift database. I don't have any programming experience and have not made any changes to configuration in the installation. I get the same error as above: if someone could advise ho...
69 Forum: TMF (Xtext) «» Posted on: Sun, 13 November 2016 14:16 «» By: Thomas Kohler
How to override and extend the JvmModelGenerator to generate complex enumerations
Hi, I'm working on a xbase based dsl using the JvmModelInferrer and I'm surprised how much functionallity works out of the box when using this concept! Unfortunately I found out that the JvmModel and JvmModelGenerator does not support more complex Ja...
70 Forum: Model Driven Health Tools «» Posted on: Thu, 10 November 2016 18:34 «» By: Jon Forwick
Re: ONC 2015 S&CC Vocabulary Validation
Hi Jason/Others, Fingers crossed that people are still reading this forum! Just wondering if you had any further pointers/tips as to integrating the vocabulary validation services with the MDHT validitor. I am in the exact same situation (using...
71 Forum: Eclipse Platform «» Posted on: Thu, 10 November 2016 15:15 «» By: Marcel Austenfeld
Re: Set Default Font To Use Eclipse Neon Editor Font Zoom Feature
I reproduced this on a new Eclipse platform installation and sleak from within Eclipse in debug mode using the texteditor and the Java editor https://www.eclipse.org/swt/tools.php If you constantly zoom in and out more font objects are created probab...
72 Forum: Graphiti «» Posted on: Tue, 08 November 2016 15:25 «» By: Michael Wenz
Re: Update diagram when drag and drop
Philippe, the coding you have appenrently copied from our Sktech example (the link I provided in the other forum posting) is intended as a small example what needs to be done for achieving such a split-connection functionality. It works in the very simp...
73 Forum: Sirius «» Posted on: Tue, 08 November 2016 10:02 «» By: Zoltan Ujhelyi
Re: Transaction error prohibits crossreference resolution with Sirius editor over an Xbase language
Hi, I have done one more debug session, and found the following aspects of this issue interesting: * In DAnalysisSessionImpl when initializing the SessionResourcesTracker, the resolution call is called without any transactions. This caused linking ...
74 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Sun, 06 November 2016 12:50 «» By: Martin Taal
Re: [TEXO] creating a Map attribute
Hi Ralf, Here is a link, let me know if you have more questions: https://wiki.eclipse.org/EMF/FAQ#How_do_I_create_a_Map_in_EMF.3F gr. Martin
75 Forum: Oomph «» Posted on: Sat, 05 November 2016 08:32 «» By: Ed Merks
Re: org.eclipse.equinox.p2.director code=10053 on some machines others are working
I really can only guess. Certainly a requirement on something with IU and requirements filters that only allow it to be installed on Mac will cause install/update problems on another OS, but if you only care to support Mac that's not a directly a problem....
76 Forum: Oomph «» Posted on: Thu, 03 November 2016 15:38 «» By: Konrad Windszus
org.eclipse.equinox.p2.director code=10053 on some machines others are working
I get the error org.eclipse.equinox.p2.director code=10053 Cannot complete the install because one or more required items could not be found. only on some machines. On other machines relying on the same (custom) product and project model, that issue does...
77 Forum: Eclipse SmartHome «» Posted on: Thu, 03 November 2016 13:23 «» By: Kai Kreuzer
Re: newbie needs help starting binding
Hi Nathan, Welcome and sorry for the late reply! The Eclipse SmartHome IDE setup is mainly required if you want to work on the source code of ESH itself. If you "only" want to implement bindings, the better choice for you might be the openH...
78 Forum: EMF «» Posted on: Tue, 01 November 2016 08:03 «» By: Eike Stepper
Re: [CDO] Programmatically adding securityManager
And the following test methods might give more clues: org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_417483_Test.doSetUp() org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_399487_Test.setUp() org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_422170_Test.setUp() or...
79 Forum: Eclipse Titan «» Posted on: Mon, 31 October 2016 08:00 «» By: Kristof Szabados
Titanium: support for improving test quality.
The set of Eclipse plug-ins for Titan consists of four plug-ins: the Designer, Executor, LogViewer and Titanium. This forum entry is all about the fourth plug-in, Titanium. The TTCN-3 code executed by Titan is software typically used to test software, a...
80 Forum: TMF (Xtext) «» Posted on: Thu, 27 October 2016 13:27 «» By: Larry Cousin
Re: Dealing with Eclipse XText syntax errors
Thank-you that worked. Yes, I certainly need to learn more about xtend. Working with Xtext has been an interesting but rigorous process. There is no single place to learn about google injection, Antlr, Xtext, xtend and how they work together. I have th...
81 Forum: Gendoc «» Posted on: Wed, 26 October 2016 16:14 «» By: Tristan Faure
Re: Error when generate doc
hello indeed it is strange can you copy more information from the log or attache the log content ?
82 Forum: EMF «» Posted on: Sat, 22 October 2016 13:56 «» By: Aurélien Mora
Re: EMF MetaModeling
Hello, Your question is too generic : a system of what ? to do what ? what is the problem with your metamodel ? You should reduce your big problem to some specifics points. For your second question, I think a good start is to look on UML, because t...
83 Forum: Java Development Tools (JDT) «» Posted on: Sat, 22 October 2016 02:58 «» By: Michael Vorburger
Re: Inherit null annotations not working for external annotations?
> In fact, that it proposes @Nullable is another (more minor) bug as well I guess - I'd like my code to be the least cluttered possible, so when Inherit null annotations is on, it shouldn't add @Nullable if not required, agreed? ==> https://bugs.e...
84 Forum: Sirius «» Posted on: Thu, 20 October 2016 08:45 «» By: Pierre-Charles David
Re: Performance problems with Properties View and Tree representation
Hi. It's difficult to be sure if this is the same issue as I see, but I can confirm there is a problem here. To give some context, what happens is that when you expand/collapse a Sirius tree item, perhaps surprisingly, this is not a purely graphical ope...
85 Forum: TMF (Xtext) «» Posted on: Wed, 19 October 2016 23:32 «» By: Luis Solano
Re: Xtext editor backed by XMI resource
Thanks again for your responses and your clarifications! Yes, the IDs won't show in the grammar. I'll look into using xmi:ids. Not sure why UUIDs won't be useful. If I can make sure that a UUID is assigned once and it stays the same for a given o...
86 Forum: Standard Widget Toolkit (SWT) «» Posted on: Tue, 18 October 2016 11:18 «» By: Alois Zoitl
Putting Buttons into Table Headline
I have a table where the bottom right headline is nearly empty and would allow me to build a more intuitive and concise UI if I could put there in addition to the headline text (left aligned) two buttons (right aligned). I already googled a bit and look...
87 Forum: Standard Widget Toolkit (SWT) «» Posted on: Tue, 18 October 2016 10:42 «» By: Alois Zoitl
Putting Buttons into Table Headline
I have a table where the bottom right headline is nearly empty and would allow me to build a more intuitive and concise UI if I could put there in addition to the headline text (left aligned) two buttons (right aligned). I already googled a bit and look...
88 Forum: Oomph «» Posted on: Mon, 17 October 2016 08:08 «» By: Konrad Windszus
Relative URIs for redirected catalogs
I use the redirectable catalogs as described in https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Hosting_your_own_index_.2F_catalogs. It explicitly states there Since I don't know the final URI yet where the project/product index is gonna be deploye...
89 Forum: Java Development Tools (JDT) «» Posted on: Thu, 13 October 2016 16:59 «» By: Chris McGee
Re: Internal Errors during "Project classpath scan"?
No one has, sadly. However, I will say that I have not seen the error pop up any more since I updated my Eclipse to Neon.
90 Forum: Sirius «» Posted on: Mon, 10 October 2016 15:55 «» By: Pierre-Charles David
Re: Reconnect Edge with ReconnectSourceNodeCommand
Hi. The ReconnectSourceNodeCommand is internal and should not be used by client code. The DEdge and related model elements are the internal data model used by Sirius, and as a general rule you should not modify them directly (there are exceptions, but i...
91 Forum: TMF (Xtext) «» Posted on: Fri, 07 October 2016 10:33 «» By: Stephan Herrmann
Re: problem with using import quickfix
I believe there's a general problem with serialization on behalf of a quick fix: Xtext determines the region that has to be replaced as the parent EObject of the current modification. In case of an import this is always the entire model, i.e., we can onl...
92 Forum: EMF «» Posted on: Wed, 05 October 2016 11:46 «» By: Ludwig Moser
Adapters
Hello, First of all - i hope this is a "simple" questions, therefore i do not provide a small example program - which i can not provide as the 'problem' is reproduceable but not in an standalone app. Description of my problem: I have a cas...
93 Forum: RCP Testing Tool «» Posted on: Tue, 04 October 2016 09:33 «» By: Rajesh Singh
Re: Failed to launch RCPTT runner.
Hi All, Any one has got solution for the same I am also getting the same iussue. [INFO] An error has occurred. See the log file [INFO] D:\RCPT_Testing\DC\target\runner-workspace\.metadata\.log. [INFO] Runner exit code is: 13 [INFO] -----------------...
94 Forum: TMF (Xtext) «» Posted on: Fri, 07 August 2015 08:27 «» By: Phil F.
Re: MWE failing on referenced Ecore Model
0 [main] INFO lipse.emf.mwe.utils.StandaloneSetup - Registering platform uri 'D:\Projects\.......' 38 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - Problems instantiating module org.xtext.example.mydsl.MyDsl: java.lang.reflect.InvocationTar...
95 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 06 August 2015 01:02 «» By: Eclipse User
Re: [EMF Forms] NPE on display reference model dialog
See https://github.com/mbarbero/fr.obeo.releng.targetplatform/issues/59 I look forward to working with both of these timesaveing features, John On 08/05/2015 07:48 PM, John E. Conlon wrote: > With some trial and error I found the conflicting f...
96 Forum: Newcomers «» Posted on: Tue, 04 August 2015 20:12 «» By: DJ Wight
Eclipse with Jazz (Rational Team Concert) - Best References for Study?
My employer has bought a C/C++ application codebase from a contractor which does not use Eclipse as part of its development picture. Basically a big /src tree organized for building with Autotools, with a few top-level build scripts masking some of the ...
97 Forum: Papyrus «» Posted on: Mon, 03 August 2015 14:34 «» By: Alkis Paspaliaris
Re: Message order in Papyrus sequence diagram xmi file
Since I haven't still got any answer, let me rephrase the question and make it more general: Do Papyrus sequence diagrams store message order information? As far as I have understood, they should, but I believe that it is a Papyrus bug that, when cre...
98 Forum: Newcomers «» Posted on: Sat, 01 August 2015 14:33 «» By: Rod Hittle
Weird, why is some previous version of a class running
I have this class named DataBaseDemo.java and I had it originally set up to use MySQL but then I altered it to use ORACLE. But I only 'half way' did the change and did a save and click the run button. So I was struck dumb when it did run. Then I looked...
99 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Fri, 31 July 2015 07:38 «» By: Jonas Helming
Re: [EMF] Exception when using remove/removeAll
Hi Tobias, Edgar is on vacation until the end of next week. He will get back to you after that. Best regards Jonas Am 30.07.2015 um 18:23 schrieb Tobias Zangl: > Hi Edgar, > > sorry i was on vacation last week but im working on ...
100 Forum: TMF (Xtext) «» Posted on: Wed, 29 July 2015 21:01 «» By: Richard Melvin
Re: java.lang.SecurityException on maven build with Xtext and XCore from Mars
Just to dump the results here in case it helps someone else (or me next year): The signature conflict is between the jars org.eclipse.core.runtime 3.7.0 and org.eclipse.equinox.common 3.6.200, because both have the package org.eclipse.core.runtime, but ...
101 Forum: BIRT «» Posted on: Wed, 29 July 2015 12:36 «» By: Hilton Rocha
BIRT Report Viewer
HI all. I Created a report using BIRT Mars, when I try to run report an error appears. I tryied to find where is the problem but I could not. Can somebody help me. org.eclipse.birt.report.engine.api.EngineException: Error happened while running the r...
102 Forum: Eclipse SmartHome «» Posted on: Tue, 28 July 2015 14:13 «» By: Kai Kreuzer
Re: Overriding channel labels
We will have them, but somewhere we have to draw the line between simplicity for beginners and flexibility for experts. So yes, for now, I would say this line is just there where you want to link more than one item (and with this, shift the focus from ...
103 Forum: UML2 «» Posted on: Tue, 28 July 2015 12:14 «» By: Christian Damus
Re: Resolving relative URI's in references
Hi, Andreas, I should be very surprised, indeed, to see EMF not using the correct contextual resource URI for the resolution of HREFs. Every application depends on this and the mechanism is quite reliable, assuming that the resource set and resou...
104 Forum: Oomph «» Posted on: Mon, 27 July 2015 15:51 «» By: Matthias Nicklisch
Re: Project import via project catalog
Ok, first things first, I want to thank you for your support. I hope you havn't already enough of me =) Ok, there was some confusion on my site about all those ini files. I only knew about this redirection option in the eclipse-inst.ini of the installe...
105 Forum: QVT-OML «» Posted on: Mon, 27 July 2015 14:12 «» By: Ed Willink
Re: [QVTo] Transform a unique element of the model
Hi Yes. But you have to code the copy yourself; really tedious unless you use an auto-generator. You could wrap a call to EcoreUtil.Copier. Provision of a more automated copy is a WIBNIF for all three QVT languages. Regards Ed W...
106 Forum: Eclipse 4 «» Posted on: Fri, 24 July 2015 14:19 «» By: Martin Bayer
Re: Part not displayed on exported product
Hi, sorry, I had some other job to do, so I'm back working on this problem...I will attach screenshots for you to be able to understand problem better. I also found more problems in rendering on Linux Mint... So when I start the application in Eclipse I...
107 Forum: TMF (Xtext) «» Posted on: Fri, 24 July 2015 13:05 «» By: Mohsin waqas
Re: Lining up arguments vertically
actually when i replace // formatter API fragment = formatting.FormatterFragment auto-inject {} with // formatter API fragment = formatting2.Formatter2Fragment auto-inject {} in GenerateMyDsl.mwe2 and run mwe2 workflow, it does not generat...
108 Forum: TMF (Xtext) «» Posted on: Thu, 23 July 2015 23:18 «» By: kimi raikonnan
Question related to difference between Partial and Full parse from Xtext point of view
I have question related to the difference between Partial and full parse. If i have file with more that 15000 line, and this file was parsed. By changing two or three lines in it, does xtext will parse all the file again or partial parsing will be done...
109 Forum: EGit / JGit «» Posted on: Thu, 23 July 2015 18:33 «» By: Julian Enoch
Re: How to clone a single branch in JGit
A fix for this has now been submitted in https://bugs.eclipse.org/bugs/show_bug.cgi?id=466858 This can be considered as an enhancement, although IMHO it is not necessary, as Jgit is right now just more flexible in the way to clone a single bra...
110 Forum: TMF (Xtext) «» Posted on: Thu, 23 July 2015 04:35 «» By: Ed Willink
Re: Compare Editor without Semantic Highlighting
Hi Are you sure? Recent innovations supported by GIT and used by EMF Compare support a coherent model of multiple files. The intent is to ensure that a group of related files are committed as a group rather than piecemeal and consequently inco...
111 Forum: EMF «» Posted on: Wed, 22 July 2015 19:35 «» By: Leonid Ripeynih
Re: [CDO] How to proceed when a genmodel changes?
I will also mention, that given that the case you're migrated, you scenario seems pretty simple. 1. Make sure you're using DBStore Annotations - to know table and columns names for sure (CDO will sometimes use object id's to name tables) 2. Write simple...
112 Forum: Newcomers «» Posted on: Wed, 22 July 2015 04:06 «» By: Russell Bateman
Re: Beginner needs troubleshooting help PLEASE someone help if you can .
On 07/21/2015 04:52 PM, kurt jenrette wrote: > Let me give more info. I have eclipse(Luna) running on windows 7 64 > bit. I have the current version of Java. I downloaded all this from > the links provided by Stanford cs106a website. I Cr...
113 Forum: Rich Client Platform (RCP) «» Posted on: Tue, 21 July 2015 16:05 «» By: Eclipse User
Re: Composite setBounds on Canvas does not work on Mac
Hmm, I'm not an expert on SWT internals, but I've never tried embedding a Canvas as a child widget of a Canvas. I imagine you'd have more success if you instead hosted both Canvas widgets within a Composite with a null layout, and then explicitly managed ...
114 Forum: Newcomers «» Posted on: Mon, 20 July 2015 13:31 «» By: Salil Vishnu Kapur
Regarding bug fixing
Hello community, I am a newbie here but have been using eclipse LUNA for more than a year now.I recently saw Bug 436896 which has not been patched since a year now.Could anyone of you please guide me how to get source code so that i can configure the bu...
115 Forum: Newcomers «» Posted on: Mon, 20 July 2015 12:35 «» By: Itzhak Hovav
Eclipse Helios on Linux 64bit with JDK 1.6.0_24:: getting stuck right after launch
hi I've installed Eclipse Helios (Yes, I know it is old but I worked with it in the past and I know it is OK for me and new versions are not working with JDK 1.6) downloaded from eclipse site and I try to launch it but it get stuck almost immediately... ...
116 Forum: Eclipse SmartHome «» Posted on: Sat, 18 July 2015 17:45 «» By: Chris Jackson
ZWave thing descriptions, and HABmin label conventions...
Kai/Dennis, It might be worth you taking a look at what I've written for the ZWave thing description - this is now mostly implemented and working (still a few things to add, but it's mostly there and the binding is running ok). The description is here,...
117 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 17 July 2015 17:02 «» By: Marko Gašparič
Re: Accessing Installation History
Hi, Thank you very much! Profile snapshots (eclipse\p2\org.eclipse.equinox.p2.engine\profileRegistry\ProfileXyz.profile) are the thing I was looking for. They are more precise than eclipse\configuration\org.eclipse.update history. Cheers,
118 Forum: Newcomers «» Posted on: Fri, 17 July 2015 02:51 «» By: Phil Freihofner
Re: Eclypse 3.2 fails to start after Java update
Same exact problem just occurred for me, including error message. The error message is kind of hard to decipher. However, there are some older answers that may help: http://stackoverflow.com/questions/4945178/cannot-run-eclipse-jvm-terminated-exit-code-1...
119 Forum: Buckminster «» Posted on: Thu, 16 July 2015 14:30 «» By: Thomas Hallgren
Re: Buckminster download for Eclipse Mars (4.5.x) missing
A Buckminster for Mars is now available. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=471115 for more details. - thomas On 2015-07-15 14:26, Matthew Webber wrote: > It looks like Buckminster has not been updated for Mars (Eclipse 4.5.x). ...
120 Forum: EMF «» Posted on: Wed, 15 July 2015 05:57 «» By: Eike Stepper
Re: [CDO] Concurrent accesses and ObjectNotFoundException
Am 30.06.2015 um 22:08 schrieb Stephane Fournier: > Hi Eike, > bad is the result of the auto-correction on OS X :) > > if the serializeCommits is enabled, I understand the commit operations are put in a FIFO queue to process them one >...
121 Forum: WindowBuilder «» Posted on: Tue, 14 July 2015 08:38 «» By: Oguz Ozcan
SWT Installation Error
Hello all, I tried to install the SWT packages to my Eclipse Mars. I installed all the packages below : SWT Designer SWT Designer Core SWT Designer Documentation SWT Designer SWT_AWT Support SWT Designer XWT Support (requires Eclip...
122 Forum: Java Development Tools (JDT) «» Posted on: Mon, 13 July 2015 11:05 «» By: Stefan Häusler
Re: Eclipse Mars (4.5.0): unable to run JUnit Plug-in test with Target Platform 3.8.2
Hello, i have the same problem and personally can not think that this is intended. Why is this plugin searching for its dependency org.eclipse.core.runtime within the TargetPlatform (at least it looks like it). I personally, do not want to enhance...
123 Forum: Sirius «» Posted on: Fri, 10 July 2015 08:59 «» By: Laurent Redor
Re: Difficulty with handling node creation / deletion in corner cases
Le 07/07/2015 21:49, Ryan Schimpel a écrit : > Hi there, > I've been having some difficulty trying to implement a particular case using Sirius and I was wondering if you might have some thoughts as how to be go about it. > &...
124 Forum: Eclipse SmartHome «» Posted on: Wed, 08 July 2015 13:52 «» By: Kai Kreuzer
Re: Discovery 'stages'
What exactly DO you know about the device in this "early" discovery stage? Just some address and nothing more? Does it mean that you also would not be able to "approve" such a discovery result in this stage?
125 Forum: BIRT «» Posted on: Tue, 07 July 2015 12:07 «» By: Manasvini Ganesh
Error happened while running the report-BIRT
Eclipse version - Luna that is-Eclipse IDE for Java and Report Developers version-4.4.2.20150219-0708 Code in script open menu is- query="select" +"department_name, office_id, office_name," +"sum(total_empl_count) as total_...
126 Forum: Papyrus «» Posted on: Fri, 30 January 2015 22:10 «» By: Ernesto Posse
DelegatingUndoContext exception
I'm getting a DelegatingUndoContext exception quite often in Papyrus, which is very annoying as it pops up a dialog every time. (See below) I'm not 100% sure but it seems to occur every time I switch from a non-Papyrus editor to a Papyrus editor and cli...
127 Forum: Newcomers «» Posted on: Fri, 30 January 2015 00:52 «» By: Russell Bateman
Re: cannot find org.eclipse.e4.rcp to add as feature dependency
On 01/29/2015 07:07 AM, quest ionnere wrote: > Hi, > > when following the vogella tutorial (sry - links still disabled) for > RCP4 applications I get stuck at point 14.3 Enter feature dependencies > in product It says that I need to add...
128 Forum: OCL «» Posted on: Wed, 28 January 2015 18:04 «» By: Ed Willink
Re: validating OCL in UML Profile (with Papyrus)
Hi Camille I think you are confusing metalevels, which is very easy, particularly when the exposition lacks clear examples. Extension::metaclass[1] specifies that there is exactly one Stereotype'd class named as XXX and consequently a base_XXX re...
129 Forum: BPMN 2.0 Modeler «» Posted on: Tue, 27 January 2015 09:56 «» By: Adam Fowler
Documentation for adding new Runtime
Hello all, I'm looking to build a plugin for a BPMN2 runtime. I just need to restrict the types of Activity, and add few extra configuration parameters here and there. I've seen the shockwave videos and have the example custom task project, but I'm a...
130 Forum: Remote Application Platform (RAP) «» Posted on: Mon, 26 January 2015 13:58 «» By: Jan Brockmeyer
Table/List with custom row elements
Hey, I am working on an E4 RAP/RCP application, where the main part is an editor with a list of (approx. 1000) rows consisting of an arbitrary composite. The composites in each row must allow editing of the containing elements, drag and drop, adding, re...
131 Forum: NatTable «» Posted on: Fri, 23 January 2015 12:37 «» By: Xavier Wolfs
Re: How to get live updates while maintaining a sorted tree
Follow-up with where we went wrong, so other people might learn from our mistake. To quickly summarize, what we were seeing was that our sorted tree was seperating parents from children once we started updating rows. Eventually, we discovered that this ...
132 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 21 January 2015 13:32 «» By: Maximilian Koegel
Re: [Edapt] Model includes references
Hi Teun, sorry for the delayed reply. It is possible to migrate models with dependencies on other models. To do that you need to identify the base model with no dependencies and create a single history on this model which combines the histories of a...
133 Forum: MoDisco «» Posted on: Mon, 19 January 2015 14:47 «» By: Hugo Bruneliere
MoDisco in practice shown during coming ARTIST workshop @CloudScape Brussels - March 10, 2015
Hello all, For those interested in, some MoDisco concrete usages in industrial cases will be presented during coming ARTIST Workshop @Cloudscape in Brussels (Belgium), on coming March 10. As the ARTIST open source tooling is largely based on Eclipse, t...
134 Forum: EGit / JGit «» Posted on: Sat, 17 January 2015 00:38 «» By: Jason D
Missing history
We converted from svn to git a few months ago and one of our projects has a file from 2008 that has commits going up to 2012. There are probably about two dozen commits visible when using git log --follow filename. If --follow is not set then only one co...
135 Forum: Test «» Posted on: Thu, 15 January 2015 19:24 «» By: Denis Roy
Re: Double quotes (curly form): """ or """ and more
There is more... much more... and then some.
136 Forum: Hudson «» Posted on: Wed, 14 January 2015 10:31 «» By: Stephane Tallard
Advice in moving from java 1.6 to java 1.8
Hy Guys, My job is to support people in various tools related to continuous integration in java. We are currently using Hudson 3.1.2 with the findbugs plugin. We are facing a problem with projects using java 1.8 : the findbugs plugin we use in ...
137 Forum: TMF (Xtext) «» Posted on: Tue, 13 January 2015 14:10 «» By: Henrik Lindberg
Re: Parser for Column Based Programming Language
On 2015-13-01 14:58, Mihael Schmidt wrote: > Henrik Lindberg wrote on Tue, 13 January 2015 14:52 >> On 2015-13-01 11:32, It is basically a lexing problem. Your lexer >> needs to understand different kinds of whitepsace and return >>...
138 Forum: Newcomers «» Posted on: Sun, 11 January 2015 22:04 «» By: David Williams
Re: Installation problem on mac OS X 10.10.1
<html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix&q...
139 Forum: Eclipse Scout «» Posted on: Thu, 08 January 2015 13:37 «» By: Alexandra Schladebeck
Re: Click OutlineViewButton via Jubula
Here the cross post from the Jubula forum: Thanks for the additional information Jeremie. I've chatted with the guys here and it should be fairly easy to write an extension for either the individual buttons (easier) or to address the component as a more c...
140 Forum: TMF (Xtext) «» Posted on: Wed, 07 January 2015 06:42 «» By: Markus Duft
Re: FileSystemAccessQueue deadlock?!
Thanks for the reply I already feared that it would be problematic to add more threads on my own.... The problem there is not that the granularity on a 1:1 input file to output file generator relation is not OK - it's perfect. I /additionally/ generate so...
141 Forum: JFace «» Posted on: Mon, 05 January 2015 18:46 «» By: Krishnakant Mane
challenge: Setting with of last table column
Hello all, here is the problem. I am using a composit with form layout for a few widgets. Amongst it is another composit which contains a JFace TableViewer. Here is the code with all other unnecessary lines removed. TableColumnLayout tbl = new Table...
142 Forum: e(fx)clipse «» Posted on: Thu, 19 June 2014 17:27 «» By: Thomas Schindl
Re: Status of tooltip support
No is a "bug" and i merged your contribution! Tom On 19.06.14 11:24, Sun Volland wrote: > Hi, > > Maybe I'm wrong, but it looks like tooltips are not taken into account > by the MItem renderers, and implementation seems qui...
143 Forum: Hudson «» Posted on: Wed, 18 June 2014 05:18 «» By: Winston Prakash
Re: Hudson integration with eclipse
I'm going to assume you have a software project which is developed using eclipse and you want to build that using Hudson. - Find how you are going to build your project via command line If it pure Eclipse project then you have to find a command line...
144 Forum: BIRT «» Posted on: Mon, 16 June 2014 18:01 «» By: Young Song
Cannot preview the report: XPCOM error
Hi, I am fairly new to the BIRT project (just installed Eclipse/BIRT package last Friday) and was trying to go through tutorial. I am going through similar phases of trial/error as described in this post. I installed the Eclipse/BIRT in t...
145 Forum: Sirius «» Posted on: Fri, 13 June 2014 13:47 «» By: Maxime Porhel
Re: Unable to set viewpoint to existing project
Le 13/06/2014 14:16, Wilbert Alberts a écrit : > Hi Maxime, Hi Wilbert, > > I encountered the same problem. So I: > - removed the modeling project > - created a new representation file > - used that one to visualize. > That s...
146 Forum: Eclipse 4 «» Posted on: Thu, 12 June 2014 18:56 «» By: Thomas Muller
Listen to MPart close events
Hi all, in my E4 RCP application, I create programmatically some specific instances of a domain model and I then display them in read-only MParts (which I reuse from an Eclipse 4 RCP third-party plugin [i.e. which I can't modify the source]). Now, w...
147 Forum: EMF «» Posted on: Wed, 11 June 2014 20:24 «» By: Marc-Florian Wendland
Re: Rules for XMI serialization
Hi Ed, thanks for your comments. You may already have noticed that I am not an XMI expert, however, I am really wondering what all these XMI Schema production rules in the spec are for if, as you stated, anything in the form of an XML Schema is bo...
148 Forum: UML2 «» Posted on: Wed, 11 June 2014 05:59 «» By: Ed Merks
Re: UML 2.4 schema
Ayman, Comments below. On 10/06/2014 4:40 PM, Ayman Yassin Mohamed wrote: > thanks for your reply and sorry we are new to eclipse world we will > explain more > 1-our mapping process is based on xml mapping using a tool Mapping XML dire...
149 Forum: EMF «» Posted on: Tue, 10 June 2014 11:06 «» By: Ed Willink
Re: Rules for XMI serialization
HI IIRC => If I Recall Correctly Seems like EMF is good for you without any UML difficulties, but you might want to look at canonical XMI to see if it defines a better xmi:id allocation algorithm. The real challenge is if you want to allow ...
150 Forum: Eclipse Platform «» Posted on: Sat, 07 June 2014 17:22 «» By: L. Mihalkovic
Platform UI improvements?!
Having watched what apple is up to with Yosemite, I've been thinking about the idea of finding a few low hanging fruits in eclipse that would make it look more at home on a OSX. In particular, I was thinking about the following areas: - content a...
151 Forum: Newcomers «» Posted on: Thu, 05 June 2014 22:03 «» By: Russell Bateman
Re: Eclipse not running on Linux Mint 17
On 06/04/2014 08:32 PM, Bul Satar wrote: > Tried java 7. same result. I also downloaded the 32 bit versions of > both just to see if that made a difference. same result. > > ggrrrrr Guess I won't be moving to Mint 17 until I hear mo...
152 Forum: NatTable «» Posted on: Wed, 04 June 2014 10:10 «» By: Dirk Fauth
Re: A selection model that preserves selection during resort?
Sorry, I'm quite busy at the moment. No you don't need to create Javadoc for overridden methods. Although I'm glad if users also contribute missing Javadoc if the overridden method is not yet documented. About the package name. IMHO it should be mo...
153 Forum: e(fx)clipse «» Posted on: Tue, 03 June 2014 14:01 «» By: Uwe San
Loading an FXML file and inject its controller into an E4 Part automatically
Hi, in my E4 application, every E4 Part has a corresponding FXMl file + controller: XYZPart.java XYZ.fxml XYZController.java I would like to load the FXML file and inject the controller instance into the Part whenever the Part instance is being ...
154 Forum: EMF «» Posted on: Mon, 02 June 2014 12:01 «» By: Martin Taal
Re: [CDO] Something goes wrong with the repo to corrupt it
Hi David, I saw now that you are refering to the CDO teneo datastore, is it possible to create a junit testcase running on your repo to reproduce this? Then if you can send me the junit test and repo and version you are using, then I can debug myself w...
155 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Fri, 30 May 2014 08:52 «» By: Atang Sutisna
[Texo] IllegalStateException: The object ... is not contained in a resource.
We have a project with two ecores: 1. inventorybalance.ecore, which depends on 2. jpa.ecore During Texo > Code Gen Annotated model : 1. First try: Error below happens, file inventorybalance-code-gen.annotationsmodel is not created. 2. Seconda...
156 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Wed, 28 May 2014 10:25 «» By: Atang Sutisna
Re: [Texo] Generator java version issue
I am also getting this issue with Eclipse Kepler 4.3SR2 and Texo 0.1.0.v201312121235. Strangely, the stack trace seem to be inconsistent on some (?) invocations. Is there a workaround? JRE in Eclipse: java-8-oracle 1.8.0-b132 Project level: JavaSE-...
157 Forum: BPMN 2.0 Modeler «» Posted on: Sat, 24 May 2014 23:02 «» By: imen bensaid
Add markers to Bpmn2.0 graphical elements
Hello, Is it possible to add markers (or indicators) to BPMN 2.0 graphical element ? I'd like to decorate bpmn2.0 graphical element with custom icons. For more clarification, I don't like to add a custom element but I'd like to modify the existing graphi...
158 Forum: Krikkit «» Posted on: Mon, 07 April 2014 19:55 «» By: Eclipse Webmaster
Welcome to eclipse.krikkit
Welcome to the Krikkit community discussions. The folks who requested this newsgroup will post a welcome message shortly, explaining what this exciting new group is all about. In the meanwhile, here is some more information about the Eclipse newsgroups: ...
159 Forum: BIRT «» Posted on: Mon, 20 January 2014 07:55 «» By: Marina Orth
Re: Dynamically language change while generating Birt Report
Hello, you need some thins to solve this problem. First you need a parameter "language" Then you need two .properties-Files looking like this: key1=Hello key2=Bye\: See more on wikipedia java properties files. you can work with para...
160 Forum: Orion (Archived) «» Posted on: Sat, 18 January 2014 19:23 «» By: Seong-ho Cho
Re: Orion editor didn't support Korean language
in addition, He(tadpole db hub maintainer) is about to use Orion editor which is very useful for his software. He've met the barrier which blocks the progress of his project's growing.. I'll tell the "issue" for this barrier from here. This is...
161 Forum: Remote Application Platform (RAP) «» Posted on: Fri, 17 January 2014 10:12 «» By: Tim Buschtoens
Re: CTabitem vs TabItem theming
Hi. The CTabFolder in RAP was build around the goal to enable the workbench. It it's also much more complex and difficult to enhance than the normal TabFolder. For these reasons we recommend to use the normal TabFolder when possible. TabFolder ...
162 Forum: Remote Application Platform (RAP) «» Posted on: Thu, 16 January 2014 14:50 «» By: John Gymer
Browser control and tab sequencing
There does not appear to be any way to use the keyboard to tab into a Browser control in RAP. The Browser control itself can take focus, but I cannot then go 'into' the page being displayed in the Browser control. In SWT this is possible - anything tabbab...
163 Forum: TMF (Xtext) «» Posted on: Wed, 15 January 2014 09:31 «» By: Anil Bhatia
Re: Instantiating instance of Java Class corresponding to JvmDeclaredType
Hi Sven, Thanks for the warning... Basically I need the user to refer to some existing java class (java class could potentially be coming from another Java project in the same workspace, or from a jar file) from 01.xtext. Then, in order to compute the ...
164 Forum: Orbit «» Posted on: Tue, 14 January 2014 14:39 «» By: Gunnar Wagenknecht
Re: xalan_2.7.1 flagged for possible security violation
Patrick, On 2013-12-11 19:46:00 +0000, Patrick Rusk said: > My company's security infrastructure recently flagged... > > /tools/orbit/downloads/drops/R20130827064939/repository/plugins/org.apache.xalan_2.7.1.v201005080400.jar > >...
165 Forum: EMF «» Posted on: Mon, 13 January 2014 11:25 «» By: Michael Vorburger
Re: How to obtain Resource URI's in-project relative path (for use in Xtext IGenerator IFileSystemAc
I've been able to "muddle" it like this, but this String manipulation-based approach is more of a workaround really: if (!uri.isPlatformResource()) throw new IllegalArgumentException("Not a Platform Resource URI: " + uri.toStri...
166 Forum: NatTable «» Posted on: Fri, 10 January 2014 14:58 «» By: Dirk Fauth
Re: next release
Hi, to be more precise, ATM I am the only ACTIVE committer in the project. Hopefully that changes soon again. As we are tracking every task in Bugzilla you can find the tasks I want to take care of via this Bugzilla search: https://bugs.eclipse.or...
167 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Thu, 09 January 2014 13:46 «» By: Scott Dybiec
Re: [EMFStore] server scalability
Maximilian, You wrote: "Every accessed project is loaded into memory, so scalability is definitely limited in the size of the biggest project in memory in comparison to the available memory." I'm less worried about the size of one proje...
168 Forum: Jubula «» Posted on: Wed, 08 January 2014 09:43 «» By: Alexandra Schladebeck
Re: Class loading issue in Jubula in my RCP AUT
Hi, Thanks for the extra information. I grabbed myself one of the developers to have a look at this too - but to find out what is happening and if anything can be done, we'd need much more detailed information: how the classloading has been modified and...
169 Forum: Chinese users «» Posted on: Tue, 07 January 2014 15:55 «» By: Eclipse Webmaster
Welcome to eclipse.users.chinese
Welcome to the Forum for user discussions in Chinese. The folks who requested this newsgroup will post a welcome message shortly, explaining what this exciting new group is all about. In the meanwhile, here is some more information about the Eclipse newsg...
170 Forum: TMF (Xtext) «» Posted on: Tue, 07 January 2014 10:08 «» By: Adrian Pollak
Maven build using Nexus with P2 repositories
Hello, I use a Sonatype Nexus Repository with added P2 Repository Plugins. https://docs.sonatype.org/display/Nexus/Nexus+OSGi+Experimental+Features+-+P2+Repository+Plugin I have a valid maven build which creates all artifacts out of the mwe2 file ...
171 Forum: Jubula «» Posted on: Mon, 06 January 2014 11:01 «» By: Alexandra Schladebeck
Re: Unassigned Component window displayed as empty
Hi, Pleased that it is working now I'm sure you can understand that I can't offer individual support via audio or email for specific forum threads. Bredex, however, does offer individual support via telephone, web session and email. If you want answ...
172 Forum: EGit / JGit «» Posted on: Fri, 03 January 2014 18:40 «» By: R Shapiro
Re: Rollink back the upstream master
One commit is bad? How bad is this bad commit? If it's just an error in one commit you can simply revert the commit and then push that reversion. No need for any new branches or anything else. If other related commits have happened since, you can revert...
173 Forum: Java Development Tools (JDT) «» Posted on: Thu, 02 January 2014 07:03 «» By: yeklavya ryan
eclipse exit after running project(servelt)
Whenever I run servlet from eclipse the download windows appears instead of showing servlet page. The same problem used to happen when I used the windows and now I use Ubuntu(13.10) and same problem is there. Now the problem is more after closing the dow...
174 Forum: TMF (Xtext) «» Posted on: Sat, 28 December 2013 21:27 «» By: Vincent Simonet
Content-assist grammar has warnings while the main one has no
Hello, The content-assist grammar for my DSL gets warning from the ANTLR parser generator for content assist (XtextAntlrUiGeneratorFragment), while there is no warning with the normal ANTLR parser generator (XtextAntlrGeneratorFragment). Digging into...
175 Forum: TMF (Xtext) «» Posted on: Mon, 15 July 2013 13:19 «» By: Henrik Lindberg
Re: about C macro
On 2013-15-07 14:02, Yueming Hong wrote: > HI, > My language needs to use the C type macro and inclusion. > And the macro is very complex, does anyone have idea to do this or have > done it before? > Maybe it stupid to define macro in X...
176 Forum: EPF «» Posted on: Sat, 13 July 2013 19:40 «» By: Flavelle Ballem
Re: *Bump*
I couldn't agree with Michael more - a 64-bit version for Linux is very important going forward.
177 Forum: PHP Development Tools (PDT) «» Posted on: Thu, 11 July 2013 15:46 «» By: Peter L
Can't debug existing php-system
Hello I took an existing Project into eclipse. Now I want to debug these programms. It seems there's a problem with the folders. eclipse expects the code unter h t t p : / / localhost/new_eclipse_project_name/old_project_name/index . php and so...
178 Forum: NatTable «» Posted on: Wed, 10 July 2013 20:44 «» By: Dirk Fauth
Re: refresh after reordering different-sized columns
A refresh does a complete refresh by resetting states. Why do you need to refresh? Isn't it possible to fire a more specific event?
179 Forum: Riena «» Posted on: Wed, 10 July 2013 11:36 «» By: Andreas Kulzer
Problems to get Riena run
Hello, i am new to Riena and have Problems to get in run. I use the following: -RienaSetup5.0.0 -TargetPlatform: http://download.eclipse.org/releases/kepler -Java 6 I make a new Plug-in Project with an Extension MySWTApp extends SwtApplication....
180 Forum: TMF (Xtext) «» Posted on: Tue, 09 July 2013 11:20 «» By: Ian McDevitt
Re: Questions about scoping
If you look at other projects where component chaining is done you'll see a specific pattern which creates a simple object when there is no '.' and then wraps that current object in a new object if there is a dot, and repeats the wrapping for more dots. ...
181 Forum: EMF «» Posted on: Mon, 08 July 2013 13:40 «» By: Niels Brouwers
Re: Problem serialization of model to encrypted binary file
Hi Ed, We've done additional testing. First test was to disable the encryption options mentioned in the code in my previous posts and run the same transformations in a batch twice. The same amount of output models were determined to be different compare...
182 Forum: Objectteams «» Posted on: Sun, 07 July 2013 17:56 «» By: Stephan Herrmann
Re: Lifting and Roles - Graph Product Line example
Hi Steve, sorry for the delay, I just returned from ECOOP The last time I looked at JML implementations the JMLEclipse project seemed to be most advanced, and it was most closely related to OT/J implementationwise: both have at their core a fork of...
183 Forum: TMF (Xtext) «» Posted on: Fri, 05 July 2013 17:57 «» By: Erick Fonseca
Re: Problem exporting Eclipse product
Ok, so I added org.eclipse.osgi to the list of plug-ins in my DSL feature. Now I got another error message. It's pretty big... it starts with !ENTRY org.eclipse.core.runtime 4 0 2013-07-05 14:50:35.003 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osg...
184 Forum: Requirements Modeling Framework «» Posted on: Fri, 05 July 2013 08:01 «» By: François Rey
Re: Improving upon the id presentation
Hi Michael, I see you point about SpecHierarchy referencing SpecObject. Now it makes sense to not have stored IDs that reflect the tree hierarchy. So we can imagine the behavior of the template presentation to be configured to be either dynamic (always ge...
185 Forum: Jobs and employment «» Posted on: Thu, 04 July 2013 10:52 «» By: Massimo Tisi
Post-doctorate and Research Engineer positions on Scalable Model-Driven Engineering in France
The AtlanMod INRIA research team at Ecole des Mines de Nantes is opening two 18-months positions (one postdoc and one research engineer) in the field of Scalable Model-Driven Engineering (MDE). The aim of the research is developing theoretical foundatio...
186 Forum: EclipseLink «» Posted on: Wed, 03 July 2013 13:31 «» By: James Sutherland
Re: Mapping Oracle NUMBER type to Java Type Options
Using a long is normally more convenient in Java, but either is fine, whichever best suites your application.
187 Forum: EMF «» Posted on: Tue, 02 July 2013 11:23 «» By: Ed Merks
Re: EMF query model
Tobias, Certainly it makes sense to look closely at the existing technologies before you reinvent something analogous. Interesting of two sets is something you should be able to do with either of these technologies. On 02/07/2013 1:09 PM, Tobi...
188 Forum: Newcomers «» Posted on: Mon, 01 July 2013 14:55 «» By: Russell Bateman
Re: Java
On 6/30/2013 2:42 PM, adil khalat wrote: > what is meant by Java annotation? This is really a Java question, better to ask in javaranch.com, jguru.com or stackoverflow.com. In Java, annotations are identifiers prefixed with the at-sign @ and ...
189 Forum: Newcomers «» Posted on: Sun, 30 June 2013 15:30 «» By: Eclipse User
MAC: Eclipse doesn't start
Hi dear community-members, as a more or less "newcomer" to Eclipse, I have a "big problem" I was using Eclipse Indigo for half a year now, while using Java 1.6 from Apple. Because of some security reasons I updated to 1.7_2...
190 Forum: TMF (Xtext) «» Posted on: Fri, 28 June 2013 17:28 «» By: Phil H
Re: restriction/clear of index
Thank you for your explanations. I think that I've understand it now a little bit more (though it's only a little bit I know about xtext). Are there maybe some examples? But what I quite don't understand is how to hook in. Have I got to define my own im...
191 Forum: Hudson «» Posted on: Thu, 27 June 2013 11:58 «» By: k z
Re: Install Slave as Windows Service
I've just tiried that. I'm using role-based authorization strategy and active directory plugins for security. The service installed itself successfully but there is a problem with connection. If I do not specify credentials I got 403 exception Failin...
192 Forum: Eclipse Platform «» Posted on: Fri, 12 April 2013 21:40 «» By: Thomas Wheeler
Overriding key bindings for editing text
I'm trying to create custom key bindings for text editors (Juno and Kepler). After a bit of experimenting I still don't understand what Eclipse is doing. Here are the bindings I want: Line Down -> Ctrl+B Line Up -> Ctrl+G Line Begin ->...
193 Forum: Sapphire «» Posted on: Thu, 11 April 2013 19:45 «» By: Ellen Badgley
Re: ReferenceValues with disposed/deleted referenced elements?
Sorry, I hit post too soon. I should have added that I have a pretty good idea of how to do this mechanically, by iterating through the list of ReferenceValues and removing any for which resolve() returns null or the resulting element is disposed. I'm mo...
194 Forum: Graphiti «» Posted on: Thu, 11 April 2013 06:27 «» By: sakop qq
The accelerator does not work
Hi,I found that the accelerator does not work in my project,for example, ctrl+z doesn't undo a command any more. I think some guys in the team may have overriden graphiti's default accelerator machanism, can sb tell me where to check it? Thanks.
195 Forum: GMF (Graphical Modeling Framework) «» Posted on: Wed, 10 April 2013 05:14 «» By: pan sen
BundleException in GMF editor
Can someone help me? I'm a newbee of GMF and I followed the dashboard to create a GMF editor. But a buddle exception appeared in the code which was not in my project. I even don't know what the exception will cause to my project. environment: Eclipse...
196 Forum: Compare «» Posted on: Tue, 09 April 2013 09:50 «» By: Laurent Goubet
Re: Diff process on huge file is really long (v2.1.0M6)
The merge process is not tied to the differencing process. We re-compute the proper insertion index for each merge operation. The user can merge whatever difference first ... so we need to take into account all things that will/won't change when determ...
197 Forum: TMF (Xtext) «» Posted on: Mon, 08 April 2013 15:18 «» By: Stephan Herrmann
GraphView style grammar breaks in Xtext 2.4
I'm using Jan's GraphView feature (nice stuff indeed), but when migrating to Xtext 2.4 I can no longer generate the style language, the mwe2 prints: 3013 [main] INFO clipse.emf.mwe.utils.GenModelHelper - Registered GenModel 'http://www.xtext.org/graphv...
198 Forum: EclipseLink «» Posted on: Mon, 08 April 2013 08:14 «» By: Daniel Szalay
No data persisted to database with new JPA-RS libs
I know this post will be extremely vague, but at the moment I am really lost with this. If I update the eclipselink, persistence, and jpa-rs libs to any version after the 2.5.0 03/24 nightly, it results in no data persisted to the database. More precisely,...
199 Forum: EMF "Technology" (Ecore Tools, EMFatic, etc) «» Posted on: Sat, 06 April 2013 05:14 «» By: Ed Merks
Re: EPackageImpl.ePackageExtendedMetaData.nameToClassifierMap not updated when classifier removed
David, Comments below. On 05/04/2013 11:33 PM, David Rees wrote: > Ed Merks wrote on Tue, 02 April 2013 02:05 >> David, >> That's all very normal although this would only work well if the >> model doesn't have relative refer...
200 Forum: UML2 «» Posted on: Fri, 05 April 2013 14:14 «» By: Ed Willink
Re: Dynamic UML Profiles and EPackage.Registry Issue
Hi IMHO, Any code (other than extension point registration) that modifies global EMF registries within an Eclipse environment requires careful review to demonstrate that it has no impact on other applications. If not, it looks like a major bug. ...
Pages (5): [1  2  3  4  5    »]

Current Time: Thu Jun 13 01:45:59 GMT 2024

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

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

Back to the top