Re: NetBeans garbage output problem report

2015-12-09 Thread Giovanni Bechis
On 12/07/15 20:49, Rafael Sadowski wrote: [...] > Hi Scott, > > thank you for your feedback. Could you check out the new updated version > from github and play with -J-Dawt.useSystemAAFontSettings=XXX in > bin/netbeans. For me lcd works fine without garbage output. > > Here are all options for

Re: NetBeans garbage output problem report

2015-12-07 Thread Rafael Sadowski
On Wed Dec 02, 2015 at 10:57:19PM -0700, Scott Walters wrote: > On 11/24/15, Rafael Sadowski wrote: > > On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: > >> Hopefully this is going to the correct place. > > > > Hi Scott, > > > > could you or maybe other

Re: NetBeans garbage output problem report

2015-12-03 Thread Jack J. Woehr
Scott Walters wrote: I'm now unable to create a project in NetBeans. Picking New Project -> Java -> Next, I get this screen ("Finding Feature" with the Next button greyed out) Oh, and Scott, try changing /usr/local/netbeans/etc/netbeans.conf #netbeans_default_options="-J-client -J-Xss2m

Re: NetBeans garbage output problem report

2015-12-03 Thread Scott Walters
On 11/24/15, Rafael Sadowski wrote: > On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: >> Hopefully this is going to the correct place. >> http://www.openbsd.org/faq/faq15.html#Problems says to mail the >> maintain, and http://openports.se/devel/netbeans gives

Re: NetBeans garbage output problem report

2015-12-03 Thread Scott Walters
On 12/3/15, Jack J. Woehr wrote: > Scott Walters wrote: >> I'm now unable to create a project in NetBeans. Picking New Project -> >> Java -> Next, I get this screen ("Finding >> Feature" with the Next button greyed out) > Oh, and Scott, try changing

Re: NetBeans garbage output problem report

2015-12-02 Thread Jack J. Woehr
Scott Walters wrote: I'm now unable to create a project in NetBeans. Picking New Project -> Java -> Next, I get this screen ("Finding Feature" with the Next button greyed out), and it sits for at least hours for me From my experience this is probably NB throwing memory allocation errors. Did

Re: NetBeans garbage output problem report

2015-12-02 Thread Scott Walters
On 11/24/15, Rafael Sadowski wrote: > On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: >> Hopefully this is going to the correct place. > > Hi Scott, > > could you or maybe other netbeans user test/run the current state of: > >

Re: NetBeans garbage output problem report

2015-11-29 Thread Jack J. Woehr
Stuart Henderson wrote: You could try raising the datasize limit (login.conf and/or ulimit -d). Ah yes. Forgot about that. Never came before :) Thank you. -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a way of skeptically

Re: NetBeans garbage output problem report

2015-11-29 Thread Stuart Henderson
On 2015/11/28 18:06, Jack J. Woehr wrote: > Jack J. Woehr wrote: > > #netbeans_default_options="-J-client -J-Xss2m -J-Xms32m ... > --- > netbeans_default_options="-J-client -J-Xss8m -J-Xms256m -J-Xmx512m ... > > This I had to do with both ports. Not sure the -Xss is necessary, but the > heap

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Rafael Sadowski wrote: could you or maybe other netbeans user test/run the current state of: https://github.com/jasperla/openbsd-wip/tree/master/devel/netbeans I think, I fixed the output problem. I would be happy to read from you. I am trying to build this. It starts with the JDK 1.8.0.45

Re: NetBeans garbage output problem report

2015-11-28 Thread Stuart Henderson
On 2015/11/28 10:21, Jack J. Woehr wrote: > Rafael Sadowski wrote: > >could you or maybe other netbeans user test/run the current state of: > >https://github.com/jasperla/openbsd-wip/tree/master/devel/netbeans > >I think, I fixed the output problem. I would be happy to read from you. > > I am

Re: NetBeans garbage output problem report

2015-11-28 Thread Giovanni Bechis
Il 28 novembre 2015 17:21:53 GMT+00:00, "Jack J. Woehr" ha scritto: >Rafael Sadowski wrote: >> could you or maybe other netbeans user test/run the current state of: > >> https://github.com/jasperla/openbsd-wip/tree/master/devel/netbeans >> I think, I fixed the output problem. I

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Jack J. Woehr wrote: #netbeans_default_options="-J-client -J-Xss2m -J-Xms32m ... --- netbeans_default_options="-J-client -J-Xss8m -J-Xms256m -J-Xmx512m ... This I had to do with both ports. Not sure the -Xss is necessary, but the heap definitely is. If I up -Xmx to 768m or 1g Netbeans crashes

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Jack J. Woehr wrote: Jack J. Woehr wrote: peculiarities in Git behavior. Eh, and doesn't run worth a darn. Bombs with out of memory errors at every turn. Back to the earlier port. -- Jack J. Woehr # Science is more than a body of knowledge. It's a way of www.well.com/~jax # thinking, a

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Stuart Henderson wrote: It takes a while to build, you could just pkg_add it to save time though. Okay, installed JDK8 and made the jasperla-openbsd-wip Netbeans 8.1 port. It works a bit flakier than the earlier Daniel Dickman port I installed, peculiarities in Git behavior. (Team->Show

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Jack J. Woehr wrote: peculiarities in Git behavior. BTW, CVS support didn't work in either port. It's there but bombs, "stream closed", hanging, etc. I've been doing checkins manually, but Git support had been working okay and is more or less working now, with some flakiness as noted. --

Re: NetBeans garbage output problem report

2015-11-28 Thread Jack J. Woehr
Jack J. Woehr wrote: Eh, and doesn't run worth a darn. Bombs with out of memory errors at every turn. Back to the earlier port. And the earlier port did the same, until I switched back to JAVA_HOME=/usr/local/jdk-1.7.0 So apparently it's JDK 1.8 that's messing things up. -- Jack J. Woehr

Re: NetBeans garbage output problem report

2015-11-24 Thread Jack J. Woehr
Rafael Sadowski wrote: could you or maybe other netbeans user test/run the current state of: https://github.com/jasperla/openbsd-wip/tree/master/devel/netbeans I think, I fixed the output problem. I would be happy to read from you. Best regards, Rafael I'm running Daniel Dickman's version of

Re: NetBeans garbage output problem report

2015-11-24 Thread Rafael Sadowski
On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: > Hopefully this is going to the correct place. > http://www.openbsd.org/faq/faq15.html#Problems says to mail the > maintain, and http://openports.se/devel/netbeans gives > http://openports.se/bbmaint.php?maint=ports|a|openbsd.org as

Re: NetBeans garbage output problem report

2015-11-15 Thread Rafael Sadowski
On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: > Hopefully this is going to the correct place. > http://www.openbsd.org/faq/faq15.html#Problems says to mail the > maintain, and http://openports.se/devel/netbeans gives > http://openports.se/bbmaint.php?maint=ports|a|openbsd.org as

NetBeans garbage output problem report

2015-11-14 Thread Scott Walters
Hopefully this is going to the correct place. http://www.openbsd.org/faq/faq15.html#Problems says to mail the maintain, and http://openports.se/devel/netbeans gives http://openports.se/bbmaint.php?maint=ports|a|openbsd.org as the maintainer. The "Output" window in NetBeans shows garbled