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 - Compile time dependency on web module is not declared
Summary: Compile time dependency on web module is not declared
Status: VERIFIED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-16 12:13 UTC by _ pkuzel
Modified: 2003-09-05 13:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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