Tag: advice

  • 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...

  • Advices to work from eclipse (07 Nov 2012 | Tags: development, advice)

    To use INGENIAS from eclipse, version Juno and above that has the Maven plugin (m2e plugin), you just need to follow these steps: Go to the menu option file, then New, then Project Choose Maven Project, and then press Next Click Next in the following dialogue In the archetype selection dialog, write iaf in the filter, select the latest non SNAPSHOT version. Click on Next Write your project data, and press Finish Since INGENIAS has been ported to Maven, you should be able to compile the system and generate the code as if you were in command line. You can...