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 9648

Summary: Compile time dependency on web module is not declared
Product: www Reporter: _ pkuzel <pkuzel>
Component: Builds & RepositoriesAssignee: issues@java <issues>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ pkuzel 2001-02-16 12:13:28 UTC
Try to build i18n netbeans module without web stuff. You will fail.

Anyway the used approach is very monolitics. Check if some decoupling can not be
applied.

Thanks
Cc.
Comment 1 Peter Zavadsky 2001-02-16 16:05:32 UTC
It was wrongly issued.
Comment 2 _ pkuzel 2003-01-20 13:25:01 UTC
Look at nbbuild/build.xml:all-i18n target. There is still missing
dependency.

Besides dependency direction should changed or separate i18n/jsp
module introduced.
Comment 3 _ pkuzel 2003-02-03 15:53:33 UTC
I looked at source and web modules are accessed via reflection, so no
build time dependency is needed.

Currently an error occures while executing
nbbuild/build.xml:maybe-pre-unscramble target if executed without web
module checked out. A comment in the target contains a how-to.

Could be the comment echoed somehow on build failure?
Comment 4 _ pkuzel 2003-09-05 13:04:59 UTC
Not an issue anymore
Comment 5 _ pkuzel 2003-09-05 13:05:19 UTC
verified