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 90258 - M5 - installer breaks IDE installation
Summary: M5 - installer breaks IDE installation
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks: 89637
  Show dependency tree
 
Reported: 2006-11-29 10:31 UTC by Jana Maleckova
Modified: 2007-04-25 11:11 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
whole stack trace (1.52 KB, text/plain)
2006-11-29 10:40 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2006-11-29 10:31:16 UTC
NetBeans IDE Dev (Build 200611290115)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250

Description:
============
It's not possible to build J2SE application if IDE is installed by installer.
Comment 1 Max Sauer 2006-11-29 10:38:55 UTC
This does not happen when the IDE is extracted from .zip build. Following
message is shown inside output window and serr upon each 'build project action':

ERROR - Ant is misconfigured and cannot be run.
java.lang.ClassFormatError: Illegal field name "	" in class
org/apache/tools/ant/taskdefs/Antlib
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
...

Affects all platforms.

Steps to reproduce:
-------------------
1) Install M5 from installer
2) Start with fresh userdir
3) Create ie. a j2se project
4) Invoke 'Build project' upon it


Comment 2 Max Sauer 2006-11-29 10:40:33 UTC
Created attachment 36356 [details]
whole stack trace
Comment 3 Marian Mirilovic 2006-11-29 10:58:38 UTC
Marek,
this is M5 stopper, please look at this as soon as possible. 

We also found out that the build NB Dev (200611241700) is working fine even from
installer. So it looks like the regression was integrated during last five days.
I checked also CVS commit logs into installer 
(http://installer.netbeans.org/servlets/BrowseList?listName=cvs&by=date&from=2006-11-01&to=2006-11-30&first=1&count=31)
but haven't found related commit ;(
Comment 4 rnovak 2006-11-29 14:02:15 UTC
I found out that the build was done using incorrect JDK 1.5.0_06
Milestone is built in the sparate project and JDk change wasn't propagated there.

I started a new build using JDK 1.5.0_09 and it should be available arround 6pm
Prague time
Comment 5 Petr Blaha 2006-11-29 17:28:04 UTC
New build is available.
Comment 6 Jana Maleckova 2006-11-29 17:29:39 UTC
verified on 
NetBeans IDE Dev (Build 200611291315)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
cs_CZ (nb); Cp1250

and it's OK