to fix all of my packages. All that is outstanding 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
Mar 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:
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
..@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 613
at workflow 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
uot;, the action "Exit", etc.
>
> What do I miss ?
>
>
> I use Netbeans 12.0
>
--
Boris Heithecker
Dr. Boris Heithecker
Lüneburger Str. 30
28870 Ottersberg
Festnetz: +49 4205 315834
Mobil: +49 170 6137015
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
NetBeansModuleDevelopment-files/actionListener.java" at line 53,
> column 3]
>
>
> Tip: It's the 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
to make netbeans
> clear 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
with jpackage (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
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 best
eems ... 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
>
>
&
module is build and running that's why i
>>>>>>>>>> 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
s implementations 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
t to 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
ed!
>>>>
>>>> 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
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 He
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 expecte
ime_adapters.html
> >
> [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
l read about 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
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
up.
>>
>> With Java 1.8 everything works ok.
>>
>> Are there any report about a problem like this?
>>
>> Best,
>> *Juan Miguel*
>>
>
--
Boris Heithecker
Dr. Boris Heithecker
Lüneburger Str. 30
28870 Ottersberg
Tel.: 0 42 05/ 31 58 34
hanges remind me of the
>>> 1980-s user design.
>>>
>>> I would keep silent if not for the lucky evidence from the Beta and RC1
>>> experince where plugins I can't use today worked happily on Netbeans RC1.
>>>
>>> That's all. What
er 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
24 matches
Mail list logo