Re: dev build not rendering GUI properly

2018-01-14 Thread Mark Wade
Just a wee update: I copied the dev build over to windows 7 and had the same behavior. I don't know if that is a valid test though. Is this behavior a result of building the sources on my Ubuntu 14.04 install and then is carried over to windows or should I have recompiled on windows? I guess t

Re: dev build not rendering GUI properly

2018-01-14 Thread Mark Wade
Okay, I've installed ant 1.9.9 and recompiled and still the same thing going on with the build seemingly corrupting, for lack of a better word, the .form file so I'll file an issue I guess. That would be done here? https://issues.apache.org/jira/projects/NETBEANS/summary I'll have to create a

Re: dev build not rendering GUI properly

2018-01-13 Thread Neil C Smith
On Sat, 13 Jan 2018 at 11:05 Mark Wade wrote: > > So if I understand you correctly, the dev builds are "corrupting" form > > files (and version 8.2 works fine). Is that correct? > Yes, for me here. I built the sources on the same machine using Ubuntu > 14.04 but I'm just seeing now the requiremen

Re: dev build not rendering GUI properly

2018-01-13 Thread Mark Wade
So if I understand you correctly, the dev builds are "corrupting" form files (and version 8.2 works fine). Is that correct? Yes, for me here. I built the sources on the same machine using Ubuntu 14.04 but I'm just seeing now the requirements listed at https://github.com/apache/incubator-netbeans

Re: dev build not rendering GUI properly

2018-01-12 Thread cowwoc
So if I understand you correctly, the dev builds are "corrupting" form files (and version 8.2 works fine). Is that correct? Gili On 2018-01-12 9:28 PM, Mark Wade wrote: It isn't so much that it happens in 8.2 also but that once the dev build edits the frame.form file, whether it was created wi

Re: dev build not rendering GUI properly

2018-01-12 Thread Mark Wade
It isn't so much that it happens in 8.2 also but that once the dev build edits the frame.form file, whether it was created with 8.2 or the dev build then running the project from 8.2 or the dev build will fail to render fonts in buttons or labels.  Both designers will render properly and previe

Re: dev build not rendering GUI properly

2018-01-12 Thread Geertjan Wielenga
So, this happens in 8.2 too? And, so that someone can reproduce it, can you provide an issue and steps? Thanks, Gj On Fri, Jan 12, 2018 at 10:31 PM, Mark Wade wrote: > Hey Everyone again, > > So I had mentioned yesterday I built the sources at > https://github.com/apache/incubator-netbeans.git

dev build not rendering GUI properly

2018-01-12 Thread Mark Wade
Hey Everyone again, So I had mentioned yesterday I built the sources at https://github.com/apache/incubator-netbeans.git. Today I created a Java application consisting of a frame, a panel, and a button. It displays in preview properly but when run the button is tiny, presumably because its la