Re: Rust, anyone?

2023-02-15 Thread Antonio

Hi again,

So, to clarify:

a) I don't think Rust support is ready yet to be merged with core: it's 
in alpha state ([1] details some aspects that need work).


b) If we want to add Rust support to NetBeans we have to decide the best 
way:


b.1) Create a "rust" branch in the main repo, add code there and keep on 
improving it until things are ready to merge in core.


b.2) Create a repo of ours and let "rust" be an experimental plugin, and 
keep on improving it there.


b.3) Keep on upgrading in my cloned repo until we're all happy.

We could start by deciding which option in "b)" best suites us. This may 
apply also to future "NetBeans experiments" that we may want to get 
involved into.


Cheers,
Antonio

[1]
An assorted list of bugs and features that we could add to Rust:

1. Lexer/Parser bugs

1.1. Lexer/parser are too detailed for an IDE, I think. We may not be 
interested in lexing the internals of a comment, for instance. We may 
want to simplify things.


1.2. We should recover nicely from Antlr4 lexer/parser errors. We 
currently don't. (add arbitrary text to a .rs file and see how it fails)


2. Project/Properties/Licenses

The "Project/Properties/Licenses" (dependency to Ant Projects) dialog 
opens, let's you choose a license, but then forgets. Licenses are never 
applied to new files.


3. Project/Properties/Other

We need customizers for Rust projects. Choosing between Debug and 
Release configurations, for instance.


4. Workspaces

Rust projects with workspaces (such as 
https://github.com/rust-lang/regex) show the different Rust submodules 
in the "Sources" node. We may want to handle these as we do with "Maven 
Submodules".


5. Fonts & Colors

We want to add more fonts-colors to different tokens (macros, etc.)

6. Folding

Folds work for code blocks, but structs is missing.

7. Debugging

Before adding debugging, we need to extract the "gdb" support from the 
"cnd" branch and add it somewhere in NetBeans. Maybe "ide/gdb*" is a 
good destination?


8. Semantic HL

We may want to add semantic highlighting to different parts of the Rust 
code (special coloring for mutable reference variables, for instance).


9. Options dialog

To select the "cargo" path.

10. Fonts and Colors dialog

With a sample .rs file, so people can modify fonts-colors easily.

11. Code completion

Of course. "rust-analyzer" (https://rust-analyzer.github.io/) is a 
popular LSP server, I think.



On 15/2/23 22:21, Antonio wrote:

Hi,

It's currently integrated in my repo 😄. Whether this goes to core and 
is released as a plugin is not clear yet, I think. That needs some 
thought. Releasing it as a plugin has the advantage that it can have a 
different lifecycle than the core.


On 15/2/23 19:48, John Kostaras wrote:
This is integrated into the core. 


-
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





Re: unknown timeout

2023-02-15 Thread John Neffenger

On 2/15/23 10:14 AM, name name2 wrote:

Hello


.io.IOException: Could not connect to

https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
within 15000 milliseconds


I assume you got that message while building NetBeans.

If so, it is likely the test connection that's made during the build to 
determine on the fly whether to use the HTTPS proxy server (if defined), 
the HTTP proxy server (if defined), or a direct connection to download 
each of the external binaries files.


See:

https://github.com/apache/netbeans/blob/master/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ConfigureProxy.java#L82

Check your proxy environment variables, if any, your proxy servers, if 
any, and your Internet connection, and try again. Or do nothing and just 
wait a few minutes, and try again.


John


-
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





Re: 17 blocker? — [apache/netbeans] no library found for namespace http://omnifaces.org/ui (Issue #4976)

2023-02-15 Thread Josh Juneau
Apologies for not checking the Omnifaces library previously.  Omnifaces is
NOT working...you are correct.  I just tried to add that library and it is
not recognizing it properly.  I also do not believe
that xmlns:h="jakarta.faces.html" works as it should with Jakarta EE 10.  I
do not believe that this is a blocker, but full Jakarta Faces functionality
is incomplete without these working properly.

Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
Apress Author 



On Wed, Feb 15, 2023 at 4:28 PM Geertjan Wielenga
 wrote:

> What about omnifaces?
>
> Gj
>
> On Wed, 15 Feb 2023 at 23:26, Josh Juneau  wrote:
>
> > To All,
> >
> > First, I want to thank everyone who has put forth efforts for the Jakarta
> > EE support in Apache NetBeans.  Jose Contreras, Gaurav Gupta, and others
> > have put forth a lot of effort for this (and past) releases.
> >
> > I just tested and I have no issues with primefaces namespace on NB
> 17-RC3.
> > Below are the namespaces I have declared in my JSF view, and there are no
> > errors:
> >
> > http://www.w3.org/1999/xhtml";
> >   xmlns:h="http://xmlns.jcp.org/jsf/html";
> >   xmlns:p="http://primefaces.org/ui";
> >   xmlns:f="http://xmlns.jcp.org/jsf/core";>
> >
> > My suggestion is to create a new NetBeans workspace and start from
> scratch
> > to try and create a new project.  Also, be sure you have added the
> > primefaces dependency to your project:
> >
> > 
> > org.primefaces
> > primefaces
> > 12.0.0
> > jakarta
> > 
> >
> > Thanks for another great Apache NetBeans release.
> >
> > Josh Juneau
> > juneau...@gmail.com
> > http://jj-blogger.blogspot.com
> > Apress Author 
> >
> >
> >
> > On Wed, Feb 15, 2023 at 3:19 PM Matthias Bläsing
> >  wrote:
> >
> > > Hi,
> > >
> > > Am Mittwoch, dem 15.02.2023 um 10:21 +0100 schrieb Geertjan Wielenga:
> > > > OK, let’s prioritize for the next release and note as a known error
> to
> > be
> > > > fixed ASAP since it blocks all usage of Java/Jakarta EE.
> > >
> > > this needs people adding support for the jackarta namespace. This might
> > > or might not be hard. We need to see.
> > >
> > > I don't see this as a release blocker.
> > >
> > > The reason is, that Oracle dropped development of JavaEE and transfered
> > > the source code to the Eclipse Foundation. Instead of doing the right
> > > thing: Donate the naming rights to them to, they did the insane thing:
> > > They donated the source code, but required the implementations to
> > > switch package names and XSD namespaces. This is wrong on so many
> > > levels.On that day a lot of cute kittens died an gruesome death.
> > >
> > > Greetings
> > >
> > > Matthias
> > >
> > >
> > > -
> > > 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
> > >
> > >
> > >
> > >
> >
>


Re: HELP!!! java.sql not showing in Project/Libraries/JDK node and Configuration Settings

2023-02-15 Thread Matthias Bläsing
Hi Sean,

Am Mittwoch, dem 15.02.2023 um 11:00 -0600 schrieb Sean Carrick:
> I've been trying to explain to a guy regarding the java.sql module
> use in NetBeans projects and am having trouble getting him to
> understand what I'm saying. I could really use some help with this.
> He is stuck on the fact that, even though the java.sql module is
> present in the Java Platforms dialog, he is not seeing listed under
> the Libraries/JDK node in the Projects window. Also, he is not able
> to use Fix Imports to bring in the import statements for the SQL API
> classes in his Code Editor.

You did not specify the project type. I'll assume it is an ant project
with type "Java Modular Project". By default a modular project only has
access to java.base. To extend this a module-info.java file in the
default package has to be created. Sample:

module newmodule {
requires java.sql;
}

Here I declare, that my module is named newmodule and depends on
java.sql. NetBeans recognises this and "magically" makes the classes
available.


HTH

Matthias

-
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





Re: Rust, anyone?

2023-02-15 Thread Antonio

Hi,

It's currently integrated in my repo :-). Whether this goes to core and 
is released as a plugin is not clear yet, I think. That needs some 
thought. Releasing it as a plugin has the advantage that it can have a 
different lifecycle than the core.


On 15/2/23 19:48, John Kostaras wrote:

This is integrated into the core.

@antonio I will try to add this functionality I proposed. 😄


All help welcome!

-
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





Re: 17 blocker? — [apache/netbeans] no library found for namespace http://omnifaces.org/ui (Issue #4976)

2023-02-15 Thread Matthias Bläsing
Hi,

Am Mittwoch, dem 15.02.2023 um 10:21 +0100 schrieb Geertjan Wielenga:
> OK, let’s prioritize for the next release and note as a known error to be
> fixed ASAP since it blocks all usage of Java/Jakarta EE.

this needs people adding support for the jackarta namespace. This might
or might not be hard. We need to see.

I don't see this as a release blocker.

The reason is, that Oracle dropped development of JavaEE and transfered
the source code to the Eclipse Foundation. Instead of doing the right
thing: Donate the naming rights to them to, they did the insane thing:
They donated the source code, but required the implementations to
switch package names and XSD namespaces. This is wrong on so many
levels.On that day a lot of cute kittens died an gruesome death.

Greetings

Matthias


-
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





HELP!!! java.sql not showing in Project/Libraries/JDK node and Configuration Settings

2023-02-15 Thread Sean Carrick

GJ, JT, MB, Ernie, ANYONE!

I've been trying to explain to a guy regarding the /java.sql/ module use 
in NetBeans projects and am having trouble getting him to understand 
what I'm saying. I could really use some help with this.


He is stuck on the fact that, even though the /java.sql/ module is 
present in the Java Platforms dialog, he is not seeing listed under the 
Libraries/JDK node in the Projects window. Also, he is not able to use 
Fix Imports to bring in the import statements for the SQL API classes in 
his Code Editor.


I've noticed these problems since sometime around the release of (go 
figure) JDK-9, but have always known that I can manually type in the 
/import/ statements for the /java.sql/ classes that I need. I have 
explained this to him in many different ways, and have even sent him an 
MP4 showing me doing that, even though the SQL module is not listed 
under the JDK Library node in Projects. He still is hung up on the fact 
that the /java.sql/ module is not present.


Is there a setting somewhere, or a command-line parameter that can 
passed to the launcher, that will let /java.sql/ show in the Projects 
window? Is there an issue filed against this, by chance? If not, should 
I file an issue against this?


Any help any of you can give me to assist this guy is fantastically, 
greatly appreciated...He is driving me crazy!😉


-SC



OpenPGP_0xA195702ECF56996D.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: Re: Rust, anyone?

2023-02-15 Thread John Kostaras
This is integrated into the core.

@antonio I will try to add this functionality I proposed. :)

On Wed, Feb 15, 2023 at 7:32 PM Eric Bresie  wrote:

> Sorry…so is the implication it’s being provided as a plug-in or integrated
> as a core plugin?
>
> Given my past attempt to bring nbpython in, are there any donation
> concerns one way or another?
>
> Eric Bresie
> ebre...@gmail.com
>
> > On February 14, 2023 at 3:33:26 PM CST, John Kostaras <
> jkosta...@gmail.com (mailto:jkosta...@gmail.com)> wrote:
> > The new plugin works pretty much like the previous one. well done
> Antonio.
> >
> > Would such a window be necessary for this plugin, too? I suppose so.
> >
> > Click on Tools → Options or NetBeans → Preferences (Mac) --> Rust .
> >
> >
> >
> >
> >
> > On Mon, Feb 13, 2023 at 9:01 PM John Kostaras  (mailto:jkosta...@gmail.com)> wrote:
> > > I know, I wrote that sentence! :)
> > >
> > > I mention it here for awareness and maybe reuse some of the code... :)
> > >
> > > On Mon, Feb 13, 2023 at 7:50 PM László Kishalmi <
> laszlo.kisha...@gmail.com (mailto:laszlo.kisha...@gmail.com)> wrote:
> > > > It says: It is recommended to rewrite/migrate the plugin to ANTLR4
> and LSP.
> > > >
> > > > On Sun, Feb 12, 2023 at 11:08 PM John Kostaras  (mailto:jkosta...@gmail.com)> wrote:
> > > >
> > > > > Hello there. There has already been something about Rust
> > > > > 
> > > > > (written
> > > > > in JavaCC).
> > > > >
> > > > > Ioannis.
> > > > >
> > > > >
> > > > > On Sun, Feb 12, 2023 at 10:18 AM Antonio
> mailto:anto...@vieiro.net.invalid)>
> > > > > wrote:
> > > > >
> > > > > > Thanks Michael!
> > > > > >
> > > > > > D'oh! My intents to add Rust to the NetBeans core (very much as
> in the
> > > > > > Linux kernel case) have been detected! :-D
> > > > > >
> > > > > > Latest commits solve these issues, though (and add new bugs).
> > > > > >
> > > > > > Next challenge: Cargo workspaces [1].
> > > > > >
> > > > > > Cheers,
> > > > > > Antonio
> > > > > >
> > > > > > [1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
> > > > > >
> > > > > > On 12/2/23 9:03 (x-apple-data-detectors://14), Michael Bien
> wrote:
> > > > > > > for others who want to give it a try: I had to fix two things
> to make
> > > > > > > the build pass:
> > > > > > > - removed references of RustPackage in org.openide.nodes.Node
> > > > > > > (probably a happy coding accident)
> > > > > > > - had to create this folder:
> netbeans/rust/rust.project/test/unit/src
> > > > > >
> > > > > >
> -
> > > > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> (mailto:dev-unsubscr...@netbeans.apache.org)
> > > > > > For additional commands, e-mail: dev-h...@netbeans.apache.org
> (mailto:dev-h...@netbeans.apache.org)
> > > > > >
> > > > > > For further information about the NetBeans mailing lists, visit:
> > > > > >
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
>


Re: Re: Rust, anyone?

2023-02-15 Thread Eric Bresie
Sorry…so is the implication it’s being provided as a plug-in or integrated as a 
core plugin?

Given my past attempt to bring nbpython in, are there any donation concerns one 
way or another?

Eric Bresie
ebre...@gmail.com

> On February 14, 2023 at 3:33:26 PM CST, John Kostaras  (mailto:jkosta...@gmail.com)> wrote:
> The new plugin works pretty much like the previous one. well done Antonio.
>
> Would such a window be necessary for this plugin, too? I suppose so.
>
> Click on Tools → Options or NetBeans → Preferences (Mac) --> Rust .
>
>
>
>
>
> On Mon, Feb 13, 2023 at 9:01 PM John Kostaras  (mailto:jkosta...@gmail.com)> wrote:
> > I know, I wrote that sentence! :)
> >
> > I mention it here for awareness and maybe reuse some of the code... :)
> >
> > On Mon, Feb 13, 2023 at 7:50 PM László Kishalmi  > (mailto:laszlo.kisha...@gmail.com)> wrote:
> > > It says: It is recommended to rewrite/migrate the plugin to ANTLR4 and 
> > > LSP.
> > >
> > > On Sun, Feb 12, 2023 at 11:08 PM John Kostaras  > > (mailto:jkosta...@gmail.com)> wrote:
> > >
> > > > Hello there. There has already been something about Rust
> > > > 
> > > > (written
> > > > in JavaCC).
> > > >
> > > > Ioannis.
> > > >
> > > >
> > > > On Sun, Feb 12, 2023 at 10:18 AM Antonio  > > > (mailto:anto...@vieiro.net.invalid)>
> > > > wrote:
> > > >
> > > > > Thanks Michael!
> > > > >
> > > > > D'oh! My intents to add Rust to the NetBeans core (very much as in the
> > > > > Linux kernel case) have been detected! :-D
> > > > >
> > > > > Latest commits solve these issues, though (and add new bugs).
> > > > >
> > > > > Next challenge: Cargo workspaces [1].
> > > > >
> > > > > Cheers,
> > > > > Antonio
> > > > >
> > > > > [1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
> > > > >
> > > > > On 12/2/23 9:03 (x-apple-data-detectors://14), Michael Bien wrote:
> > > > > > for others who want to give it a try: I had to fix two things to 
> > > > > > make
> > > > > > the build pass:
> > > > > > - removed references of RustPackage in org.openide.nodes.Node
> > > > > > (probably a happy coding accident)
> > > > > > - had to create this folder: 
> > > > > > netbeans/rust/rust.project/test/unit/src
> > > > >
> > > > > -
> > > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org 
> > > > > (mailto:dev-unsubscr...@netbeans.apache.org)
> > > > > For additional commands, e-mail: dev-h...@netbeans.apache.org 
> > > > > (mailto:dev-h...@netbeans.apache.org)
> > > > >
> > > > > For further information about the NetBeans mailing lists, visit:
> > > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > > > >
> > > > >
> > > > >
> > > > >
> > > >


unknown timeout

2023-02-15 Thread name name2
Hello

>.io.IOException: Could not connect to
https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
within 15000 milliseconds


Re: NBLS issue with NB17

2023-02-15 Thread Eric Bresie
Is this worthy of a 17.u1 update with this and maybe the EE updates?

Get Outlook for iOS

From: Martin Balín 
Sent: Wednesday, February 15, 2023 9:47:58 AM
To: dev@netbeans.apache.org 
Subject: Re: NBLS issue with NB17

Hi,
As much as I would like to see this fix in NB 17 I agree with you Neil re work 
lost etc. Lets’ continue with voting and I will think about something for 
VSNetBeans post 17 release.
Martin

> On 15. 2. 2023, at 16:08, Neil C Smith  wrote:
>
> On Wed, 15 Feb 2023 at 14:47, Svata Dedic  wrote:
>> I ask you to consider this hotfix to be applied on branch release170 and
>> creating a RC4 with that hotfix ...
>
> Sorry, the vote candidate has been built, signed and uploaded already,
> along with half of the other artefacts -
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/17/
>
> I'm not sure what the right answer is here, but I don't particularly
> want to throw away hours of work on this issue.  It would also delay
> the IDE release by at least a week (and probably need someone else to run
> the vote then).  Perhaps we bring in to release170 after the main
> release, and have a separate source and binary vote for VSCode alone?
>
> Best wishes,
>
> Neil
>
> -
> 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
>
>
>


-
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





Re: NBLS issue with NB17

2023-02-15 Thread Martin Balín
Hi,
As much as I would like to see this fix in NB 17 I agree with you Neil re work 
lost etc. Lets’ continue with voting and I will think about something for 
VSNetBeans post 17 release.
Martin

> On 15. 2. 2023, at 16:08, Neil C Smith  wrote:
> 
> On Wed, 15 Feb 2023 at 14:47, Svata Dedic  wrote:
>> I ask you to consider this hotfix to be applied on branch release170 and
>> creating a RC4 with that hotfix ...
> 
> Sorry, the vote candidate has been built, signed and uploaded already,
> along with half of the other artefacts -
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans/17/
> 
> I'm not sure what the right answer is here, but I don't particularly
> want to throw away hours of work on this issue.  It would also delay
> the IDE release by at least a week (and probably need someone else to run
> the vote then).  Perhaps we bring in to release170 after the main
> release, and have a separate source and binary vote for VSCode alone?
> 
> Best wishes,
> 
> Neil
> 
> -
> 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
> 
> 
> 


-
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





Re: NBLS issue with NB17

2023-02-15 Thread Neil C Smith
On Wed, 15 Feb 2023 at 14:47, Svata Dedic  wrote:
> I ask you to consider this hotfix to be applied on branch release170 and
> creating a RC4 with that hotfix ...

Sorry, the vote candidate has been built, signed and uploaded already,
along with half of the other artefacts -
https://dist.apache.org/repos/dist/dev/netbeans/netbeans/17/

I'm not sure what the right answer is here, but I don't particularly
want to throw away hours of work on this issue.  It would also delay
the IDE release by at least a week (and probably need someone else to run
the vote then).  Perhaps we bring in to release170 after the main
release, and have a separate source and binary vote for VSCode alone?

Best wishes,

Neil

-
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





NBLS issue with NB17

2023-02-15 Thread Svata Dedic

[resend, from gmail address; pls. ignore duplicates]

Hi, Neil, and all,

again I am causing trouble with the release. Approx an hour ago, a 
colleague tested the upcoming release on Windows and found out that DB 
drivers (from other VSCode extension on Marketplace) are not getting 
injected into NBLS as they should.


Mea maxima culpa ... it seems that hotfix 
https://github.com/apache/netbeans/pull/5350/commits/5f137d0a9f2bef979ec26946cf88b4cf8d199dbb 
did not make it into the NB17 branch.


I forgot about that task - since the plan was (see the issue) to change 
*launchers* to have an extra parameter and use that.


I ask you to consider this hotfix to be applied on branch release170 and 
creating a RC4 with that hotfix ... plus apply to the master as a 
temporary solution until I made the appropriate launcher changes (will 
do as a top priority).


The linked patch is already tested as a part of VSNetBeans 1603 and 
should be safe for NetBeans IDE.


-Svata

-
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





Re: 17 blocker? — [apache/netbeans] no library found for namespace http://omnifaces.org/ui (Issue #4976)

2023-02-15 Thread Geertjan Wielenga
OK, let’s prioritize for the next release and note as a known error to be
fixed ASAP since it blocks all usage of Java/Jakarta EE.

Gj

On Wed, 15 Feb 2023 at 10:07, Neil C Smith  wrote:

> Hi,
>
> On Wed, 15 Feb 2023 at 08:24, Geertjan Wielenga 
> wrote:
> > Do we have an assessment on the below, why it’s happening and what should
> > be done — I thought a lot of Jakarta EE work had been done recently,
> could
> > this be included?
>
> If you or anyone else wants to call this a blocker, please let's do so
> quickly.  The release build is already done, the signing part was
> going to be over the next couple of days.  If we call a blocker after
> that, it's a few hours work across 4 people that we'll need to throw
> away!
>
> Thanks,
>
> Neil
>
> -
> 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
>
>
>
>


Re: 17 blocker? — [apache/netbeans] no library found for namespace http://omnifaces.org/ui (Issue #4976)

2023-02-15 Thread Neil C Smith
Hi,

On Wed, 15 Feb 2023 at 08:24, Geertjan Wielenga  wrote:
> Do we have an assessment on the below, why it’s happening and what should
> be done — I thought a lot of Jakarta EE work had been done recently, could
> this be included?

If you or anyone else wants to call this a blocker, please let's do so
quickly.  The release build is already done, the signing part was
going to be over the next couple of days.  If we call a blocker after
that, it's a few hours work across 4 people that we'll need to throw
away!

Thanks,

Neil

-
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





Re: no library found for namespace http://omnifaces.org/ui #4976

2023-02-15 Thread Geertjan Wielenga
Thanks!

Gj

On Wed, 15 Feb 2023 at 09:51, Michael Bien  wrote:

> Hi Geertjan,
>
> On 14.02.23 12:50, Geertjan Wielenga wrote:
> > Hi all, especially Ondro, Gaurav, and others,
>
> might be worth to @ the devs directly under the issue on github. Emails
> are sometimes overlooked esp during noisy days.
>
>
> but regarding the enterprise cluster in general:
>
> it will need more work over the next releases, good news is that PRs are
> already lining up for NB 18:
>
>
> https://github.com/apache/netbeans/pulls?q=is%3Apr+label%3A%22Java+EE%2FJakarta+EE%22++milestone%3ANB18+
>
> best regards,
>
> michael
>
> >
> > Can we take a look at this, do we have a solution for it:
> >
> > https://github.com/apache/netbeans/issues/4976
> >
> > Thanks,
> >
> > Gj
> >
> > -
> > 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
> >
> >
> >
>
>


Re: no library found for namespace http://omnifaces.org/ui #4976

2023-02-15 Thread Michael Bien

Hi Geertjan,

On 14.02.23 12:50, Geertjan Wielenga wrote:

Hi all, especially Ondro, Gaurav, and others,


might be worth to @ the devs directly under the issue on github. Emails 
are sometimes overlooked esp during noisy days.



but regarding the enterprise cluster in general:

it will need more work over the next releases, good news is that PRs are 
already lining up for NB 18:


https://github.com/apache/netbeans/pulls?q=is%3Apr+label%3A%22Java+EE%2FJakarta+EE%22++milestone%3ANB18+

best regards,

michael



Can we take a look at this, do we have a solution for it:

https://github.com/apache/netbeans/issues/4976

Thanks,

Gj

-
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






-
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





17 blocker? — [apache/netbeans] no library found for namespace http://omnifaces.org/ui (Issue #4976)

2023-02-15 Thread Geertjan Wielenga
Hi all,

Do we have an assessment on the below, why it’s happening and what should
be done — I thought a lot of Jakarta EE work had been done recently, could
this be included?

Gj

On Wed, 15 Feb 2023 at 09:08, Frank Cornelis 
wrote:

> Tried out NetBeans version 17-RC3. Unfortunately this issue is still
> present.
> On a Java EE 8 project NetBeans does not recognize xmlns:p="
> http://primefaces.org/ui";, i.e., red all over the place. Same remark for
> a Quarkus project using JSF.
>
> On a Jakarta EE 10 project NetBeans does not recognize
> xmlns:h="jakarta.faces.html", but there xmlns:p="http://primefaces.org/ui";
> is OK.
> Could somebody have a look at this before version 17? Such basic
> functionality should not get broken.
>
> —
> Reply to this email directly, view it on GitHub
> ,
> or unsubscribe
> 
> .
> You are receiving this because you commented.Message ID:
> 
>