Re: NB 8.2 Issues
bruehlicke <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAHQSMeVEi=ukaGnuHLozkiGAHciTsRBz7w3cOZ-KQg5um-Kftw@mail.gmail.com> |
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 >