Re: Building NetBeans 11.2

2019-11-22 Thread mlist
I see. Thanks again. - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apach

Re: Building NetBeans 11.2

2019-11-21 Thread mlist
On Wed, 20 Nov 2019 22:12:49 + Neil C Smith wrote: > As I already said, if you're building from git change the metabuild hash on > the ant build line to match 11.2 Oh. Finally I got that. Thanks! Something strange though. When I started the build of 11.2 it wanted to import settings from 11.

Re: Building NetBeans 11.2

2019-11-20 Thread mlist
On Wed, 20 Nov 2019 09:16:03 + Neil C Smith wrote: > You need to change the hash on the build line to match the git hash of the > release. Or check the gitinfo.properties file in the source zip download. > In fact, building from source zip recommended. Or if not, the git tag. The > release bra

Re: Building NetBeans 11.2

2019-11-20 Thread mlist
Anybody? Please. On Sat, 16 Nov 2019 22:43:05 +0200 mlist wrote: > I have just rebuilt using 'release112' (just like before) hoping that > this will update me to the latest version 11.2 (as per GitHub and as > per your explanation). However Help->About of the build st

Re: Building NetBeans 11.2-beta1

2019-11-16 Thread mlist
Hi again. On Mon, 7 Oct 2019 19:08:27 +0100 Neil C Smith wrote: > 11.2-beta2 is a tag, release112 is the branch. The tag is a fixed > point, the branch will be updated for beta3 and the release itself. I have just rebuilt using 'release112' (just like before) hoping that this will update me to

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread mlist
Thank you! - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/con

Re: Building NetBeans 11.2-beta1

2019-10-07 Thread mlist
On Mon, 7 Oct 2019 12:34:51 +0100 Neil C Smith wrote: > By release112 tip I mean just git checkout release112. Thanks Neil. What is the difference between checking out 11.2-beta2 and release112? I notice that for both git show outputs: commit 86e1b2eb194e8e9628a66e6ee1a128134c70671a (HEAD -> r

Re: Building NetBeans 11.2-beta1

2019-10-06 Thread mlist
On Sun, 6 Oct 2019 12:15:25 +0100 Neil C Smith wrote: > If you build from checkout you also have to manually specify the > metabuild branch and hash information. > Also, use release112 tip. How do I do these please? I am attaching the short bash script I use to build.

Re: Building NetBeans 11.2-beta1

2019-10-06 Thread mlist
On Sun, 6 Oct 2019 13:03:16 +0200 Geertjan Wielenga wrote: > If it builds and runs, that’s great. Don’t worry about the messages. Thanks. What about the version number? Is it normal? - To unsubscribe, e-mail: dev-unsubscr...@net

Re: Building NetBeans 11.2-beta1

2019-10-06 Thread mlist
On Sat, 5 Oct 2019 18:09:09 +0100 Neil C Smith wrote: > I'm glad we will no longer have this issue in 11.2! Try building the > beta of that instead, and report back problems. ;-) OK, I have built 11.2 (from GitHub's tag '11.2-beta1'). Help->About shows: Apache NetBeans IDE DEV (Build 20191006-

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-05 Thread mlist
On Sat, 5 Oct 2019 18:09:09 +0100 Neil C Smith wrote: > At some point, I presume you've used another build of NetBeans 11.1 > (or upgraded from earlier version) somewhere in user space? Yes. Before building 11.1 I was using 8.2. After first run of 11.1 it imported everything from 8.2. I have no

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-05 Thread mlist
Something weird happened today. I simply started my freshly built netbeans 11.1 and it showed a dialog box with the text: "Warning - could not install some modules: Nashorn Integration - No module providing the capability com.oracle.js.parser.implementation could be found. 19 further modules coul

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-05 Thread mlist
On Sat, 5 Oct 2019 14:43:40 +0200 Geertjan Wielenga wrote: > I don't understand them, what do they mean? Question #3 is about warnings which I see when running the final build from command line - is there anything to do about those warnings? Question #4 - OK, you answered that one. Thanks. ---

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-05 Thread mlist
Thanks. What about questions 3 and 4 please? - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, vi

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-05 Thread mlist
Thanks Geertjan. I hope you (or someone else) can answer the other questions too. - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further informatio

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-04 Thread mlist
John, Thanks for this info! Your process is the same I use but it seems the key which helped was: > export ANT_HOME=$HOME/opt/apache-ant-1.10.7 This made the proper version of my ant (built from source) to show up and the build of NetBeans was successful with jdk8! Questions: 1. I notice that

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-04 Thread mlist
On Fri, 4 Oct 2019 17:23:02 +0100 Neil C Smith wrote: > Basically do > > sudo update-alternatives --display java > sudo update-alternatives --display javac > > to see what's available, and > > sudo update-alternatives --config java > sudo update-alternatives --config javac > > to select which

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-04 Thread mlist
Tried also ant-1.10.7 - exactly the same failed result. It also shows: $ /tmp/download/apache-ant-1.10.7/ant-1.10.7/bin/ant -version Apache Ant(TM) version 1.9.10 compiled on August 16 2018 > So what should I do please? - To uns

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-04 Thread mlist
On Thu, 03 Oct 2019 14:53:51 +0200 Matthias Bläsing wrote: > TL;DR: Download a fresh version of ant from apache, put it on the path > and build with that. OK. I have done that: 1. I downloaded and built successfully ant-1.9.14 from source 2. In ~/.nbbuild.properties I have set as recommended: n

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-03 Thread mlist
On Thu, 3 Oct 2019 18:27:54 +0100 Neil C Smith wrote: > If Suse has update-alternatives or equivalent, you might be better > setting up java and javac with that instead? What is 'update-alternatives'? - To unsubscribe, e-mail: d

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-03 Thread mlist
On Thu, 3 Oct 2019 18:51:53 +0200 Geertjan Wielenga wrote: > I copied and pasted the error messages from your stack trace which tells > you explicitly that your JAVA_HOME is pointing to the JRE instead of the > JDK. Yes, but also later on after changing JAVA_HOME the build still fails. -

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-03 Thread mlist
On Thu, 03 Oct 2019 14:53:51 +0200 Matthias Bläsing wrote: > Please check which ant you are using to build. We have at least one > report, where the distribution packed ant messed up the build: The software versions I am using (from openSUSE's repos) are: ant-1.9.10-lp150.2.3.1.noarch java-11-op

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-03 Thread mlist
Geertjan, I can't understand what you mean by this and how I am supposed to use it. Could you kindly clarify please? - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-03 Thread mlist
On Wed, 2 Oct 2019 23:06:58 +0300 mlist wrote: > Hi, > > I am trying to build NetBeans 11.1 from source code on openSUSE Leap > 15. I have read the instructions and the README.md but unfortunately I > am getting errors which I don't know how to fix as I am not a Java > dev

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-02 Thread mlist
P.S. Looking at previous lines of the output it seems it is still trying to use JDK9 (I don't know why): https://susepaste.org/293ef8aa - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-02 Thread mlist
OK, so I started from scratch and ran as you said: export JAVA_HOME=/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/ echo 'nbjdk.home=/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0' > ~/user.build.properties ant -Dcluster.config=full The build started but failed again after a while. Here is a shorter output (l

Re: Building NetBeans 11.1 from source fails with compile errors

2019-10-02 Thread mlist
On Wed, 02 Oct 2019 22:12:42 +0200 Matthias Bläsing wrote: > you are building with JDK11 against an JDK8 by setting nbjdk.home. I > fixed this for me by switching to JDK8 as the build JDK. > > My .nbbuild.properties has this entry: Is that the same as src/nbbuild/user.build.properties or (if not

Building NetBeans 11.1 from source fails with compile errors

2019-10-02 Thread mlist
Hi, I am trying to build NetBeans 11.1 from source code on openSUSE Leap 15. I have read the instructions and the README.md but unfortunately I am getting errors which I don't know how to fix as I am not a Java developer (my intention is to use NetBeans IDE for PHP, CSS, JavaScript). Here is the