On 28.11.22 20:57, Scott Palmer wrote:
On Nov 28, 2022, at 2:46 PM, Scott Palmer <swpal...@gmail.com> wrote:
On Nov 28, 2022, at 1:58 PM, Michael Bien <mbie...@gmail.com> wrote:
On 28.11.22 20:00, Neil C Smith wrote:
On Mon, 28 Nov 2022 at 18:55, Scott Palmer <swpal...@gmail.com
<mailto:swpal...@gmail.com>> wrote:
In preferences/settings under Editor, Formatting, language Java, category
Spaces:
The sample code used has a misplaced closing brace. Instead of closing the
‘meth’ method it is after the following “add” method, ending the example with a
double “} }” on the same line.
So it does. Can you open a GH issue?
or PR :)
Issue 5023 filed.
PR to come, I hope... we’ll see how the fight with git goes. (I use Mercurial
because I’m not a masochist :-). )
Well it seems UI have to win the fight with Ant first :-)
Using Ant 1.10.12, JDK 17.0.5 on macOS 13.1, I tried:
ant -Dcluster.config=basic
and got:
BUILD FAILED
/Users/scott/dev/opensource/netbeans/nbbuild/build.xml:633: The following error
occurred while executing this line:
/Users/scott/dev/opensource/netbeans/nbbuild/build.xml:628: The following error
occurred while executing this line:
/Users/scott/dev/opensource/netbeans/nbbuild/build.xml:675: The following error
occurred while executing this line:
/Users/scott/dev/opensource/netbeans/nbbuild/templates/projectized.xml:153: Cannot
compile against a module:
/Users/scott/dev/opensource/netbeans/nbbuild/netbeans/ide/modules/libs-c-kohlschutter-junixsocket.jar
because of dependency: libs.c.kohlschutter.junixsocket/2 > 3.0
The patch is trivial, but of course I want to build and test before submitting
a PR…
Did I miss something?
Scott
build should work fine on JDK 17.
try an "ant clean" if this doesn't help, try cleaning the
.hgexternalcache, if this doesn't help try a "git clean -xfd" but be
warned this will remove all untracked files.
-mbien
---------------------------------------------------------------------
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/confluence/display/NETBEANS/Mailing+lists