Tag: news

  • A Warning for Developers and Some Updates (01 Feb 2013 | Tags: development, advice, news)

    Due to recent emails I have received, I realise the web was not informing developers correctly about versions of the software to be used in the case of JDK and ant. The current recommended versions for INGENIAS are the following: JDK: At least 1.7.0_09 ant: At least 1.8.2 maven: At least 3.0.4 (3.0 may work as well) This information has been included in the tutorial. Also, I notice there is little documentation in the site about INGENIAS, except for the tutorial. To fill in this gap, I have added a new section with references to additional works. To conclude, there...

  • Update on new editor features in build 1.5-SNAPSHOT-279 (07 Jan 2013 | Tags: news)

    The new editor is available either as a SNAPSHOT in the Sonatype repositories, see post on SNAPSHOT repositories, or in SourceForge The editor has been modified to solve some bugfixes and to incorporate new features: The button toolbar for each diagram now supports mouse wheel events. So you can scroll up and down with your mouse New tooltips in the toolbar that combine the default help for the element to the basic information shown in the past The popup menu for editing relationships has changed to include a better access to options for editing the edges. Concretely: Labeling the edges...

  • Sourceforge release of editors (07 Nov 2012 | Tags: news, development)

    The use of Maven for development is not just for anyone. Though the mechanics are simple, it seems that developing from console is not just for everyone. Many people still prefer having something downloaded and then opening a GUI to start working. This is the reason why I have decided to, from time to time, release the editor as a regular self-contained jar file. The editor is just the modeling part of INGENIAS Development Kit. The editor will be available from sourceforge as a file which you can download. To use this editor, if your OS is prepared, it should...

  • INGENIAS goes to MAVEN (17 Sep 2012 | Tags: news)

    INGENIAS has two versions at this moment. The old one is discontinued. For a time now, only the IDKMaven is being regularly updated The new one is based in Maven. There are important benefits in using Maven that makes worth the effort: Updates are instantly available for you. They can be automatic if you stick to the SNAPSHOT version (unstable) or be manual if you modify a file and change the version number. Maven does the rest, contacting the appropriate repositories and downloading the new versions. INGENIAS artefacts are uploaded to Maven repositories so they can be available worldwide. Besides,...