Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Groovy/Java Developer at JDriven @mrhaki
Hi all, my name is Hubert A. Klein Ikkink. Not a very common name, right? To make things easier I just picked the first letters of my firstname and surname and came up with haki. So there you have it, now I am also known as Mr. Haki or mrhaki for short. You can read more blog postings at www.mrhaki.com. I am a passionate Groovy and Java developer based in Tilburg, The Netherlands. My goal is to write clean, elegant, user-centered and high quality software. You can find me on Google+ and Twitter.
Stats
| Reputation: | 3427 |
| Pageviews: | 2.8M |
| Articles: | 92 |
| Comments: | 12 |
Comments
May 07, 2019 · James Sugrue
This post is from 6 years ago and Gradle 1.6 was the latest at that time.
Jun 14, 2018 · Duncan Brown
Hi, I think you replied to the wrong article :) I cannot see a resemblance between your code and my samples. If you mention the source of the code you are free to copy the examples.
Mar 28, 2017 · Grzegorz Ziemoński
Hi Alexis, yes you're right. The assertion should be json2.
Jun 27, 2016 · Dave Fecak
This happens because the uploadArchives task depends on the jar task by default. But then the bootRepackage task is not executed, that actually overwrites the jar file with the full executable jar file.
If you add to your build.gradle file that the task uploadArchives depends on the assemble task the bootRepackage task is invoked before uploadArchives:
Jun 24, 2016 · Dave Fecak
If you want to run your application as a service on Linux. You don't need anything else, just the executable JAR. It has all the commands to stop/start/restart, check the status.
Dec 19, 2008 · Lebon Bon Lebon
Dec 19, 2008 · Lebon Bon Lebon
Dec 19, 2008 · Lebon Bon Lebon
Dec 18, 2008 · Lebon Bon Lebon
Hi, did you remove the "old" Groovy 1.5.5 library from the Libraries section? If not NetBeans loads the old library first so you cannot use the
Date.formatmethod. If you want I can take a look at your NetBeans project to see if I can find the problem. Just send me a message via my profile page (http://netbeans.dzone.com/users/mrhaki).Dec 18, 2008 · Lebon Bon Lebon
Hi, did you remove the "old" Groovy 1.5.5 library from the Libraries section? If not NetBeans loads the old library first so you cannot use the
Date.formatmethod. If you want I can take a look at your NetBeans project to see if I can find the problem. Just send me a message via my profile page (http://netbeans.dzone.com/users/mrhaki).Dec 18, 2008 · Lebon Bon Lebon
Hi, did you remove the "old" Groovy 1.5.5 library from the Libraries section? If not NetBeans loads the old library first so you cannot use the
Date.formatmethod. If you want I can take a look at your NetBeans project to see if I can find the problem. Just send me a message via my profile page (http://netbeans.dzone.com/users/mrhaki).Dec 18, 2008 · Lebon Bon Lebon
Hi, did you remove the "old" Groovy 1.5.5 library from the Libraries section? If not NetBeans loads the old library first so you cannot use the
Date.formatmethod. If you want I can take a look at your NetBeans project to see if I can find the problem. Just send me a message via my profile page (http://netbeans.dzone.com/users/mrhaki).