Archiv für die Kategorie »MDSD«
Die oAW-Tools sind ab sofort auf SourceForge als Open Source verfügbar. Die oAW-Tools beinhalten eine Reihe kleiner Komponenten und Beautifier. Die Startseite ist unter http://sourceforge.net/apps/trac/oaw/ erreichbar. Der Quellcode kann aus dem Subversion-Repository heruntergeladen werden. Ferner gibt es noch eine Update-Site, die direkt aus dem Eclipse benutzt werden kann. Viel Spaß!
09. Juli 2010, 18:02 Uhr | Steffen A. Mork
Kategorien: Eclipse, MDSD, Software
Das Projekt der modell(-bau-)basierten Eisenbahnsteuerung ist ab sofort auf SourceForge als Open Source verfügbar. Die Startseite ist unter http://sourceforge.net/apps/trac/mrw/ erreichbar. Der Quellcode und die Schaltungen können aus dem Subversion-Repository heruntergeladen werden. Viel Spaß!
07. Juli 2010, 14:00 Uhr | Steffen A. Mork
Kategorien: ATmega, CAN-Bus, Eclipse, Eingebettete Systeme, Linux, MDSD, Modellbau, Software
Some days ago Sebastian showed How to Deploy Xtext to a Headless Plain-Java Envorinment. It’s nearly as easy to run the Xtext generator with Apache Ant. You just need the required libraries and the following Ant snippet to run the Xtext generator (or any other MWE2 workflow): <path id="gen.classpath"> <fileset dir="lib" includes="*.jar"/> <pathelement location="src"/> </path> [...]
02. Juli 2010, 18:23 Uhr | Ingo Feltes
Kategorien: MDSD, ant, english, xpand, xtext
At the weekend i set up the yakindu project at Eclipse Labs. Initially we planned to provide public access to source code, issue tracker, forums, etc. by hosting the project on Sourceforge. That plan changed when the Eclipse Foundation announced on May 13th that they coorperate with Google on the project hosting platform Eclipse Labs. Since [...]
15. Juni 2010, 23:12 Uhr | Axel Terfloth
Kategorien: Eclipse, Eingebettete Systeme, embedded systems, english, MDSD, Yakindu
At the beginning of this month we have built the 1.1.0 release of the Yakindu Statechart Tools (SCT). This version is build for Eclipse 3.5 (Galileo). And contains some important improvements like: a new simulation engine that applies the java code generator to make sure that simulation and generated java code behave identical validation for [...]
11. Juni 2010, 23:15 Uhr | Axel Terfloth
Kategorien: Eclipse, Eingebettete Systeme, english, MDSD, Yakindu
Today, the first release of XtendTools has been published! The Xtend Tools are a library of reusable extensions for Xtend/Xpand called Xtend Lib and a set of utility classes for testing Xpand templates and Xtend extensions using JUnit. Xtend Tools is a utility project hosted at the Fornax Platform, a development platform for tools related [...]
09. Juni 2010, 12:22 Uhr | Ingo Feltes
Kategorien: MDSD, english, xpand, xtend
Yesterday I started the open source project Groovy EMF Builder. The project is hosted at SourceForge and licensed under the Apache License 2.0. As you alyready might have guessed the Groovy EMF Builder is a builder for the Groovy programming language to create EMF models. Using the EMF Builder, an EMF model can be created [...]
01. April 2010, 09:12 Uhr | Ingo Feltes
Kategorien: MDSD, Testing, emf, groovy
Seit etwa zwei Jahren wird die IT-Infrastruktur der itemis mithilfe der modellbasierten Server-Konfiguration verwaltet. Vorteil dieser Methode ist, dass aus einer zentralen Übersicht der Server-Landschaft – dem Modell – die Konfigurationsdateien eines jeden Servers generiert werden. Dabei werden auch Abhängigkeiten berücksichtigt, die sich z.B. durch verwendete Dienste auf unterschiedlichen Servern ergeben. Im Modell werden alle [...]
11. September 2009, 10:25 Uhr | Steffen Mork
Kategorien: Eclipse, Systemmanagement, Grammatik, mdsd, TMF/Xtext, UML
I wrote some XSLT style sheets to transform FitNesse and fit4oaw XML reports to HTML or JUnit compatible test reports. The HTML reports contain the complete test output. However, the JUnit compatible test reports only contain the summary of each test. Download: fitnesse-xslt-101.zip The zip file contains style sheets for FitNesse and fit4oaw. However, the [...]
23. Juni 2009, 16:25 Uhr | Ingo Feltes
Kategorien: MDSD, ant, ci, english, fit4oaw, fitnesse, Testing
After about a month of work the M02 version of the statechart tools is online. This version contains some new features that are very valuable like a Java code generator, a UML2 transformation, and a common expression language for guard and action expressions. Existing parts like the simulation engine, the C code generator, the Eclipse [...]
08. April 2009, 21:31 Uhr | Axel Terfloth
Kategorien: Eclipse, Eingebettete Systeme, english, MDSD, state chart, state machine, Yakindu