Re: Netbeans 11.1 does not recognize some facelets taglibs in jars using composite-library-name

2019-09-05 Thread Rafael Pestano
Hello, just to add some more info. The tagib works on other known java IDEs such as Eclipse and IntelliJ. It is in fact three composite components, see the code here: https://github.com/adminfaces/admin-template/tree/master/src/main/resources/META-INF/resources/admin And here's the taglib xml:

Re: how to add libraries to a project

2019-09-05 Thread Carl Mosca
Alternatively, right-click on "Dependencies", select "Add Dependency" and let NB do it for you. Indeed, editing the POM file is equally as easy with code completion but there's more than one way. :) On Thu, Sep 5, 2019 at 4:56 PM Geertjan Wielenga wrote: > Well, then add libraries as dependenci

Re: how to add libraries to a project

2019-09-05 Thread Geertjan Wielenga
Well, then add libraries as dependencies in your POM. Gj On Thu, 5 Sep 2019 at 22:40, joe schmo wrote: > My current project is Maven based and is not JaveEE. > -- > *From:* Geertjan Wielenga > *Sent:* September 5, 2019 5:37 PM > *To:* joe schmo > *Cc:* users@netbea

Re: how to add libraries to a project

2019-09-05 Thread joe schmo
My current project is Maven based and is not JaveEE. From: Geertjan Wielenga Sent: September 5, 2019 5:37 PM To: joe schmo Cc: users@netbeans.apache.org Subject: Re: how to add libraries to a project Your project is based on Maven? Gradle? Ant? It is a Java EE

Re: how to add libraries to a project

2019-09-05 Thread Geertjan Wielenga
Your project is based on Maven? Gradle? Ant? It is a Java EE application? Or not? How can anyone possibly help you if you provide no details? Gj On Thu, 5 Sep 2019 at 22:24, joe schmo wrote: > I'm using NetBeans 11.1 and I'm embarrassed to say I can't do something > simple like add log4j libr

how to add libraries to a project

2019-09-05 Thread joe schmo
I'm using NetBeans 11.1 and I'm embarrassed to say I can't do something simple like add log4j libraries to my project. Can someone help? Thanks Joe