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

Summary: Bundling saw-api.jar should be configurable
Product: contrib Reporter: siddeshk123 <siddeshk123>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.