Java EE version?

2018-08-11 Thread Alex O'Ree
Hi everyone, first of all, the new netbeans looks great! Question 1) Plugin/update repos Here's the list of plugin repos I'm currently using, Are these still supported and/or recommended for use? I've lost track of what is what.

Re: [netbeans] offline installation

2018-12-29 Thread Alex O'Ree
in the case of Java support in Apache NetBeans, the > nb-javac compiler belongs to Oracle and is GPL licensed and hence cannot be > distributed by Apache. You need to install it yourself, i.e., individually > accept the licensing terms. > > Gj > > On Sat, Dec 29, 2018 at 4:52 PM Alex

Re: Checking for external changes - Suspended, high cpu usage

2018-12-28 Thread Alex O'Ree
Am I reading this right? Android support for NB? Super exciting! On Fri, Dec 28, 2018 at 8:47 AM Emilian Bold wrote: > Oh, I see the patches here > > https://github.com/NBANDROIDTEAM/org-netbeans-modules-masterfs-patches/tree/master/patches_NB82_MAVEN_SRC > > --emi > > On Fri, 28 Dec 2018 at

Re: Minor NetBeans 11 issues

2019-03-27 Thread Alex O'Ree
Oh, cool. Is there a plugin required or something or is it baked into to the distribution? On Wed, Mar 27, 2019 at 2:28 AM Geertjan Wielenga wrote: > In fact, web app support is the major feature introduced in Apache > NetBeans 11.0. > > Gh > > On Wed, 27 Mar 2019 at 02:51,

Re: Questions related to the use of Netbeans

2019-04-17 Thread Alex O'Ree
https://netbeans.org/bugzilla/show_bug.cgi?id=247416 The TODO Syntax highlighter is a must for me. It should be in baked in IMO. On Wed, Apr 17, 2019 at 5:29 PM Jonathan Bergh wrote: > 1. What are the best Netbeans plugins to use you think? And do you know > some funny ones?? > SpringBoot,

Code palette?

2019-04-14 Thread Alex O'Ree
Does a plugin exist that will allow me to drag and drop code snippets into a palette? I found a few articles on someone creating one but I had some difficult getting them to work. There's a few hits with some of the dev/latest plugin catalogues but nothing seems to fit the need.

UDDI server plugin?

2019-06-09 Thread Alex O'Ree
I remember with older versions of NB, probably 8.2 and older, there were some plugins/adapters to discovering soap/rest services in a UDDI registry. After searching the current code base, I don't see any references to it anymore. Did oracle donate that bit of code? If not, are there any similar

making an offline portable setup

2019-05-19 Thread Alex O'Ree
After unzipping and running NB11, there's a number of cases where "features" need to be downloaded and activated. Where are the downloaded components stored? I have a case where I need to get a functioning NB environment setup, then transferred to another computer that is offline.

was org-netbeans-modules-showtodos donated\

2019-07-13 Thread Alex O'Ree
org-netbeans-modules-showtodos there's been some recent traffic on the old bugzilla tracker. https://netbeans.org/bugzilla/show_bug.cgi?id=247416 i am a huge fan of this plugin and would love if either this was included out of the box, made available again as a download, or have its feature

Re: tutorials on plugin development?

2019-04-21 Thread Alex O'Ree
t; On Sun, Apr 21, 2019 at 10:18 PM Geertjan Wielenga > wrote: > >> https://netbeans.org/features/platform/all-docs.html >> >> Gj >> >> On Sun, Apr 21, 2019 at 9:59 PM Alex O'Ree wrote: >> >>> Are there any how to guides on netbeans plugin developmen

Re: Code palette?

2019-04-14 Thread Alex O'Ree
//github.com/NBANDROIDTEAM/NBANDROID-V2> > > ------ > *From:* Alex O'ree > *Sent:* Sunday, April 14, 2019 5:27PM > *To:* Users > *Subject:* Code palette? > > Does a plugin exist that will allow me to drag and drop code snippets into > a palette? I found a fe

tutorials on plugin development?

2019-04-21 Thread Alex O'Ree
Are there any how to guides on netbeans plugin development? I found this: http://wiki.netbeans.org/IntroNetBeansPluginDev which was last updated in 2013 and doesn't seem to be accurate any longer.

[netbeans] source packages are owned by project x and cannot be used here, see 138310

2019-06-27 Thread Alex O'Ree
I could use some help bypassing this if possible. it's a maven project (apache juddi) with a bit of a strange layout. juddi-core/src/main/java - normal maven layout juddi-core-openjpa/src in juddi-core-openjpa/pom.xml, we use an alternate source directory which references the same sources from

Fonts in the project tree with darcula ?

2019-11-02 Thread Alex O'Ree
When running both the darcula look and feel and editing settings, i've noticed that the project tree view now has a very dark background with black text, making it a bit hard to read. Is this adjustable in a setting or menu somewhere?

Re: Fonts in the project tree with darcula ?

2019-11-03 Thread Alex O'Ree
ith a new > userdir to see if perhaps something may be configured incorrectly in the > one you are using? > > Thanks > > Josh Juneau > juneau...@gmail.com > http://jj-blogger.blogspot.com > https://www.apress.com/us/search?query=Juneau > > On Nov 2, 2019, at 8:02 AM, Al

module removal

2020-04-01 Thread Alex O'Ree
Hi is there a way to remove an installed module? I have a project that has both maven and gradle files and NB keeps asking me to install gradle (and i really just don't want to) and i'd rather NB load the module as a maven project instead. a) can i disable and remove the groovy module and if so

Re: module removal

2020-04-01 Thread Alex O'Ree
You all are awesome, thanks! On Wed, Apr 1, 2020 at 6:54 PM Laszlo Kishalmi wrote: > Just go to: Tools -> Options -> Java -> Gradle and set the Prefer Maven > projects over Gradle, then reboot the IDE > > > On 4/1/20 2:15 PM, Alex O'Ree wrote: > > Hi is there a way

Maven IT integration tests not recognized?

2023-03-26 Thread Alex O'Ree
Hi I was experimenting with surefire integration tests vs unit tests. I noticed that NB completely ignores the "it" folder src/it/java etc. Is there a workaround for this?

Maven with shared sources on 2 modules

2023-07-12 Thread Alex O'Ree
I have two modules in maven that both produce slightly different configurations of a war file. Lets call them war1 and war2. War1 has all the html js, css, etc and base config. War2 uses the same html, css and most of the same js and some different configurations in web and context xml files.