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 165363 - Cannot activate Web and Java EE
Summary: Cannot activate Web and Java EE
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 06:02 UTC by Vince Kraemer
Modified: 2009-05-19 07:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the ide log file (22.50 KB, text/plain)
2009-05-18 06:03 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2009-05-18 06:02:23 UTC
I did a very recent pull and build of web-main.

[hg pull -u ; ../../ant-1.7.1/bin/ant clean ; ../../ant-1.7.1/bin/ant ; chmod 755 nbbuild/netbeans/bin/netbeans]

The build completes with 'BUILD SUCCESSFUL
Total time: 54 minutes 3 seconds'

I start the build with an new/empty userdir (via --userdir).

The IDE starts.

I attempt to activate the Web and Java EE features (via the Plugins item of the Tools menu).

The activation fails.  The IDE log file is attached.
Comment 1 Vince Kraemer 2009-05-18 06:03:03 UTC
Created attachment 82278 [details]
the ide log file
Comment 2 Vince Kraemer 2009-05-18 14:26:54 UTC
this looks like the 'cause': http://hg.netbeans.org/web-main/rev/5429978d5c0e

I looked at web.kit/nbproject/project.xml, and see this in it...
                    <code-name-base>org.netbeans.modules.j2ee.websphere6</code-name-base>

So, it looks like there is a bit more work to do to complete the task that was started by
http://hg.netbeans.org/web-main/rev/5429978d5c0e....
Comment 3 Petr Hejl 2009-05-18 15:34:53 UTC
Should be fixed in web-main 1f550f60e185.
Comment 4 Jesse Glick 2009-05-18 21:31:46 UTC
nbbuild was not the right component, I think.
Comment 5 Quality Engineering 2009-05-19 07:23:30 UTC
Integrated into 'main-golden', will be available in build *200905190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1f550f60e185
User: phejl@netbeans.org
Log: #165363 Cannot activate Web and Java EE