AUTOSAR

AUTOSAR

Posts 1-7 of 7
  • User photo
    Henning Riedel
    The company name is only visible to registered members.
    Artop,Artext,Arunit bundling
    Hi,

    I looked over the Artop.org page and came across the artext and arunit, and I followed the links to the screencasts of artext and arunit. The screencasts really look impressive, compared to other configuration and design tools, artext in combination with arunit looks really promising and easy to use. Also, the easy generation and running of tests looks nice.
    I thought cool, let's try that, e.g. the ARUnit screencast and go through the examples.

    However, I got stuck with the problem, that you have an artop-demonstrator, an artext-demonstrator and an arunit-demonstrator, but each demonstrator does not contain the other bundles.
    Worst of all, artext requires some special xtext distribution, and not the one from the eclipse modelling site, so in the end I'm almost giving up. It is so hard to get something running to follow the screencasts.

    My question would be, could you create a bundle (demonstrator), which includes all three of them?
    Also, do you actually develop against a released eclipse version?
    Because I wonder, why there are so many dependencies unsolved and it makes it hard to find a eclipse version where artop, artext and arunit would actually work without Exceptions on opening the perspective or a file.

    Regards,
    Henning
  • Pascal Gula
    Pascal Gula    Premium Member   Group moderator
    The company name is only visible to registered members.
    Re: Artop,Artext,Arunit bundling
    Hello Henning,
    I forwarded the question on the Artop Developer mailing list (development@artop.org) and will copy the answer.
    You can also enter in contact with them directly.
    Have a nice day.
    Cheers,
    Pascal
  • Andreas Graf
    Andreas Graf    Premium Member
    The company name is only visible to registered members.
    Re: Artop,Artext,Arunit bundling
    Dear Henning,

    I just checked the Arunit-Demonstrator 0.7.0 and the Artext demonstrator (and of course Artop) is included within that. What features are you missing?

    Also, it comes with Xtext 1.0.1. There is a Xtext 1.0.2. for Helios, but if dependencies are set correctly, this shouldn't be a problem. Obviously, it will not work with the pre-releases of Xtext 2.0

    Or are you referring to the update .zips?

    Regards,

    Andreas
    This post was modified on 12 May 2011 at 12:59 pm.
  • User photo
    Henning Riedel
    The company name is only visible to registered members.
    Re^2: Artop,Artext,Arunit bundling
    Thank you both for your fast response.

    I encountered the problems with the arunit update site.

    I had the artop-3.0-demonstrator first, then I tried to update the rest by update-zips
    artop-3.0.0a-Update, artext-1.1.0-Update and then I think the problems arised.

    It started with the Xtext version mismatch and I think there was some XText-2.0 relation missing.
    I have the impression, the arunit would require an update zip to match the artop-3.0/3.0.0a and artext-1.1.0.

    Do you have something similar like the "Eclipse Release Train" to bring the subprojects to some stable points together?

    @Pascal: I think the rest can than be clarified on the artop-ML
  • Dr. Sebastian Benz
    Dr. Sebastian Benz
    The company name is only visible to registered members.
    Re^3: Artop,Artext,Arunit bundling
    Hello Henning,

    usually the release of Artop subprojects is synchronized with the releases of the Artop core. For example:

    ARText 1.0 -> Artop 2.2
    ARText 1.1 -> Artop 3.0

    Unfortunately, ARUnit is not yet part of the Artop release cycle and there is no ARUnit release available for Artop 3.0. Due to changes in the Artop API, it is currently not possible to use ARUnit with Artop 3.0 (which might have caused your problems). The reason is that we are reimplementing ARUnit from scratch based on Xtend2 and JNA. The next ARUnit release is planned for july together with Artop 3.1 (see https://www.artop.org/wiki/AUTOSAR_Test_Environment_Sub-Proj... - Artop account required).

    Regarding your problems with the demonstrators, these already contain all required features:

    Artop demonstrator = Artop Core + Examples
    ARText demonstrator = Artop Core + Examples + ARText
    ARUnit demonstrator = Artop Core + Examples + ARText + ARUnit

    Therefore you shouldn't need to install any additional features once you have downloaded one of the demonstrators. I also couldn't reproduce your problems installing ARText into a normal Eclipse. ARText has (yet) no dependency to Xtext 2.0 and works with the most recent Xtext 1.0.2 release.

    Best Regards,

    Sebastian Benz

    P.S. Please let me know if you need an ARUnit version that works with Artop 3.0. There exists a maintenance branch (with no official release) that is compatible to Artop 3.0.
    This post was modified on 13 May 2011 at 08:28 am.
  • Dr. Sebastian Benz
    Dr. Sebastian Benz
    The company name is only visible to registered members.
    Re^4: Artop,Artext,Arunit bundling
    Dear all,

    we have just released ARUnit 0.7.1 together with Artop 3.0.1 and ARText 1.1.1. You can download the ARUnit demonstrator via:

    http://www.artop.org > Downloads > All Downloads > arunit

    The demonstrator contains all relevant plugins to get started with ARUnit.

    Any feedback is greatly appreciated.

    Sebastian Benz
  • User photo
    Henning Riedel
    The company name is only visible to registered members.
    Re^5: Artop,Artext,Arunit bundling
    Thanks a lot, that works.
    Now let's get us to some examples and/or how to start with some components to create and test. :)