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 29440 - DDDataObject wrongly tries to modify WebInfNode
Summary: DDDataObject wrongly tries to modify WebInfNode
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ rkubacki
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-12-10 16:13 UTC by _ rkubacki
Modified: 2003-07-09 13:23 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 _ rkubacki 2002-12-10 16:13:13 UTC
... to mark this node as invalid and thus make
export WAR action invalid. It is excessive use of
PCE, it fails and it makes action enabling to be
more sensitive than neceseary
Comment 1 _ rkubacki 2002-12-11 09:24:16 UTC
Checking in src/org/netbeans/modules/web/context/WebInfObject.java;
/cvs/web/core/src/org/netbeans/modules/web/context/WebInfObject.java,v
 <--  WebInfObject.java
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/web/context/actions/PackageWarAction.java;
/cvs/web/core/src/org/netbeans/modules/web/context/actions/PackageWarAction.java,v
 <--  PackageWarAction.java
new revision: 1.8; previous revision: 1.7
done
Processing log script arguments...
More commits to come...
Removing src/org/netbeans/modules/web/context/resources/webmodule_inv.gif;
/cvs/web/core/src/org/netbeans/modules/web/context/resources/webmodule_inv.gif,v
 <--  webmodule_inv.gif
new revision: delete; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/web/dd/DDDataObject.java;
/cvs/web/core/src/org/netbeans/modules/web/dd/DDDataObject.java,v  <--
 DDDataObject.java
new revision: 1.14; previous revision: 1.13
done
Comment 2 _ rkubacki 2003-07-09 13:23:16 UTC
verified