Thread: Build Automation Tools

Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 59
  1. #21  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    Quote Originally Posted by Displee View Post
    You probably didn't read my previous posts? I'm not experiencing most of these issues, but I come across many of them when on other peoples PC's.





    I been using Gradle since 2018. I very well know what I'm talking about and doing. I've used Android Studio for over a year. I know what a hell Gradle can be.

    I can openup a Gradle project right now in Intellij and get 100 syntax errors for whatever reason. They are just not completly stable together.
    I guarantee you if you posted your issued, we could solve your problem in minutes.
    Reply With Quote  
     

  2. #22  
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    24
    Posts
    4,352
    Thanks given
    1,205
    Thanks received
    359
    Rep Power
    2845
    Further on this I would really like to see how a proper automated build/deploy pipeline would work with a server. Right now I can imagine server owners having to manually copy a jar or w/e and then restarting a shell script which all seems quite tedious.
    Reply With Quote  
     

  3. #23  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Sub View Post
    Further on this I would really like to see how a proper automated build/deploy pipeline would work with a server. Right now I can imagine server owners having to manually copy a jar or w/e and then restarting a shell script which all seems quite tedious.
    If you're interested in #667/rs2011, I'm writing this framework using kotlin & gradle.
    That might help.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  4. Thankful user:

    Community VeteranSub

  5. #24  
    Build Automation Tools



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Quote Originally Posted by Sub View Post
    Further on this I would really like to see how a proper automated build/deploy pipeline would work with a server. Right now I can imagine server owners having to manually copy a jar or w/e and then restarting a shell script which all seems quite tedious.
    you want to use ansible (or chef/puppet/etc) for something like automated deployments. gradle is a build-time solution tool, not a deployment tool

    Attached image
    Reply With Quote  
     

  6. Thankful users:


  7. #25  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Scu11 View Post
    you want to use ansible (or chef/puppet/etc) for something like automated deployments. gradle is a build-time solution tool, not a deployment tool
    That might've been after his time...
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  8. #26  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Quote Originally Posted by Displee View Post
    You probably didn't read my previous posts? I'm not experiencing most of these issues, but I come across many of them when on other peoples PC's.





    I been using Gradle since 2018. I very well know what I'm talking about and doing. I've used Android Studio for over a year. I know what a hell Gradle can be.

    I can openup a Gradle project right now in Intellij and get 100 syntax errors for whatever reason. They are just not completly stable together.
    +1. Big fan of gradle, but sometimes the integration/support with ITJ is sub-par. The errors are often spurious too, which makes debugging or reasoning about the issues a lot of fun

    Quote Originally Posted by Kiissmyswagb View Post
    I guarantee you if you posted your issued, we could solve your problem in minutes.
    Doubt it, actually. Oftentimes the build script(s) will be syntactically correct and the IDE will still error out the ass. In this situation, I find the Gradle CLI correctly able to process the scripts but the IDE incapable of doing so.
    Reply With Quote  
     

  9. Thankful users:


  10. #27  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by hc747 View Post
    +1. Big fan of gradle, but sometimes the integration/support with ITJ is sub-par. The errors are often spurious too, which makes debugging or reasoning about the issues a lot of fun


    Doubt it, actually. Oftentimes the build script(s) will be syntactically correct and the IDE will still error out the ass. In this situation, I find the Gradle CLI correctly able to process the scripts but the IDE incapable of doing so.
    I’ve often ran into cases where the CLI was more reliable than my IDE, but it wasn’t as though i couldn’t code, just false positives.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  11. Thankful user:


  12. #28  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    Quote Originally Posted by hc747 View Post
    +1. Big fan of gradle, but sometimes the integration/support with ITJ is sub-par. The errors are often spurious too, which makes debugging or reasoning about the issues a lot of fun


    Doubt it, actually. Oftentimes the build script(s) will be syntactically correct and the IDE will still error out the ass. In this situation, I find the Gradle CLI correctly able to process the scripts but the IDE incapable of doing so.
    Well, I've never experienced this and I've been using Intellij and Gradle prod. I also use it for all my personal projects, so I'm a little skeptical.
    Nobody has posted any issues yet to prove me wrong and if I used your "broken" project on my system and it doesn't fail, then somebody is doing something wrong.
    Reply With Quote  
     

  13. #29  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Quote Originally Posted by Kiissmyswagb View Post
    Well, I've never experienced this and I've been using Intellij and Gradle prod. I also use it for all my personal projects, so I'm a little skeptical.
    Nobody has posted any issues yet to prove me wrong and if I used your "broken" project on my system and it doesn't fail, then somebody is doing something wrong.
    https://yourlogicalfallacyis.com/personal-incredulity
    I've experienced this issue mostly when using the KT flavour of Gradle in multi-module builds. Be skeptical all you want, doesn't mean these limitations/issues aren't valid.
    Reply With Quote  
     

  14. Thankful user:


  15. #30  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by hc747 View Post
    https://yourlogicalfallacyis.com/personal-incredulity
    I've experienced this issue mostly when using the KT flavour of Gradle in multi-module builds. Be skeptical all you want, doesn't mean these limitations/issues aren't valid.
    I'm a bit lost as to what that url is doing here ngl.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

Page 3 of 6 FirstFirst 12345 ... 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
  •