Community
Participate
Working Groups
cloned for 3.5.2, this was introduced with the fix for bug 281372 that was released to 3.5.1 +++ This bug was initially created as a clone of Bug #292327 +++ While executing Export -> Product I get an NPE error partway through the Linux platform export. In my .product file there are launcher icons supplied for Windows but not for Linux. Removing all windows launcher icons from .product eliminated the NPE during export. Caused by: java.lang.NullPointerException: name can't be null at java.io.FilePermission.init(FilePermission.java:171) at java.io.FilePermission.<init>(FilePermission.java:249) at java.lang.SecurityManager.checkRead(SecurityManager.java:871) at org.eclipse.ant.internal.core.AntSecurityManager.checkRead(AntSecurityManager.java:284) at java.io.FileInputStream.<init>(FileInputStream.java:100) at org.eclipse.pde.internal.build.Utils.copy(Utils.java:408) at org.eclipse.pde.internal.build.BrandingIron.brandLinux(BrandingIron.java:106) at org.eclipse.pde.internal.build.BrandingIron.brand(BrandingIron.java:74) at org.eclipse.pde.internal.build.tasks.BrandTask.execute(BrandTask.java:46) ... 24 more
Created attachment 150144 [details] patch
fixed