Can't attach to a debug process on Java 17

2022-08-28 Thread Blake McBride
t Host: i9-tower Port: 9090 Timeout [ms]: [blank] These are the same parameters I used with Java 8 that worked fine. Any suggestions? Thanks! Blake McBride

JavaScript global global symbols

2022-08-19 Thread Blake McBride
lobal symbols in each JavaScript file in the form: /* global mysymbol */ Rather than declaring those symbols global in hundreds of JavaScript files, can't I just do those declarations in one place? Thanks! Blake McBride

Debugging with Ant

2022-08-19 Thread Blake McBride
would be nice to have a button that: A. runs a pre-defined Ant target B. waits a few seconds for tomcat to semi-start C. attach to the debug port Is there any way to do this? Thank you! Blake McBride

Re: Simple navigation question

2022-08-18 Thread Blake McBride
Perfect. Thanks! On Thu, Aug 18, 2022 at 2:45 PM Mark A. Flacy wrote: > Right click in the file's edit window and get the pop-up menu. "Select in > Projects" should do the trick. > > -- > Mark A. Flacy > mfl...@verizon.net > > On 2022 M08 1

Simple navigation question

2022-08-18 Thread Blake McBride
simple need. I just can't figure out how to do it. Sure appreciate any help. Blake McBride

Browser refuses HTML debug run

2022-08-11 Thread Blake McBride
s (or any other browser debugger) and try again. I completely rebooted my machine, logged in, and ran NetBeans. I didn't start anything else. I'm still getting that error. Sure appreciate any pointers. Thanks! Blake McBride

Re: Running with three heads

2022-08-10 Thread Blake McBride
; mfl...@verizon.net > > On 2022 M08 10, Wed 19:05:48 CDT Blake McBride wrote: > > Greetings, > > > > I have three monitors. I like to have the IDE with the back-end on one > > monitor. Another IDE running the front-end on a second monitor. And > then, > >

Running with three heads

2022-08-10 Thread Blake McBride
) head. I know I can open up both projects on the same head, but I want to see code from both at the same time. So, I'd like to open two copies of NB. One would be open to my front-end project, and the other would be open to my back-end project. Can I do this? Thanks! Blake McBride

NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread Blake McBride
project and then copy over my source. Is that the only way to do it? Thanks! Blake McBride

12.6-rc1: Can't set breakpoints in Groovy until a Java file is displayed

2021-10-28 Thread Blake McBride
like displaying a Java file is activating something needed by the Groovy file. Once it is activated all works well until I exit NetBeans and go back in. Thanks. Blake McBride

Re: How do I activate Groovy plugin?

2021-10-23 Thread Blake McBride
Has the activation of the Groovy plugin and the ability to debug Groovy been tested for the upcoming 12.6 release? On Fri, Oct 22, 2021 at 4:30 PM Blake McBride wrote: > Just FYI, the app I'm testing this is at > https://github.com/blakemcbride/Kiss > > On Fri, Oct 22, 2021 a

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
, Oct 22, 2021 at 11:02 PM Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> Not sure. Check whether you have syntax coloring before/after having the >> plugin installed. >> >> Gj >> >> On Fri, Oct 22, 2021 at 11:01 PM Blake McBride >

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
coloring before/after having the >> plugin installed. >> >> Gj >> >> On Fri, Oct 22, 2021 at 11:01 PM Blake McBride >> wrote: >> >>> On a possibly unrelated note, should I be able to activate the Groovy >>> plugin? If so, how? >>&

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
t you did in a previous release > (i.e., not guess, but actually debug Groovy in the previous release) and do > the same as you did then in the current release and, on that failing, > provide your sequence of steps here so that others can reproduce and help. > > Gj > > On Fri, Oct

Re: How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
hen you open your Groovy file, then that's the Groovy > support that there is. > > Gj > > On Fri, Oct 22, 2021 at 10:24 PM Blake McBride > wrote: > >> Greetings, >> >> I am using NetBeans 12.5 on a Linux box. >> >> If I go to Tools / Plugins / Inst

How do I activate Groovy plugin?

2021-10-22 Thread Blake McBride
ses Groovy but I can't seem to debug Groovy files. I presume that is because the Groovy plugin is not activated. How can I activate it? Thank you! Blake McBride

Problem with tomcat #2

2020-02-24 Thread Blake McBride
to deploy for me. Under Project / Properties / Build / Packaging / WAR Content I have build/web set but it doesn't get deployed. I have CATALINA_BASE and CATALINA_HOME set to the same path. Thank you! Blake McBride

Problems with tomcat

2020-02-24 Thread Blake McBride
: a. It would be nice to be able to rename the instance b. Setting of the base should be related to the project and not global. Thanks! Blake McBride

Re: Resolving imports with multiple source roots

2018-11-17 Thread Blake McBride
; in the form of issues: > > https://github.com/kelemen/netbeans-gradle-project > > Gj > > On Sat, Nov 17, 2018 at 7:34 PM Blake McBride wrote: > >> On Sat, Nov 17, 2018 at 11:44 AM Emilian Bold >> wrote: >> >>> NetBeans seems to be configured alread

Re: Resolving imports with multiple source roots

2018-11-17 Thread Blake McBride
project (NetBeans or Gradle). Any ideas there? Thanks! Blake On Sat, Nov 17, 2018 at 12:34 PM Blake McBride wrote: > On Sat, Nov 17, 2018 at 11:44 AM Emilian Bold > wrote: > >> NetBeans seems to be configured already with the sources (see screenshot). >> > > There

Re: Resolving imports with multiple source roots

2018-11-17 Thread Blake McBride
le > /Users/apache/CoolBeansProjects/Kiss/libs/log4j-1.2.17.jar to copy. > > --emi > On Sat, Nov 17, 2018 at 7:11 PM Blake McBride wrote: > > > > Hi, and thanks for the response. > > > > This is a Gradle / tomcat / Java / Groovy app. The project is at > https:/

Fwd: Resolving imports with multiple source roots

2018-11-17 Thread Blake McBride
x27;t work, and I am having trouble with the two source roots. The stuff on GitHub uses NetBeans project-based approach. I'm trying to scratch that and depend more on Gradle. Not having an easy time. Any ideas on how I can tell the NetBeans editor that there are two source roots? Thanks!

Re: Gradle import flagged as an error

2018-11-17 Thread Blake McBride
Turns out, it is an error. It was configured for an outdated URL. Don't know why it worked from the command line. Fixed now. On Tue, Nov 13, 2018 at 8:38 PM Blake McBride wrote: > Greetings, > > I am using NetBeans 8.2 on a 64 bit Linux box with Java 8. I have the > "

Resolving imports with multiple source roots

2018-11-16 Thread Blake McBride
root is. I am attaching a picture of the problem. I have application/services/MyJavaService.java attempting to import java/org/kissweb/database/Connection.java - which exists but the IDE flags it as unknown. How can I fix this? Thanks! Blake Mc

Gradle import flagged as an error

2018-11-13 Thread Blake McBride
import org.akhikhl.gretty.AppStartTask NetBeans says: Unable to resolve class org.akhikhl.gretty.AppStartTask The entire build.gradle is attached herewith. Also, the entire project is located at: https://github.com/kiss-web/Kiss Sure appreciate any help! Thanks! Blake McBride bu

Need help getting an existing web app to NetBeans

2018-07-06 Thread Blake McBride
f. So, if there is anyone out there who would like to take on this very short project, please contact me for details. Thank you. Blake McBride blake1...@gmail.com