Re: possibly naive question

2021-01-14 Thread Marco Rossi
Hey, I was thinking about ARexx too!!! Love my Amiga :-D Marco > Il giorno 15 gen 2021, alle ore 03:47, Scott Palmer ha > scritto: > > I would, but I miss my Amiga with ARexx :-) > > https://en.wikipedia.org/wiki/ARexx >

Re: possibly naive question

2021-01-14 Thread Mark A. Flacy
Greetings, There is an important delta between "remote" and "external". There is rather large delta between "locally and by me" and "locally and not by me" as well. -- Mark A. Flacy mfl...@verizon.net On Thursday, January 14, 2021 9:56:46 PM CST Thomas Wolf wrote: > Hey, thanks Lazlo - will t

Re: possibly naive question

2021-01-14 Thread Laszlo Kishalmi
Yes. It uses the existing opened instance if it's running. On 1/14/21 7:56 PM, Thomas Wolf wrote: Hey, thanks Lazlo - will that use a currently running netbeans if it’s running? If so, this is good enough for me! Sorry for the poor wording - when I said “remote” I should have said “external”

Re: possibly naive question

2021-01-14 Thread Thomas Wolf
Hey, thanks Lazlo - will that use a currently running netbeans if it’s running? If so, this is good enough for me! Sorry for the poor wording - when I said “remote” I should have said “external” (like outside the netbeans process/jvm) Thanks a bunch! tom > On Jan 14, 2021, at 10:53 PM, Laszlo

Re: possibly naive question

2021-01-14 Thread Laszlo Kishalmi
I do not know what and how the "remote" part would work, but you can do from CLI: netbeans --open file1[:line1]... On 1/14/21 7:34 PM, Thomas Wolf wrote: I don’t know. But when I say “API”, I mean it in a loose sense: eg in many OS file types can associated with an application so that when

Re: possibly naive question

2021-01-14 Thread Thomas Wolf
I don’t know. But when I say “API”, I mean it in a loose sense: eg in many OS file types can associated with an application so that when you double-click on it, that file is opened. In some cases without another instance of the application getting started. The passing of the file name to the

Re: runtime platform option missing

2021-01-14 Thread Som Lima
Just want to add that I have already done these setups. http://www.raspirecipes.org/archives/218 http://www.raspirecipes.org/archives/254 These setups use maven for compilation and ant for deployment and execution on raspberry pi with eclipse. On Fri, 15 Jan 2021, 00:08 Som Lima, wrote:

Re: possibly naive question

2021-01-14 Thread Scott Palmer
I would, but I miss my Amiga with ARexx :-) https://en.wikipedia.org/wiki/ARexx Or AppleScript on macOS: “tell application ‘NetBeans’ open project ‘HelloWorld’” https://en.wikipedia.org/wiki/AppleScript Scriptable applications can be very powerful. I’m not sure REST is the right mechanism, but

Re: possibly naive question

2021-01-14 Thread Mark A. Flacy
Greetings, I must ask if there are other IDEs which do have such APIs enabled by default. I wouldn't want something like that to be available (by default) on *any* IDE that I use. -- Mark A. Flacy mfl...@verizon.net On Thursday, January 14, 2021 5:30:21 PM CST Thomas Wolf wrote: > Hi, > This

possibly naive question

2021-01-14 Thread Thomas Wolf
Hi, This might be a dumb question: does Netbeans have an external API (e.g. REST) that would allow a remote program to direct Netbeans to open a file at a given line number? I have a program that does some analysis on application source code and then needs to let the user edit some specific source

Re: runtime platform option missing

2021-01-14 Thread John Mc
Hi, I'd guess it's because in the youtube video, they created an Ant based Java Application in NetBeans 8, while in Apache NetBean 12.X Maven is the default build tool when you create a new Java Application. When I create a new Ant based java project I have that option in the project's properties

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Christoph Theis
On 14.01.2021 19:58, Joe Kasprzyk wrote: I've downloaded the project and attempted to build. The plugin is a suite of four modules - for each module, the source level was updated to 11. When "clean and build"ing each of the four modules, three (JaCoCo Library, TikiOne JaCoCo Reporting Library, Ti

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
Look in the Maven POMs for “compat8” and delete that Maven dependency wherever you find it, you most likely don’t need it, then do the build again. Gj On Thu, 14 Jan 2021 at 19:58, Joe Kasprzyk wrote: > I've downloaded the project and attempted to build. The plugin is a suite > of four modules

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Joe Kasprzyk
I've downloaded the project and attempted to build. The plugin is a suite of four modules - for each module, the source level was updated to 11. When "clean and build"ing each of the four modules, three (JaCoCo Library, TikiOne JaCoCo Reporting Library, TikiOne JaCoCoverage Libraries) seem to build

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
Right. And whoever needs it, can download the code, build it in 12.2, probably there won't be any problems, and then install it and/or provide NBMs at that stage. Gj On Thu, Jan 14, 2021 at 6:07 PM Laszlo Kishalmi wrote: > That one is here: > https://github.com/jonathanlermitage/tikione-jacocov

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Laszlo Kishalmi
That one is here: https://github.com/jonathanlermitage/tikione-jacocoverage On the other hand if you need the coverage now, you can switch the build System from Ant to Gradle or Maven where we provide that support out of the box. On 1/14/21 8:45 AM, Geertjan Wielenga wrote: If you can point t

Re: TikiOne JaCoCoverage plugin

2021-01-14 Thread Geertjan Wielenga
If you can point to the sources, hopefully on GitHub, we could compile them against 12.2 to update it, that's probably all that's needed. Gj On Thu, Jan 14, 2021 at 5:39 PM Joe Kasprzyk wrote: > I've been using the TikiOne JaCoCoverage plugin for years now, up to > NetBeans 8.2 . I've been migr

TikiOne JaCoCoverage plugin

2021-01-14 Thread Joe Kasprzyk
I've been using the TikiOne JaCoCoverage plugin for years now, up to NetBeans 8.2 . I've been migrating to NetBeans 12.2 and am trying to install this plugin (development marked closed on the author's project site). I set the default JDK to 1.8 and am running NetBeans on 1.8. When I install, I get

Re: Java EE8 Status

2021-01-14 Thread Will Hartung
On Thu, Jan 14, 2021 at 7:27 AM HRH wrote: > > However, an observation that caught my attention on StackOverflow is that > the highest percentage of the activities (post and replies) on the > technologies I mentioned earlier took place between 2009 to 2015, followed > by a drastic drop onward, so

Re: Java EE8 Status

2021-01-14 Thread HRH
Recently (using the COVID downtime)I started to look at Java EE (JSF, EJB, CDI, JPA, and so on) using the Java EE7 tutorial. I am so amazed by the drastic improvements to the technologycompared to the time I used to develop web applications with Java, JDBC, J2EE,and JSPs technologies before I

R: TestNG does not recognize the testng.xml

2021-01-14 Thread r.bottoni
Hello, I answer to myself.. the solution is trivial .. to run suite test simply click on the testng.xml file with the right mouse button and choose "test" .. R. -Messaggio originale- Da: Roberto Bottoni Inviato: mercoledì 13 gennaio 2021 19:33 A: Users Oggetto: TestNG does not recogni