can't run tests from Netbeans in a certain project

2024-08-06 Thread Philip Durbin
HI! I put the details in https://github.com/IQSS/dataverse/issues/10728 but can anyone suggest an approach toward figuring out why we can't run tests from Netbeans? An interesting data point came in today. A member of our team who is on Linux tried and it worked fine for him. Most of us are on Mac

Apply Code Changes to Payara in Docker

2023-11-07 Thread Philip Durbin
I was messing around with "Apply Code Changes" while running Netbeans in debug mode today, deploying our Java app to Payara running in Docker. It's quite fast! I recorded a video: https://www.youtube.com/watch?v=yo3aKOg96f0 I'm happy to hear what you think, if this approach is practical, etc. Tha

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-10-14 Thread Philip Durbin
m up. Or maybe there could be a note indicating that if the official installers don't work, please try the community installers. Personally, I'm happy to use the official installer. On Wed, Aug 30, 2023 at 5:19 AM Neil C Smith wrote: > On Wed, 30 Aug 2023 at 02:11, Philip Durbin &g

Re: Can't install NetBeans using MacOS installer without JDK installed

2023-08-29 Thread Philip Durbin
Hi Tim and everyone, I had the same problem. I'm using SDKMAN and could not install NetBeans 18 on my Mac because the NetBeans installer said "No Java found". I fixed it by following https://stackoverflow.com/questions/76523553/how-to-make-usr-libexec-java-home-find-jdk-installed-using-sdkman-on-

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Philip Durbin
pick it up for 12 (which would be the next LTS > version). > > --emi > > On Fri, Apr 10, 2020 at 3:25 AM Philip Durbin > wrote: > > > > I see what happened. In a recent pull request* we changed "http" to > "https" in our pom.xml like thi

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-09 Thread Philip Durbin
oject properties. Phil * https://github.com/IQSS/dataverse/pull/6519 On Thu, Apr 9, 2020 at 3:17 PM Philip Durbin wrote: > Hi, we are seeing the following error in Netbeans 11.3 and earlier > versions such as Netbeans 8.2 even though our pom.xml is valid (I used > xmllint to check it a

Re: JaCoCoverage plugin

2019-05-24 Thread Philip Durbin
I opened this issue about this: https://issues.apache.org/jira/browse/NETBEANS-1997 On Fri, May 24, 2019 at 7:59 PM Laszlo Kishalmi wrote: > Hi! > > Actually JaCoCo support is out-of-the box in NetBeans, the additional > plugin was required for Ant Based projects and it is not maintained right >

Re: git partial commit

2019-05-06 Thread Philip Durbin
I believe this feature request is being tracked at https://issues.apache.org/jira/browse/NETBEANS-428 On Mon, May 6, 2019 at 5:01 PM Mike Billman wrote: > Is there a way to do this in netbeans? Don’t have a current need, more > just curious as we are moving from svn to git where I work. > > > >

The NetBeans Community Podcast

2019-04-07 Thread Philip Durbin
I enjoyed the recording of Geertjan and Jan's "From Oracle to Apache - News from Apache NetBeans" talk at FOSDEM 2019: https://fosdem.org/2019/schedule/event/news_from_netbeans_2019/ Would it make sense to extract the audio and put it into the The NetBeans Community Podcast feed at http://feeds.fe

Re: Checkstyle configuration from NetBeans configuration

2019-03-15 Thread Philip Durbin
ha scritto: > > > > We are going to work on this in my company. > > I will be back with news > > > > Once wr have a baseline maybe we could create some Netbeans plugin to > create the file given the current configuration. > > > > I guess it is not so e

Re: Chrome Connector and Apache NetBeans

2019-02-27 Thread Philip Durbin
Thank you, Geertjan, for investigating this problem and for your quick response when I wrote about my troubles in another thread[1]. At about 2:10 in the video, you explained a workaround: https://www.youtube.com/watch?v=J6lOQS2rWK0&t=130 Roughly, the workaround is to configure NetBeans to use pl

Netbeans Connector Chrome Extension

2019-02-13 Thread Philip Durbin
Hi! I've been a fan of the Netbeans Connector Chrome Extension for years and recommend it in the dev guide for our project. Unfortunately, it stopped working for me. The most significant change I've made lately is upgrading to OS X Mojave (I'm currently on 10.14.2). I'm using NetBeans 8.2. I trie

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-27 Thread Philip Durbin
ttp://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and > more! > > > > > > On Sat, Jan 26, 2019 at 10:14 PM Philip Durbin > wrote: > > > > > > Ok, I created an issue: JaCoCo 0.8.2 breaks code coverage integration > - https://issues.apache.o

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Philip Durbin
y and ideally be less strict >> to cope with such updates in future. This problem should reported to >> developers of NetBeans integration >> > > Thanks, > > Gj > > On Wed, Jan 23, 2019 at 11:39 PM Philip Durbin > wrote: > >> Please see https://github.c

Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-23 Thread Philip Durbin
Please see https://github.com/IQSS/dataverse/issues/5483 and https://github.com/jacoco/jacoco/issues/772 for details but downgrading to JaCoCo 0.8.1 seems to get code coverage working again. Has anyone else observed this problem? Is there a ticket tracking this? Thanks! Phil

Re: Updated tutorial: Java Quick Start Tutorial

2019-01-18 Thread Philip Durbin
Hi Geertjan, >From a quick look, my first thought is that perhaps Maven should be the default instead of Ant. Otherwise it seems fine. Short and sweet. Phil On Fri, Jan 18, 2019 at 5:47 AM Geertjan Wielenga wrote: > Hi all, > > We're in the process of moving learning trails and tutorials from

Re: Checkstyle configuration from NetBeans configuration

2019-01-08 Thread Philip Durbin
Enrico, I want the same thing. We encourage all contributors to use NetBeans to reformat code using the default settings before making a pull request and I would love to be able to point these contributors to a single Checkstyle file that confirms to the out of the box NetBeans formatting defaults.

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
com/thread/7680039?answerId=30715103022#30715103022 that I was able to get unblocked. It seems like a real gotcha. Phil On Mon, Jan 7, 2019 at 11:17 AM Andreas Ernst wrote: > > Am 07.01.19 um 15:39 schrieb Philip Durbin: > > Thanks for the reply, Andreas. I hadn't tried Payara 5 yet

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
tly requires Glassfish 4.1.) I don't know how to get there. :( I only have the one laptop and I'm considering asking my help desk to re-image it so I can get a truly fresh start. I didn't expect Mac operating system upgrade to cause so much havoc for me. :( Please keep any troubles

trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
ut I haven't been able to figure out the root cause of my problem. Can you please suggest some troubleshooting steps? I have put a lot more detail and screenshots at https://github.com/IQSS/dataverse/issues/5431 and I'm happy to talk about this problem her