Re: Building Apache NetBeans on OSX

2017-11-04 Thread Geertjan Wielenga
Fantastic, really happy it worked out for you and you're spreading the word. Gj On Sat, Nov 4, 2017 at 7:11 PM, Josh Juneau wrote: > Posted about it on Twitter: Utilizing Apache #NetBeans with #Java9 > http://jj-blogger.blogspot.com/2017/11/utilizing-apache- > netbeans-with-jdk-9.html > > I wi

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Josh Juneau
Posted about it on Twitter: Utilizing Apache #NetBeans with #Java9 http://jj-blogger.blogspot.com/2017/11/utilizing-apache-netbeans-with-jdk-9.html I will write a post to cover my work using some of the Java 9 features soon. Thanks again Josh Juneau juneau...@gmail.com http://jj-blogger.blogspo

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Geertjan Wielenga
Awesome. :-) Gj On Sat, Nov 4, 2017 at 6:48 PM, Josh Juneau wrote: > I re-cloned and now we have success! There must have been errors in the > repository a few days ago when I cloned fresh. Also, as you had mentioned, > the pull must have corrupted my local. > > I'll keep you posted if I enco

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Josh Juneau
I re-cloned and now we have success! There must have been errors in the repository a few days ago when I cloned fresh. Also, as you had mentioned, the pull must have corrupted my local. I'll keep you posted if I encounter anything else. Looks good thus far! I've fired it up and it seems to be w

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Geertjan Wielenga
So, now the problem seems to be in xml.tax, which hasn’t been touched or changed at all, I think. I believe your clone is incomplete or corrupt somehow. Delete it completely and do a new clone would br best, I think. Gj On Saturday, November 4, 2017, Josh Juneau wrote: > Thanks, will do. Righ

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Josh Juneau
Thanks, will do. Right now here are the errors I am seeing: lib-compile: [javac] Compiling 36 source files to /Users/Juneau/Library/Mobile Documents/com~apple~CloudDocs/Java/Java_Dev/NetBeans/NetBeans9/incubator-netbeans/xml.tax/build/libclasses [repeat] warning: [options] bootstrap clas

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Geertjan Wielenga
Please do provide very detailed information about the precise error messages you’re seeing so that we can figure it out. I’d recommend beginning by deleting everything and cloning from scratch. Gj On Sat, 4 Nov 2017 at 18:17, Josh Juneau wrote: > Hi Geertjan, > > I've done a pull from remote t

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Josh Juneau
Hi Geertjan, I've done a pull from remote to update my local and still no luck building w JDK 8. I've not had a chance to dig into the errors though. I'll try and get to that today and I'll update you on progress. Thanks Josh Juneau juneau...@gmail.com http://jj-blogger.blogspot.com https://ww

Re: Building Apache NetBeans on OSX

2017-11-04 Thread Geertjan Wielenga
Hi Josh, Did you figure out what the problem was? Thanks, Gj On Fri, Nov 3, 2017 at 3:24 AM, Josh Juneau wrote: > Thanks Geertjan, I cloned from github today so it should be the > latest...but I'll look at the sources and reopen pull request if needed. > > I forgot to mention that I'm using J

Re: Building Apache NetBeans on OSX

2017-11-02 Thread Josh Juneau
Thanks Geertjan, I cloned from github today so it should be the latest...but I'll look at the sources and reopen pull request if needed. I forgot to mention that I'm using JDK 8 to build, 1.8.0_131-b11 to be exact. Also grabbed ant 1.9.9 to be sure that wasn't the culprit. Thanks again and I'll

Re: Building Apache NetBeans on OSX

2017-11-02 Thread Geertjan Wielenga
PS: If there's something wrong with it, reopen the pull request and add your comments/insights/feedback: https://github.com/apache/incubator-netbeans/pull/163 On Fri, Nov 3, 2017 at 12:58 AM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Looking at some of your error messages, lo

Re: Building Apache NetBeans on OSX

2017-11-02 Thread Geertjan Wielenga
Looking at some of your error messages, looks like you're having problems of some kind because of not being up to date with the latest commits, i.e.: https://github.com/apache/incubator-netbeans/commit/778d10fc295d4e18207548e6d86bb449c56cd8a5 Gj On Fri, Nov 3, 2017 at 12:50 AM, Geertjan Wielenga

Re: Building Apache NetBeans on OSX

2017-11-02 Thread Geertjan Wielenga
Apache NetBeans needs JDK 8 for building and then runs fine on JDK 9, that combination works perfectly on my Mac OSX. Gj On Thu, Nov 2, 2017 at 11:06 PM, Josh Juneau wrote: > I've had a few issues while attempting to build NetBeans from the > incubator. On OSX, it does not seem to work as outl

Building Apache NetBeans on OSX

2017-11-02 Thread Josh Juneau
I've had a few issues while attempting to build NetBeans from the incubator. On OSX, it does not seem to work as outlined in the readme. I've also confirmed with another individual that he has been unable to build from source. I think it is very important that the NetBeans community be able to bu