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 92894 - AM-security enabled projects should not break deployment in base netbeans
Summary: AM-security enabled projects should not break deployment in base netbeans
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks: 89517
  Show dependency tree
 
Reported: 2007-01-20 01:32 UTC by Peter Liu
Modified: 2007-02-08 14:06 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 Peter Liu 2007-01-20 01:32:53 UTC
Once AM security is enabled on a j2ee project, deploying the project in the base
netbeans will fail. We need to make sure the project is still deployable even
though security is not supported in the base netbeans.
Comment 1 Peter Liu 2007-02-07 23:06:06 UTC
am-deploy.xml has been enhanced to check for the existence of the AMDeploy ant
task and skip invoking it if it doesn't exist.
Comment 2 Andrey Yamkovoy 2007-02-08 14:06:57 UTC
Verified.