Thread: Build Automation Tools

Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 55
  1. #21  
    Registered Member
    Join Date
    Dec 2013
    Posts
    318
    Thanks given
    110
    Thanks received
    72
    Rep Power
    309
    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  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    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  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    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 [Only registered and activated users can see links. ] framework using kotlin & gradle.
    That might help.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  4. Thankful user:

    Sub

  5. #24  




    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    16,200
    Thanks given
    7,190
    Thanks received
    12,174
    Discord
    View profile
    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

    [Only registered and activated users can see links. ]



    Reply With Quote  
     

  6. Thankful users:


  7. #25  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    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...
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  8. #26  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    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.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. Thankful users:


  10. #27  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    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.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  11. Thankful user:


  12. #28  
    Registered Member
    Join Date
    Dec 2013
    Posts
    318
    Thanks given
    110
    Thanks received
    72
    Rep Power
    309
    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
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    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.
    [Only registered and activated users can see links. ]
    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.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  14. Thankful user:


  15. #30  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1388
    Quote Originally Posted by hc747 View Post
    [Only registered and activated users can see links. ]
    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.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    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
  •