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 170751 - can't incrementialy deploy when there is no server specific deployment descriptor provided by the plugin
Summary: can't incrementialy deploy when there is no server specific deployment descri...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 15:04 UTC by mestab
Modified: 2009-08-21 15:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mestab 2009-08-21 15:04:06 UTC
I don't know if it's an issue or not but when in the server module there is no moduleType specific deployment file
eg in layer.xml:
<folder name="DeploymentFileNames">
                    <folder name="WAR">
                        <file name="WEB-INF\something-web.xml"/>
                    </folder>[..]

and when you use incremental deployment,
getDeploymentPlanFiles() of org.netbeans.modules.j2ee.deployment.impl.Server
return null but it should return en empty String[]
and because of that in this case there is no incremental deployment.