Thread: Build Automation Tools

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 59
  1. #1 Build Automation Tools 
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    It's come to my attention that there's a large usage of different build automation tools in the rsps development scene. I personally work with gradle because it's the easiest to use and has the least problems, in my experience.
    What do you guys use?

    For those who don't know what these tools are used for and why they're used, check out some of these articles:

    Gradle: https://docs.gradle.org/current/user...is_gradle.html

    Maven: https://maven.apache.org/what-is-maven.html

    I'm certainly not an expert in either fwiw .
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    In most production environments (at least from what I've seen, read and personal experience), Maven is the go-to, a good reason being the fact that Maven isn't Turing complete (alongside many other better reasons).
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Quote Originally Posted by Kiissmyswagb View Post
    In most production environments (at least from what I've seen, read and personal experience), Maven is the go-to, a good reason being the fact that Maven isn't Turing complete (alongside many other better reasons).
    For Android projects Gradle is the go to and it is increasingly popular in development in general as its extensibility via Groovy/Kotlin and the fact it runs as a daemon and makes use of cache make it very powerful.

    I do agree with you though, it tries to do to many things for me.
    Reply With Quote  
     

  5. #4  


    Omar's Avatar
    Join Date
    Dec 2007
    Posts
    279
    Thanks given
    640
    Thanks received
    783
    Rep Power
    5000
    Gradle is what I've used for a long time now.
    Attached image
    Reply With Quote  
     

  6. #5  
    nice


    Join Date
    Jul 2014
    Posts
    740
    Thanks given
    382
    Thanks received
    562
    Rep Power
    4239
    Gradle
    Reply With Quote  
     

  7. #6  
    Registered Member

    Join Date
    Dec 2009
    Posts
    774
    Thanks given
    367
    Thanks received
    455
    Rep Power
    927
    Gradle and kts are getting more popular. But Intellij and Gradle do not always go hand in hand. I've seen several Intellij IDE issues on other peoples PC's which for whatever reason were not fixable. As far as I've seen, Intellij is not completly stable if you're using Gradle.

    However I haven't experienced much of these issues my self, so I still use it.
    link removed
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    Quote Originally Posted by Displee View Post
    Gradle and kts are getting more popular. But Intellij and Gradle do not always go hand in hand. I've seen several Intellij IDE issues on other peoples PC's which for whatever reason were not fixable. As far as I've seen, Intellij is not completly stable if you're using Gradle.

    However I haven't experienced much of these issues my self, so I still use it.
    There are no problems with Gradle on Intellij so I'm calling cap. What problems are you talking about?
    Reply With Quote  
     

  10. #8  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Kiissmyswagb View Post
    There are no problems with Gradle on Intellij so I'm calling cap. What problems are you talking about?
    +1, the only issues I had with gradle were cause of my noob self.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  11. #9  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Maven > gradle, u cant change my mind.
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  12. #10  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by George View Post
    Maven > gradle, u cant change my mind.
    What language(s) do you code in most often?

    -- edit

    https://dzone.com/articles/gradle-vs...work.%E2%80%9D

    r u sure abt that george
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

Page 1 of 6 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 4
    Last Post: 09-18-2018, 08:00 PM
  2. Replies: 13
    Last Post: 07-13-2011, 05:55 PM
  3. Santa Claus Buildings Brings - Fallidor Club!
    By Shobaky in forum Tutorials
    Replies: 11
    Last Post: 05-29-2007, 02:30 AM
  4. Any One Got Some Project 16 Tools?
    By The nameless in forum Tools
    Replies: 2
    Last Post: 05-13-2007, 05:10 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •