Re: NB 8.2 Issues
Steven Yi <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CANtcCs7JkJzD_mSZJNHPATqTKGLJfK=vFXg-nDsec0-EvbKBZA@mail.gmail.com> |
Thanks for the reply. I'm still getting the two issues. I should have mentioned I am on: Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14 Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14 System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (blue) I also see that the "NetBeans Platform Development Version" is showing in the "About" screen for my application. I tried deleting the user and cache directories for the program but got the same results. On an off chance I also deleted the cache folder for NB itself but that had no effect. Even stranger, I just created a barebones RCP app and replaced the icons and splash screen with the ones from my main program and it worked. My main application does have it's own custom Swing LAF. I suppose that's the only thing I have to go on at this point. I'll continue researching to see if I can find what's going on. On Tue, Oct 4, 2016 at 7:16 PM, bruehlicke <[email protected]> wrote: > I just finished porting my NB 6.5 to 8.2 and I am very positive surprised > how painless this was this time. With all previous versions I had to give up > due to some mystical showstoppers. > > I have Branding and icons and splash and all works fine, both when running > in the IDE or as a build zip/installer district. > > I am building on Windows 7 64 bit running with JDK 1.8.0_102 > > I do remember from the old days there was a problem with the icons getting > overwritten so I have some logic in my ant build files which did fix this > back in the old days. I will dig into the build.xml and update this post > with this if I remember correctly. > > > On Oct 4, 2016 17:19, "Steven Yi" <[email protected]> wrote: >> >> Hi All, >> >> I updated to NB 8.2 just now and gave my Ant-based platform >> application a try on it. I'm seeing two issues at the moment: >> >> 1. The icons for my application (visible in Branding dialog, also >> located within branding folder) do not seem to get applied in the >> build. (Cleaning and rebuilding with 8.1 does work fine.) >> >> 2. When I go to run the application within the IDE, for the splash >> screen, I first see a Netbeans IDE image that says "Netbeans Platform >> Development Version" appear, then as the progress occurs on load, my >> own splash screen image appears with the progress bar. >> >> Both issues exhibit themselves when I generate a release build and >> execute the release version of the application. >> >> Are others seeing these behaviors too? >> >> steven