Re: netbeans launchers source code location

2019-04-05 Thread Gary Bello
be examined that is used by the launcher ? Thanks -Gary On Fri, Apr 5, 2019 at 5:16 PM Wade Chandler wrote: > On Fri, Apr 5, 2019, 19:27 Gary Bello wrote: > > > > > Wondering where the source code that causes this behavior is located ? > > > > https://github.com/apache/inc

Re: netbeans launchers source code location

2019-04-05 Thread Gary Bello
t; > Wade > > On Fri, Apr 5, 2019, 19:27 Gary Bello wrote: > > > Have noticed for some time that nb9, nb10, nb11 consider each version the > > same when trying to run one instance of nb9, nb10, or nb11 at same time. > > > > In other words. > > when runnin

netbeans launchers source code location

2019-04-05 Thread Gary Bello
Have noticed for some time that nb9, nb10, nb11 consider each version the same when trying to run one instance of nb9, nb10, or nb11 at same time. In other words. when running nb9 cannot run nb10 or nb11 when running nb10 cannot run nb9 or nb11 when running nb11 cannot run nb9 or nb10; For all

Re: What to do with features for EARs and EJBs?

2019-01-28 Thread Gary Bello
+1 for ejb/ear support On Mon, Jan 28, 2019 at 11:52 AM Andreas Ernst wrote: > +1 to keep the EAR and EJB support. YES, please. > > Am 28.01.19 um 20:42 schrieb Gaurav Gupta: > > +1 to keep the EAR and EJB support. > > > > On Tue, 29 Jan 2019 at 1:07 AM, Antonio wrote: > > > >> Hi, > >> > >>

Re: Cannot build NetBeans from source

2018-12-29 Thread Gary Bello
i keep multiple version of nb installed; so i build nb git soure with nb82/jdk8 without issue; you could build with nb10 if you started it with jdk8 i would bet. -Gary On Sat, Dec 29, 2018 at 10:28 AM Peter Nabbefeld wrote: > The README describes how to build NB from the console - I don't

Re: Cannot build NetBeans from source

2018-12-29 Thread Gary Bello
re building netbeans source; i can always successfully build netbeans with nb82 - since it is running jdk8 in my case; when running nb9+ netbeans with jdk newer than jdk8 builds usually fail. this seems to be documented - to build suppose to use jdk8; i also would like to know how to build

2nd windows screen icon for nb9 shows nb82 shape/color icon

2018-07-13 Thread Gary Bello
main screen icon show new nb9 icon i have windows 10 with 2 displays - 2nd display is extended from the main - not a duplicate. Both displays have a task bar that show icons of running programs. I built nb9 from the master git branch - not the release90 branch. This if from a build just a few

Re: NB 9 RC1 Updating Failes on Win 10

2018-07-01 Thread Gary Bello
I would suggest you insure your profile and cache directories used by nb9rc1 are new for the initial startup - do not use previous data. check etc/netbeans.conf and see where the cache/profile directories are located, or in you netbeans use help/about and note the cache/userdir locations, exit

Re: Questions about contributing code and developing on top of Platform 9.0

2018-06-16 Thread Gary Bello
I debug netbeans by adding to etc/netbeans.conf netbeans_default_options string -J-agentlib:jdwp=transport=dt_socket,suspend=n,server=y,address= 127.0.0.1:61826 then run that netbeans and use a 2nd instance of netbeans to attach to the address above and set breakpoints/etc. The relevant source

Re: NetBeans user dir per release

2018-06-06 Thread Gary Bello
I keep multiple NB versions on each machine I use NB on. I even still have nb4.1 on 1 machine and yes it requires an old JDK to run. I keep separate user dirs. And edit each etc/netbean.conf file to insure no compflict. I also at times run multiple versions of NB at same time. What ever you

Re: netbeans maven support breaks trying to build JGit source

2018-03-25 Thread Gary Bello
; > > Does it build from the command line at all, or is the issue only > happening > > in NetBeans? > > > > > > > > > > On 25 March 2018 at 04:06, Gary Bello <gary.be...@gmail.com> wrote: > > > >> To clarify ... > >> I am not tryi

Re: netbeans maven support breaks trying to build JGit source

2018-03-24 Thread Gary Bello
> versions. > > Gili > > > On 2018-03-25 1:36 AM, Gary Bello wrote: > >> Yes - https://issues.apache.org/jira/browse/NETBEANS-457 >> is the bug I filed. >> >> It was discovered building jGIt and have spent 2+ days trying to >> debug/understand, >&

Re: netbeans maven support breaks trying to build JGit source

2018-03-24 Thread Gary Bello
race does not seem to be specific to JGit so this is a general > bug. > > Gili > > > On 2018-03-24 11:06 PM, Gary Bello wrote: > >> To clarify ... >> I am not trying to have a build of netbeans make use of latest JGIt. >> >> I am simply trying to get netbean

Re: netbeans maven support breaks trying to build JGit source

2018-03-24 Thread Gary Bello
I've just sent a PR for the latest version of JGit with NetBeans: > https://github.com/apache/incubator-netbeans/pull/465 > > Some dependencies of NetBeans need to be updated to be able to build the > latest JGit version... > > Christian > > > On Sat, Mar 24, 2018 at 10:28 P

netbeans maven support breaks trying to build JGit source

2018-03-24 Thread Gary Bello
JGit repository https://github.com/eclipse/jgit.git I have been trying to debug/fix the maven issue without success. So decided to alert the mail list. I have filed a bug report. Just checkout the JGit master and try to build with netbeans. The subprojects of JGit build separately with

Re: Possible Removal of SVN

2018-03-09 Thread Gary Bello
I don't understand - It is available in my Netbeans 8.2 Team dropdown. Perhaps installed from plugin - is that not part of Netbeans ? -Gary On Fri, Mar 9, 2018 at 1:36 AM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > On Fri, Mar 9, 2018 at 10:16 AM, emiddio-frontier

nb9 beta

2018-02-04 Thread Gary Bello
Please correct me where wrong. I have noticed when I get exceptions in nb9 beta or the build I make from the git repo nb9 asks to report the error/exceptions. Those exception reports seem to be going to the old netbeans location and do not appear in the apache bug reports for netbeans. Also the

using a self built incubator netbeans current git checkout

2018-01-27 Thread Gary Bello
Every few days I update and build current git repo of incubator netbeans. I then configure to run with jdk9. There are a lot of plugin options to choose from - do we know how safe/reliable/bug-free the available plugins are at this time ? or which of the avail plugins should only be used at

Re: [VOTE] Release Apache NetBeans 9.0 Beta (incubating) rc2

2018-01-15 Thread Gary Bello
vote +1, works on jdk8 and jdk9 so far; builds fine; -Gary On Mon, Jan 15, 2018 at 12:34 AM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Hi all, > > Please vote on releasing Apache NetBeans 9.0 Beta (incubating) rc2! If > this voting passes, another similar voting will be

Re: building netbeans with jdk9

2018-01-04 Thread Gary Bello
which very explicitly tells > >> you that JDK 7 must be used to build Apache NetBeans. Also save time > and see > >> there the version of Ant to use. > >> > >> Gj > >> > >> On Thursday, January 4, 2018, Gary Bello <gary.b

building netbeans with jdk9

2018-01-04 Thread Gary Bello
Using abt a 12/25/17 nightly incubator build with jdk9.0.1 yest build try on current git update is not successful. user.build.properties has permit.jdk9.builds=true Should it work ? Thanks -Gary