Re: Looking for help with Gradle multi-project builds in Netbeans 11.2

2019-12-27 Thread Dr. Matthias Laux
module, version and > would be replaced to local file references by Gradle on the file without > repository lookup. > On 12/26/19 8:27 AM, Dr. Matthias Laux wrote: > > Hi Laszlo, > > then how would the build process find the other project? > > For example I have thi

Re: Looking for help with Gradle multi-project builds in Netbeans 11.2

2019-12-26 Thread Dr. Matthias Laux
n? Thanks again, Matthias Am Do., 26. Dez. 2019 um 16:35 Uhr schrieb Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > I do not think that storing the artifact to local maven repo is necessary > at all. > On 12/22/19 8:49 AM, Dr. Matthias Laux wrote: > > Hi Laszlo, > > t

Re: Looking for help with Gradle multi-project builds in Netbeans 11.2

2019-12-22 Thread Dr. Matthias Laux
://docs.gradle.org/current/userguide/composite_builds.html > > On 12/22/19 6:40 AM, Dr. Matthias Laux wrote: > > Greetings, > > > > I have a Gradle rookie question which I was not able to solve after > > searching the internet for a considerable amount of time, maybe you >

Looking for help with Gradle multi-project builds in Netbeans 11.2

2019-12-22 Thread Dr. Matthias Laux
Greetings, I have a Gradle rookie question which I was not able to solve after searching the internet for a considerable amount of time, maybe you can help. I recently decided to upgrade all of my Java projects in netbeans from Ant to Gradle build and after a bit of a learning curve it works,

Re: [java] [openjpa] [gradle] can't get weaving to work in Netbeans 11

2019-11-28 Thread Dr. Matthias Laux
oject.hasProperty('runArgs')) { > args = project.getProperty('runArgs').tokenize(' ') > } > > } > On 11/27/19 6:24 AM, Dr. Matthias Laux wrote: > > Hello, > > I'm starting to lose hope in this ... I got my class library using OpenJPA > to work nicely in N

[java] [openjpa] [gradle] can't get weaving to work in Netbeans 11

2019-11-27 Thread Dr. Matthias Laux
Hello, I'm starting to lose hope in this ... I got my class library using OpenJPA to work nicely in Netbeans using Ant support and storing stuff in the backend Derby database. Then I decided to move to the much newer Gradle and - after a bit of a learning curve - all builds work find. The one