This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 114969 - Paint Application Sample is broken due to the garbage file
Summary: Paint Application Sample is broken due to the garbage file
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 08:07 UTC by Jiri Skrivanek
Modified: 2007-09-10 08:48 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-09-07 08:07:03 UTC
NetBeans IDE 6.0 Beta 1 (Build 200709061200) Java: 1.6.0_02-b05, Windows XP.

It is not possible to build application based on NetBeans Platform because of corrupter jar file in mobility cluster. To
reproduce:

- open new project wizard
- choose Samples|NetBeans Modules, Paint Application
- try to build Paint Application project (F11) but it fails with the following message:

Generating information for Auto Update...
D:\Development\builds\NB60\netbeans\harness\suite.xml:53: Problem with file:
D:\Development\builds\NB60\netbeans\mobility8\WTK2.5.2\apps\SnapMobileSample\bin\tmp41847.jar
BUILD FAILED (total time: 4 seconds)
Comment 1 Martin Ryzl 2007-09-07 08:58:45 UTC
I see two reasons:
- wtk should not contain such garbage
- wtk2.5.2 should be excluded from generating of information for Auto update
Comment 2 Lukas Hasik 2007-09-07 09:04:01 UTC
the problem is the windows zip of WTK2.5.2 that is used in installer that contains the corrupted jar. The jr shouldn't
be there at all. It is not in the newer builds of WTK.

Tomas will provide new zips and we need to update them in NBI installer.

I'm assigning it to Adam and moving to NBI component where it need to be fixed.
Comment 3 dlipin 2007-09-07 13:35:43 UTC
Fixed. Now WTK 2.5.2 b03 is used in installer.
There is no more garbage file in it.

Please verify on beta/nightly builds starting with 200709071200.
Comment 4 Lukas Hasik 2007-09-07 16:23:22 UTC
I verified the WTK zip provided by WTK team the corrupted jar isn't inside.

I'll verify the installer with the correct WTK later when it's available
Comment 5 Jiri Skrivanek 2007-09-10 08:01:41 UTC
Verified in NB IDE 6.0 Beta 1 (Build 200709100000).