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 147332 - Bundling saw-api.jar should be configurable
Summary: Bundling saw-api.jar should be configurable
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 06:14 UTC by siddeshk123
Modified: 2009-03-17 07:23 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 siddeshk123 2008-09-16 06:14:51 UTC
Netbeans 6.5
portalpack 3.0 on windows

1. Create a portlet using portlet and saw framework.
2. We can see that it bundles saw-api.jar and saw-jcaps-impl.jar.

Now consider a case where we write a portlet and deploy it on websynergy. But websynergy by default will have
saw-api.jar in the classpath (glassfish/domains/domain1/lib)

So when creating a portlet, can we make bundling of the saw-api.jar configurable, so that

1. If I want to deploy on OSPC, then I will check that checkbox and it bundles saw-api.jar with portlet
2. If I want to deploy on websynergy, then I will un-check that checkbox and it does not bundle saw-api.jar with portlet
Comment 1 Satyaranjan D 2008-11-13 07:31:26 UTC
For now, user has to manually unchecked the saw-api.jar incase that jar is already there in the server classpath.
Changing this issue type from DEFECT to Enhancement.