RE: netbeans Jexcel

2021-01-12 Thread Mike Billman
We used jxl in the past, but currently use apache poi. Never had any issues with netbeans on either library, although it has been a while since I used either actively. Mike From: André Pfeiffer Sent: Thursday, January 7, 2021 11:15 AM To: Christopher C. Lanz Cc: users@netbeans.apache.org Sub

RE: NB11 - gradle support

2019-07-11 Thread Mike Billman
Because we have a lot of jar files in our classpath, I get: CreateProcess error=206, The filename or extension is too long Is there an easy way around this? Mike From: Geertjan Wielenga Sent: Wednesday, July 10, 2019 4:28 PM To: Mike Billman Cc: Laszlo Kishalmi ; users@netbeans.apache.org

RE: NB11 - gradle support

2019-07-10 Thread Mike Billman
Is there an equivalent to the “run configurations” available in eclipse/intellij? Mike From: Mike Billman Sent: Wednesday, July 10, 2019 3:43 PM To: Laszlo Kishalmi ; users@netbeans.apache.org Subject: RE: NB11 - gradle support I was able to get this far… task autoPickInterface(type:Exec

RE: NB11 - gradle support

2019-07-10 Thread Mike Billman
r build.grade for each main class (like runApp1, runApp2). Then open the project properties and configure custom actions for each application. Or you might reconfigure run and debug actions to use: run${input:Application} or run${input:Application,DefaultApp} This way you would be prompted for

Gradle "compile on save"

2019-07-08 Thread Mike Billman
This check box is not enabled for me. 11.1 beta 2. Any thoughts as to why? Mike Billman Senior Software Engineer CPTE [qclogo] 50 E-Business Way Suite 300 Cincinnati, OH 45241 T +1 513 469 1424 E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com> F +1 513 469 1425

RE: NB11 - gradle support

2019-07-02 Thread Mike Billman
Our gradle project isn’t set up with run configured because we run multiple applications out of the same project (different main classes). Just wondering the best way to set this up…custom tasks? Thanks. Mike From: Geertjan Wielenga Sent: Tuesday, July 2, 2019 3:02 PM To: Mike Billman Cc

NB11 - gradle support

2019-07-02 Thread Mike Billman
Hey - I was wondering if there are any tutorials on using the new gradle support introduced in 11.0. I would like to try to figure out how to run my applications, but am not sure how. Thanks! Mike Billman Senior Software Engineer CPTE [qclogo] 50 E-Business Way Suite 300 Cincinnati, OH

RE: git partial commit

2019-05-07 Thread Mike Billman
Thanks! Mike From: Philip Durbin Sent: Monday, May 6, 2019 6:32 PM To: Mike Billman Cc: users@netbeans.apache.org Subject: Re: git partial commit I believe this feature request is being tracked at https://issues.apache.org/jira/browse/NETBEANS-428 On Mon, May 6, 2019 at 5:01 PM Mike Billman

git partial commit

2019-05-06 Thread Mike Billman
Is there a way to do this in netbeans? Don't have a current need, more just curious as we are moving from svn to git where I work. Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1 513 469 1424 E mikebill...@qcsoftware.com<mailto:

Using gradle in NB 11.0

2019-04-10 Thread Mike Billman
etter/more effective way to accomplish this in the new gradle support. I can run the task as is, but the output window does not accept user input (e.g. I can currently in 10.0 type "Q" enter and the application exits). Thanks for the help. If I can provide any other information, let me k

RE: nb 10 question - plugins

2018-11-26 Thread Mike Billman
Wow! How did I miss that? Thanks! Mike From: Tushar Joshi Sent: Monday, November 26, 2018 12:23 PM To: Mike Billman Cc: users@netbeans.apache.org Subject: Re: nb 10 question - plugins There is a "Show details" checkbox on the plugin dialog box. Please check if that box is che

nb 10 question - plugins

2018-11-26 Thread Mike Billman
I noticed on plugins, that all of the plugins we install are now listed under "user installed plugins" How would we go about un-installing a single plugin? Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1 513 469 1424

RE: Please... fill in Community Acceptance Survey!

2018-11-05 Thread Mike Billman
Done… I use netbeans for work and java development. Have not had a chance to use JDK 11 features (we still develop against JDK 8), but everything seems to be running smoothly. Mike From: Geertjan Wielenga Sent: Sunday, November 4, 2018 3:46 PM To: NetBeans Mailing List ; dev ; netcat Subje

simple question

2018-09-12 Thread Mike Billman
. 😊 Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1 513 469 1424 E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com> F +1 513 469 1425

RE: another error

2018-07-09 Thread Mike Billman
I am on the dev list…I’ll shoot my questions over there instead. Mike From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com.INVALID] Sent: Monday, July 9, 2018 8:12 AM To: us...@netbeans.incubator.apache.org Subject: Re: another error VC stands for 'voting candidate'. The problem wit

another error

2018-07-09 Thread Mike Billman
) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Any thoughts? I'm starting to have enough problems that I am considering switching back to 8.2. Mike Billman Senior Software Eng

NB 9 - Possible issue

2018-07-06 Thread Mike Billman
I have noticed recently that NB does not remember my settings when I close and re-open the application with respect to which files are open. I've never noticed this particular issue before on previous versions and am wondering if I might have an option set incorrectly or something.

RE: NB 9 RC1 exception

2018-07-06 Thread Mike Billman
~/netbeans-8.2/webcommon/modules/org-netbeans-modules-javascript2-model.jar over to the same place in your Apache NetBeans installation and restart it. Gj On Tue, Jul 3, 2018 at 11:36 PM, Mike Billman mailto:mikebill...@qcsoftware.com>> wrote: Sorry just saw this. Not sure, but definitely only

RE: NB 9 RC1 exception

2018-07-03 Thread Mike Billman
http://hg.netbeans.org/main/file/tip/javascript2.model/src/org/netbeans/modules/javascript2/model/api/ModelUtils.java > > Function `resolveTypes` looks like it will be a bit of a challenge to > understand! > > Pete > > On Fri, 29 Jun 2018 at 16:35 Peter Hull wrote: >

NB 9 RC1 exception

2018-06-29 Thread Mike Billman
pt2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232) [this line repeats over and over] Is anybody else experiencing this? Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1 513 469 1424 E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.

Another Question

2018-06-13 Thread Mike Billman
) java.lang.ClassLoader.defineClass(ClassLoader.java:763) java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) java.net.URLClassLoader.defineClass(URLClassLoader.java:467) java.net.URLClassLoader.access$100(URLClassLoader.java:73) Mike Billman Senior Software Engineer CPTE [qclogo

RE: IllegalStateException on startup (NB 9)

2018-06-13 Thread Mike Billman
Thanks! Mike -Original Message- From: Emilian Bold [mailto:emilian.b...@protonmail.ch] Sent: Wednesday, June 13, 2018 7:51 AM To: Mike Billman Cc: us...@netbeans.incubator.apache.org Subject: Re: IllegalStateException on startup (NB 9) You have a 3rd party plugin

IllegalStateException on startup (NB 9)

2018-06-13 Thread Mike Billman
(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1

RE: [VOTE] Apache NetBeans Logo

2018-03-01 Thread Mike Billman
2 From: Pete Whelpton [mailto:peedee...@gmail.com] Sent: Thursday, March 1, 2018 10:30 AM To: Antonio Cc: users@netbeans.apache.org Subject: Re: [VOTE] Apache NetBeans Logo #2 On Thu, Mar 1, 2018 at 12:34 PM, Antonio mailto:anto...@vieiro.net>> wrote: Hi all, For popular demand let's vote abo

svn plugin issue

2018-02-15 Thread Mike Billman
I migrated machines and now I have a strange svn issue. It is showing all of my repositories as being ignored from the root level, but if I un-ignore, it says not under version control. If I go to command line tools, it is clear everything is correct. Thoughts? Mike Billman Software

RE: Migrating all settings from one computer to another

2018-02-15 Thread Mike Billman
Thanks…seems to have worked for the most part. Mike From: Martin Wildam [mailto:mwil...@gmail.com] Sent: Wednesday, February 14, 2018 4:58 PM To: stephen cumminger Cc: Mike Billman ; us...@netbeans.incubator.apache.org Subject: Re: Migrating all settings from one computer to another Hi, for

Migrating all settings from one computer to another

2018-02-14 Thread Mike Billman
Are there specific instructions for migrating all settings from one computer to another? It has been quite a while since I have done this and I want to make sure I pull over all plugins and whatnot. Thanks for your help! Mike Billman Software Engineer [qclogo] 11800 Conrey Rd Suite 150

RE: rc2 of Apache NetBeans (incubating) 9.0 Beta is available

2018-01-15 Thread Mike Billman
I’m on that one as well Mike From: Neil C Smith [mailto:neilcsm...@apache.org] Sent: Monday, January 15, 2018 11:23 AM To: us...@netbeans.incubator.apache.org Subject: Re: rc2 of Apache NetBeans (incubating) 9.0 Beta is available On Mon, 15 Jan 2018 at 16:19 Mike Billman mailto:mikebill

RE: rc2 of Apache NetBeans (incubating) 9.0 Beta is available

2018-01-15 Thread Mike Billman
Gj - Can you include a link to the download? Mike -Original Message- From: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Sent: Monday, January 15, 2018 3:39 AM To: us...@netbeans.incubator.apache.org Subject: rc2 of Apache NetBeans (incubating) 9.0 Beta is available Hi al