Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Boris Heithecker
utstanding is that there is no >>>>>> deploy option. I'm not sure if I've missed something. >>>>>> >>>>>> Any idea how to get that deploy button to work? The rest is a bug report >>>>>> I guess. >>>>

Re: master password

2021-03-25 Thread Boris Heithecker
2021 at 21:03, Glenn Holmer wrote: > > On 3/24/21 1:51 PM, Boris Heithecker wrote: > > Run > > > > qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled > > > > If it returns true, NetBeans will deem your wallet enabled. > > root@greyhand:~ # w

Re: master password

2021-03-24 Thread Boris Heithecker
Run qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled If it returns true, NetBeans will deem your wallet enabled. Boris On Mon, 22 Mar 2021 at 20:18, Glenn Holmer wrote: > > On 3/22/21 12:45 PM, Neil C Smith wrote: > > On Mon, 22 Mar 2021 at 17:05, Bori

Re: Updating text file in MultiView

2021-01-18 Thread Boris Heithecker
rkflow all work out? > > Regards, > > Will Hartung > > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: NetBeans - Brazilian Portuguese

2020-10-24 Thread Boris Heithecker
21:24, Carlos Fernando Gonçalves wrote: > > Hi. > Please, > could someone guide me about NetBeans Brazilian Portuguese? > > So, > in old versions (like 8.2) there is NetBeans Brazilian Portuguese. > > Help me. > > Best regards > > > -- > > Cordialme

Re: New Action template issue

2020-06-17 Thread Boris Heithecker
e step after the last dot that caused this error, not those > before it. > > Tip: If the failing expression is known to legally refer to something > that's sometimes null or missing, either specify a default value like > myOptionalVar!myDefault, or use <#if > myOptionalVar??>when-present<#else>when-missing. (These only cover > the last step of the expression; to cover the whole expression, use > parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? > > > > FTL stack trace ("~" means nesting-related): > - Failed at: #if r.name()?length != 0 [in template > "Templates/NetBeansModuleDevelopment-files/actionListener.java" at line 52, > column > > 82] > ) > }) > @Messages("CTL_ConnectAction=New connection") > public final class ConnectAction implements ActionListener { > > @Override > public void actionPerformed(ActionEvent e) { > // TODO implement action body > } > } > > > - > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org > For additional commands, e-mail: users-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: location file which saves compole errors

2020-04-05 Thread Boris Heithecker
ar it's cache. > > Any help would be appreciated > > Thanks > > Peter > > p.s. this issue isn't easily replicatable as it just happens all of a > sudden > > P.p.s I am on 11.3 but this has happened on all previous netbeans versions > (can remember if it happened on an orac

Re: bringing an old javafx RCP project into the modern era

2020-01-30 Thread Boris Heithecker
age (from JDK 14-ea). So far so good. > > (I had more pain dealing with JAXB post JDK 11 as I had gone forward > expecting JPMS modules to still be available for it from somewhere after it > was removed from the JDK. ) > > Regards, > > Scott > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: bringing an old javafx RCP project into the modern era

2020-01-28 Thread Boris Heithecker
Hi, the problem with including JavaFX in a NetBeans RCP app is deployment, because you need different versions of the extension for different operating systems. All of the having the same class names, so you can't simply package all of them. I'm also in the process of figuring out how to do it

Re: How to determine ProjectCustomizer.Registration.projectType of project

2020-01-07 Thread Boris Heithecker
... not the best idea. > > Best wishes, > > Andreas > > -- > Dr. Andreas Sewe | s...@cqse.eu | +49 152 56342856 > CQSE GmbH | Centa-Hafenbraedl-Strasse 59 | 81249 Muenchen | www.cqse.eu > Amtsgericht Muenchen | HRB 177678 | GF: F. Deissenboeck, M. Feilkas > > > &

Re: Annotation Type TemplateRegistration content

2020-01-07 Thread Boris Heithecker
;>>>>>>>> would like >>>>>>>>>> to generate it to a temp folder and fetch it each time the New >>>>>>>>>> project >>>>>>>>>> wizard is called >>>>>>>>>> Le 04/01/2020 à 15:06, Geertjan Wielenga a écrit : >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> So generate it into a package in your module instead if >>>>>>>>>> generating it in your temp folder. >>>>>>>>>> >>>>>>>>>> Gj >>>>>>>>>> >>>>>>>>>> On Sat, 4 Jan 2020 at 11:00, Bilu wrote: >>>>>>>>>> >>>>>>>>>>> because the resource has to be generated dynamically. so i need >>>>>>>>>>> to generate it somewhere on the drive (lets say C:/Temp/) >>>>>>>>>>> before make it available to the New project Wizard each time to be >>>>>>>>>>> sure to >>>>>>>>>>> have the last version of the resource. >>>>>>>>>>> Le 04/01/2020 à 14:17, Geertjan Wielenga a écrit : >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Why? >>>>>>>>>>> >>>>>>>>>>> Gj >>>>>>>>>>> >>>>>>>>>>> On Sat, 4 Jan 2020 at 10:16, Bilu wrote: >>>>>>>>>>> >>>>>>>>>>>> Hello >>>>>>>>>>>> >>>>>>>>>>>> Documentation talk about File contents, as resources relative >>>>>>>>>>>> to the package of this declaration: >>>>>>>>>>>> http://137.254.56.27/8.0/javadoc/org-openide-loaders/org/netbeans/api/templates/TemplateRegistration.html#content() >>>>>>>>>>>> >>>>>>>>>>>> But is there a way to declare file outside of the package? >>>>>>>>>>>> >>>>>>>>>>>> Thanks to help >>>>>>>>>>>> Le 29/12/2019 à 10:39, Bilu Al a écrit : >>>>>>>>>>>> >>>>>>>>>>>> Hello, is there a way to specify Template registation (Project >>>>>>>>>>>> sample declaration) content outside package declaration as my >>>>>>>>>>>> ressource is available on the disk? This only work when resource >>>>>>>>>>>> relative to the package of this declaration >>>>>>>>>>>> >>>>>>>>>>>> @TemplateRegistration( >>>>>>>>>>>> folder = "Test", iconBase = >>>>>>>>>>>> "org/netbeans/modules/templatesui/x.png", >>>>>>>>>>>> page = "org/netbeans/modules/templatesui/x.html", >>>>>>>>>>>> content = "C:/Temp/content.zip" >>>>>>>>>>>> ) >>>>>>>>>>>> >>>>>>>>>>>> - >>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >>>>>>>>>>>> For additional commands, e-mail: users-h...@netbeans.apache.org >>>>>>>>>>>> >>>>>>>>>>>> For further information about the NetBeans mailing lists, >>>>>>>>>>>> visit:https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >>>>>>>>>>>> >>>>>>>>>>>> -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: Platform wrapped jar cannot access META-INF/service impl via ServiceLoader

2019-08-17 Thread Boris Heithecker
ns via vanilla Java ServiceLoader > SPI interface? > > Any suggestions would be hugely appreciated. > > Many thanks, > -Damian > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: Error badge on successfully build project

2019-08-10 Thread Boris Heithecker
me? >> >> Gary Greenberg >> >> Staff Software Engineer >> >> Data Product Development, BI-A >> >> E: ggree...@visa.com >> >> M: 650-269-7902 >> >> >> >> [image: EmailSig-TaglineVersion] >> >> >> > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Festnetz: +49 4205 315834 Mobil: +49 170 6137015

Re: Netbeans 10 with german GUI?

2019-03-14 Thread Boris Heithecker
>>> Stefan >>>> >>>> >>>> ----- >>>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >>>> For additional commands, e-mail: users-h...@netbeans.apache.org >>>> >>>> For further information about the NetBeans mailing lists, visit: >>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >>>> >>>> -- Boris Heithecker

Re: How to best implement action for a large number of different context types?

2018-09-03 Thread Boris Heithecker
. The actions api uses reflection, and action objects need to be created quite often. Most features of the platform are rather well thought-out in the end, only it's sometimes not really obvious from the start. Good luck! Boris Am Mo., 3. Sep. 2018 um 17:58 Uhr schrieb Andreas Sewe : > Boris Heithec

Re: How to best implement action for a large number of different context types?

2018-09-03 Thread Boris Heithecker
ewe wrote: > > Boris Heithecker wrote: > >> I think you'll have to implement an action (extending Action or > >> AbstractAction, not ActionListener) that implements > >> "org.openide.util.ContextAwareAction". > >> Its business method is

Re: How to best implement action for a large number of different context types?

2018-08-30 Thread Boris Heithecker
t; > [2] > < > https://netbeans.apache.org/wiki/DevFaqNodeInjectingLookupContents.asciidoc > > > > -- > Dr. Andreas Sewe | s...@cqse.eu | +49 152 56342856 > CQSE GmbH | Lichtenbergstrasse 8 | 85748 Garching | www.cqse.eu > Amtsgericht Muenchen | HRB 177678 | GF: F. Deissenboeck, M. Feilkas > > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Tel.: 0 42 05/ 31 58 34

Re: NB 9 release still won't find updates or plugins.

2018-08-16 Thread Boris Heithecker
ut using this plugin portal: >>> http://updates.netbeans.org/netbeans/updates/8.2/uc/final/di >>> stribution/catalog.xml.gz >>> >>> Thanks, >>> >>> Gj >>> >>> >>> >> aloha, >> \_w_/ >> ___ >> >> >> >> > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Tel.: 0 42 05/ 31 58 34

Re: Netbeans 9.0 freezes in Macos 10.6.3, java 10.0.2

2018-08-09 Thread Boris Heithecker
gt; Best, > *Juan Miguel* > El 9 ago 2018 11:17 +0200, Boris Heithecker , > escribió: > > Any logs in {netbeans-userdir}/9.0/var/log/messages.log ? > > 2018-08-09 10:57 GMT+02:00 Geertjan Wielenga < > geertjan.wiele...@googlemail.com.invalid>: > >> What kin

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Boris Heithecker
further full or partial distribution of this > e-mail or its contents is prohibited. > ************ > ** > -- Boris Heithecker Dr. Boris Heithecker Lüneburger Str. 30 28870 Ottersberg Tel.: 0 42 05/ 31 58 34