Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
And restarting NetBeans (after rebooting my laptop) seems to have cleared the PeerDevice project of its rash. Now to include the remainder of the projects... On Tue, 2 Aug 2022 at 16:23, Owen Thomas wrote: > Hey Laszlo. > > Sorry for not doing as you have asked, but while you were probably > com

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
Hey Laszlo. Sorry for not doing as you have asked, but while you were probably composing your message, my Gradle project built! I don't know if that means that I'm good - (it usually doesn't) I need to add a lot more subprojects to the root project - but all I did was to change CliqueSpace/PeerDe

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Laszlo Kishalmi
Well, I've done and see a few dozen of Gradle builds, though this sounds alien to me. If you could share your project structure (main folders and their build.gradle files, maybe we can help sort this thing out. On 8/1/22 22:39, Owen Thomas wrote: While I've been doing other things, I have come

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
While I've been doing other things, I have come to the conclusion that I need something, possibly in my build.gradle file of the Concept project, that refers to the Groovy method "compile". Perhaps I will need to start here. On Tue, 2 Aug 2022 at 14:02, Jason Abreu wrote: > When I converted abou

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Jason Abreu
When I converted about 30 projects from Any to Gradle, including multiple multi-project builds, I noticed a few peculiar things. Firstly, NetBeans gets a background task hung up every now and then. The only solution for this was to exit NetBeans then find the hung up task and kill it. Once NetBe

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Andreas Reichel
Hi Owen. On Tue, 2022-08-02 at 13:46 +1000, Owen Thomas wrote: > Thanks again Andreas; I hope someone can tell me what Gradle wants to > hear. If perhaps you can help me show me how to get my projects to > work in IntelliJ, then I would indeed be most thankful. Can you share you Gradle file with

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
Hi Andreas. In some way, I agree with you: NetBeans could make the conversion process easier. Although I have only been trying to move my Ant projects to Gradle now for probably little more than a day, I have also tried to use IntelliJ, and their advice seems unable to solve the problem that I am

Re: Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Andreas Reichel
Owen, I have had the same problem and found only IntelliJ supporting Gradle Multi Projects properly. It made me switch. @Netbeans: I am really sorry to write that. I have used and loved Netbeans for my entire life. But not liking Maven (not at all!) and unable to stick with Ant, this is what it ca

Gradle won't resolve dependency: what's wrong here?

2022-08-01 Thread Owen Thomas
Hello again. I am perplexed at the following problem. I have a multi-project build in a directory named "CliqueSpace". It's build.gradle file has the following: subprojects { apply plugin: 'java' repositories { mavenCentral() } } The settings.gradle file or the same director

Re: Netbeans swag?

2022-08-01 Thread Pyro MX
Just letting you know I have some designs in the pipe, but there are some trademark things to take care of before I can start sharing with the PMC. Looking forward to share them! Le 2022-07-11 à 14 h 30, Geertjan Wielenga a écrit : Yes, that’s the right approach, thanks for persevering with th

Re: NB 14, 15 Platform Applications and Java 8 compatibility

2022-08-01 Thread Mike Hallan
Thanks very much Neil & Michael for the clarification and the helpful options to consider. I now plan to bundle a JDK with the application and set myapp.conf jdkhome param to refer to it. Eventually I'll look into jlink to trim down the JDK although I'm a bit concerned about missing something s

Re: How to set compile dependencies for Gradle in Netbeans.

2022-08-01 Thread Owen Thomas
Thanks for your comments Laszlo. They've helped me. I have created a multi-build script, and I have created all my Ant projects as subprojects of this, although I still have to put the source code into them and fix the dependencies. Perhaps it isn't really a concern, but I've noticed that NetBean