Re: Moving node/npm to sub-projects. Should we apply to release22.01

2023-04-14 Thread Michael Brohl
+1 from my side bringing this to the 22.01 branch as well. Thanks for the work and initiative, Daniel. Best regards, Michael Am 14.04.23 um 16:59 schrieb Jacques Le Roux: Hi Ingo, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the

Re: OFBiz 22.01 - Eclipse - Issues on setting up a debugging environment.

2023-04-14 Thread Michael Brohl
Thanks Jacques! for me, org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage only works as far as the build problems get away but there are still packages and classes not found by Eclipse at runtime so not really working for debugging here. Additionally, I realized that the

Re: OFBiz 22.01 - Eclipse - Issues on setting up a debugging environment.

2023-04-14 Thread Michael Brohl
Hi Daniel, thanks for your reply! Are you aware that you can get a free license being an Open Source Commiter at the ASF? See https://www.jetbrains.com/community/opensource/#support . I have OFBiz up and running with IntelliJ Idea which works flawlessly but we are mainly using Eclipse for

Re: OFBiz 22.01 - Eclipse - Issues on setting up a debugging environment.

2023-04-14 Thread Daniel Watford
Hi Michael, I did try getting Eclipse up and running a few weeks ago for OFBiz but failed, unfortunately. Following up from Jacques, I think Groovy debugging is going to be a really important feature for an OFBiz Developers' IDE since so much of our minilang is getting converted to Groovy

Re: Moving node/npm to sub-projects. Should we apply to release22.01

2023-04-14 Thread Jacques Le Roux
Hi Ingo, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the MLs: http://ofbiz.apache.org/mailing-lists.html. Thanks Jacques Le 14/04/2023 à 13:01, Ingo Richter a écrit : Hey, Sadly I do not have the time right now to check the

Re: OFBiz 22.01 - Eclipse - Issues on setting up a debugging environment.

2023-04-14 Thread Jacques Le Roux
Hi Michael, Yes I did some. I have still this issue* pending but it does not prevent to debug. It's also a long time I'm not able to make breakpoints to work for groovy. I must say I did not dig much because most of the time (so far all cases) a printl is enough. *

Re: Moving node/npm to sub-projects. Should we apply to release22.01

2023-04-14 Thread Ingo Richter
Hey, Sadly I do not have the time right now to check the changes but I wanted to chime in on the proposal to apply them to release 22.01: I agree with Daniels opinion on frontend plugins that do not only profit very much from NPM but also benefit from the ability to apply different versions

Re: OFBiz 22.01 - Eclipse - Issues on setting up a debugging environment.

2023-04-14 Thread Michael Brohl
Hi devs, just to pull up this topic to get more attention: is there anyone out there who has successfully imported a JDK 17 based Apache OFBiz project into Eclipse and debugged from there? Thanks and regards, Michael Am 16.02.23 um 17:59 schrieb Jacques Le Roux: Hi, It's a complicated

Moving node/npm to sub-projects. Should we apply to release22.01

2023-04-14 Thread Daniel Watford
Hello, As part of working on OFBIZ-12789 to see if we could further utilise NPM as a repository of various javascript modules rather than keep those modules' sources in the OFBiz source repository, I went down a bit of a rabbit hole changing the OFBiz build to allow node/npm use in multiple OFBiz