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 82929 - Improve the way how the client jar is retrieved from the server
Summary: Improve the way how the client jar is retrieved from the server
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 17:52 UTC by Lukas Jungmann
Modified: 2006-08-17 17:52 UTC (History)
1 user (show)

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 Lukas Jungmann 2006-08-17 17:52:00 UTC
Currently there's used '-as-retrieve-option-workaround' target in project's
build script, which should be replaced by some API in j2eeserver module. This
API should contain one method which will be responsible for getting client jar
from the server during module's deploy action. See also issue 73901.