Re: Internet of Things (IoT), OPC UA and OSGi

2019-05-15 Thread arsi
Hi, Yes of course. If you want, I can make some pictures from other projects.. ArSi *From:* Antonio *Sent:* Tuesday, May 14, 2019 10:08PM *To:* Users *Subject:* Re: Internet of Things (IoT), OPC UA and OSGi Hi arsi

Re: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread arsi
patched classes are waiting for us. You can find the Maven project with your patch here: https://github.com/arsi-apli/ModulePatchExample Now we just have to add / overwrite the original classes with ours in the jar. Download the ANB 11 distribution zip and unpack it somewhere. Goto ./netbeans

Re: Trouble patching NetBeans 11.0 platform module

2019-05-08 Thread arsi
Hi, If you only want a private patch, you can do a patch module: http://wiki.netbeans.org/DevFaqModulePatching Maven example: https://github.com/NBANDROIDTEAM/org-netbeans-modules-masterfs-patches ArSi *From:* Joseph

Re: NB Platform Maven Dependencies

2019-05-06 Thread arsi
dException ex) { Exceptions.printStackTrace(ex); } | ​ ArSi ---- *From:* Arsi *Sent:* Monday, May 06, 2019 9:51PM *To:* Users *Subject:* Re: NB Platform Maven Dependencies Hi, Each NB module has a defined list of publ

Re: NB Platform Maven Dependencies

2019-05-06 Thread arsi
tends to list this message if it can't find for example org.codehaus.jackson and that module is using it. It is always necessary to read properly what is in the statement and not to automatically add impl dependency. ArSi

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
Hi, Done.. Arsi *From:* Geertjan Wielenga *Sent:* Saturday, April 27, 2019 9:10PM *To:* Arsi *Cc:* Netbeans Mailing List *Subject:* Re: Android Support for Apache Netbeans Great. Is Apache NetBeans 11.0 a requirement

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
Hi, Done and added a few extra things... Arsi *From:* Arsi *Sent:* Saturday, April 27, 2019 6:54PM *To:* Users *Subject:* Re: Android Support for Apache Netbeans Hi, I'm going to add it there... ArSi

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
Hi, I'm going to add it there... ArSi *From:* Geertjan Wielenga *Sent:* Saturday, April 27, 2019 6:41PM *To:* Arsi *Cc:* Netbeans Mailing List *Subject:* Re: Android Support for Apache Netbeans Sure, fair enough

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
so, where in the instructions is a screenshot of the Preview functionality I.e., I would expect the first section to describe what to do to install the support for Android into Apache NetBeans (and which version etc). I do what I can.. It's a one man show. And someone has to write the code..

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
As if it had happened.. ;) Arsi *From:* Geertjan Wielenga *Sent:* Saturday, April 27, 2019 1:43PM *To:* Arsi *Cc:* Netbeans Mailing List *Subject:* Re: Android Support for Apache Netbeans Excellent! Could you make

Re: Android Support for Apache Netbeans

2019-04-27 Thread arsi
Hi, I created Step-by-step guides for first steps after installation: https://github.com/NBANDROIDTEAM/NBANDROID-V2/wiki Please update your plugin. I fixed a bug in the new project wizard with fresh Android SDK installation.. Arsi

Re: Android Support for Apache Netbeans

2019-04-23 Thread arsi
, another subproject type will not be detected correctly.. I was thinking about adding my own implementation of basic Java project, but more important things still need to be done. ArSi *From:* Buurmeijer, Milé *Sent

Re: Questions related to the use of Netbeans

2019-04-18 Thread arsi
option. https://github.com/NBANDROIDTEAM/NBANDROID-V2 Arsi *From:* David *Sent:* Thursday, April 18, 2019 4:22PM *To:* Users *Subject:* Re: Questions related to the use of Netbeans On Tue, 2019-04-16 at 11:31 +

Re: Code palette?

2019-04-14 Thread arsi
Hi, Some time ago I made one, but it is necessary to finish it and port it to ANB. But I currently devote all my free time to NBANDROID-V2 project... https://sourceforge.net/projects/cscm/ https://github.com/arsi-apli/cscm ArSi NBANDROID-V2 <https://github.com/NBANDROIDTEAM/NBANDROID

Re: High cpu usage

2019-02-20 Thread arsi
to back up the original jar file. It's not tested, but it should work.. https://github.com/NBANDROIDTEAM/org-netbeans-modules-masterfs-patches ArSi *From:* Marccollin7379 *Sent:* Wednesday, February 20, 2019 4:13PM

Re: High cpu usage

2019-02-20 Thread arsi
Hi, Check /tmp and project directory if there are broken links. If so, delete them. If you use Gradle, the problem will return. Gradle has a bug in it: https://github.com/gradle/gradle/issues/8119 The problem is solved here: https://issues.apache.org/jira/browse/NETBEANS-168 Arsi

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-03 Thread arsi
start ***ramdisk.service** now ...*netbeans_dir/etc/netbeans.conf* |netbeans_default_cachedir="/media/ramdisk" | ​ Run netbeans and enjoy the speed :) ArSi *From:* Mondane Woodworker *Sent:* Thursday, January 03,

Re: Checking for external changes - Suspended, high cpu usage

2018-12-28 Thread arsi
the Files.isSymbolicLink() from the method FileObjectFactory.touchExists(). Probably during the test I had a problem with online code update and it works.. So I made better version of FileObjectFactory patch. Arsi *From:* Emilian Bold