Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Niklas Matthies
Brett, the CVS plugin is provided by the "Certified Plugins" Update Center: http://updates.netbeans.org/netbeans/updates/8.2/uc/final/certified/catalog.xml.gz (See also in NetBeans under Tools -> Plugins -> Settings) Certified plugins actually have a higher status than plugins in the Plugin

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Glenn Holmer
On 03/10/2018 05:16 PM, Brett Ryan wrote: > Did you import settings? Nope. > I don’t know how you all are getting cvs. When I do a fresh install > with the same I don’t get it and it doesn’t appear in the plugin > portal. > >> On 11 Mar 2018, at 09:39, Glenn Holmer wrote:

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread emiddio-frontier
Additionally see the attached gif of the repositories that plugins come from in my nb9beta. On 3/10/2018 6:04 PM, emiddio-frontier wrote: I usually use import settings. But just to check i just deleted cache and profile dirs of my nb90beta. Then start netbeans and go to

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread emiddio-frontier
I usually use import settings. But just to check i just deleted cache and profile dirs of my nb90beta. Then start netbeans and go to tools/plugins/available plugins, click the NAME column to sort by name and look for CVS - It is there. -Gary On 3/10/2018 3:16 PM, Brett Ryan wrote: Did you

Re: NetBeans and Git

2018-03-10 Thread Owen Thomas
Hello John, Brett, and NetBeans users. Netbeans is installed on my Dell Latitude E5570 laptop running Ubuntu 16.04. The replies you have given me have given me some worthwhile leads. Although the problem is annoying, it appears that post-checkout massaging has worked up to now. I am managing

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Brett Ryan
Did you import settings? I don’t know how you all are getting cvs. When I do a fresh install with the same I don’t get it and it doesn’t appear in the plugin portal. > On 11 Mar 2018, at 09:39, Glenn Holmer wrote: > >> On 03/10/2018 04:19 PM, Brett Ryan wrote: >> If you

Re: Issue building Netbeans 9.0 using JDK 8 or JDK 9

2018-03-10 Thread Jan Lahoda
FWIW, building with ant 1.10.2 should be fixed now: https://github.com/apache/incubator-netbeans/commit/088b8b48118028f6f8490a96fdb17d26c279cd12 Jan On Sat, Mar 10, 2018 at 7:14 PM, John Muczynski wrote: > I've seen people on the mailing list succeed with JDK 8, using

Re: Issue building Netbeans 9.0 using JDK 8 or JDK 9

2018-03-10 Thread John Muczynski
I've seen people on the mailing list succeed with JDK 8, using Apache Ant version 1.10.1 -- Johnny Muczynski 734-262-2045 On Sat, Mar 10, 2018 at 3:34 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > PS: I’d also experiment with a slightly earlier version of Ant to see if >

Re: NetBeans and Git

2018-03-10 Thread John Muczynski
Hi Owen, I see Brett is posting about the git portion of your questions. I'll try to answer some of the others. > I observe some compilation errors. > Is something being cached I also get this symptom when making changes to a large number of files in a project. I think the root of the issue

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Don Albertson
On 03/09/2018 08:31 PM, Jerry Nicholson wrote: "It’s important for all technology that we don’t hold back younger generations by supporting legacy as it slows evolution of technology." I could not disagree more. It is important for youngsters to consider the amount of commitment to a

Re: NetBeans and Git

2018-03-10 Thread Brett Ryan
We would need to know more about your environment to help. Is it possible to share your codebase when the problem occurs provided it is not private? If you install git [1] and use the cli (git-bash) by issuing `git status` in the project path, what do you observe? [1]: https://git-scm.com/

NetBeans and Git

2018-03-10 Thread Owen Thomas
Hello. I have been using NetBeans with Git (I moved my codebase from SVN about about ten months ago), and I seem to have some problems after I open a clean working copy. After I commit my changes, I sometimes observe that some blue cylinder embellishments remain next to some packages. I backup

Re: Issue building Netbeans 9.0 using JDK 8 or JDK 9

2018-03-10 Thread Geertjan Wielenga
PS: I’d also experiment with a slightly earlier version of Ant to see if that makes a difference. On Saturday, March 10, 2018, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > I really recommend you move this discussion to the dev@ mailing list, > since that is the list applicable

Re: Issue building Netbeans 9.0 using JDK 8 or JDK 9

2018-03-10 Thread Geertjan Wielenga
Which operating system are you building on and where does your Ant installation come from? Gj On Saturday, March 10, 2018, Shaun Flynn wrote: > Using JDK8 update 162 yields the same issue. > > On Fri, 9 Mar 2018 19:48 Geertjan Wielenga,