Migrate from Apache Ant to Gradle

Issue #526 wontfix
Arthur Le Saint created an issue

Issues #39 (resolved) and #386 (open) already mention this issue but with a migration to Apache Maven. Gradle has since been picked up by Google for Android. It will help us especially with the web functionalities coming in soon.

When this issue is closed, #386 should be closed as well.

Comments (4)

  1. Matthias Schoettle

    Personally, I would prefer Gradle over Maven as well. However, as far as I know there are exists no solution with Gradle that works when using Eclipse plug-ins, unless they are in a (Maven) repository.

    There exists Eclipse Tycho, it creates (locally) artifacts for Eclipse plug-ins (from their P2 repository which is the Eclipse update site thing):

    https://www.eclipse.org/tycho/ https://www.vogella.com/tutorials/EclipseTycho/article.html

    Assuming we get this to work, maybe it is possible to reuse that stuff within Gradle. Although that would make it more complex.

  2. Arthur Le Saint reporter

    Gradle Buildship is not supported enough and it's documentation is still lacking on some points. Even if Maven was the second choice, it's seems like the better option now.

  3. Log in to comment