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 60865 - Annotation: Missing resource from class: org/netbeans/modules/j2ee/common/ui/wizards/Bundle_en_US
Summary: Annotation: Missing resource from class: org/netbeans/modules/j2ee/common/ui/...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-07-12 10:35 UTC by Petr Blaha
Modified: 2006-05-30 11:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (4.06 KB, text/plain)
2005-07-12 10:35 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-07-12 10:35:02 UTC
[build 20050711]
Steps:
1) go to File - New Project - Enterprise - Enterprise Application with existing
sources
ERROR: exception is thrown
Comment 1 Petr Blaha 2005-07-12 10:35:26 UTC
Created attachment 23059 [details]
stack trace
Comment 2 Pavel Buzek 2005-07-16 06:08:34 UTC
caused by moving the UI classes from j2ee/utilitie, the resource locations were
not updated
Comment 3 Pavel Buzek 2005-07-16 06:10:47 UTC
Checking in
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectImportVisual.form,v
 new revision: 1.2; previous revision: 1.1

/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectImportVisual.java,v
 new revision: 1.2; previous revision: 1.1

/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectLocationVisual.form,v
 new revision: 1.2; previous revision: 1.1

/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectLocationVisual.java,v
 new revision: 1.2; previous revision: 1.1

done
Comment 4 Petr Blaha 2005-07-20 10:32:20 UTC
[build 20050719]