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 197454 - clean of ear does not clean secondary dependencies
Summary: clean of ear does not clean secondary dependencies
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
: 198169 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-04-05 17:39 UTC by Vince Kraemer
Modified: 2011-05-09 22:30 UTC (History)
1 user (show)

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 Vince Kraemer 2011-04-05 17:39:09 UTC
take the project attached to issue 197320.

open the ear project (and all required sub projects) using 7.0 RC1.

clean each individual project EntApp1-war, EntApp1-ejb, JavaLibrary and EntApp1.

Build the EntApp1 project

Clean EntApp1 project.
  the build and dist subdirs are deleted in EntApp1-war and EntApp1-ejb.  The build and dist directories are still present in JavaLibrary.

I do not know if this contributes to issue 197320.
Comment 1 David Konecny 2011-04-05 21:13:57 UTC
This must never worked before. Fixed in bfef73fe7ce4
Comment 2 Quality Engineering 2011-04-07 08:44:25 UTC
Integrated into 'main-golden', will be available in build *201104070400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bfef73fe7ce4
User: David Konecny <dkonecny@netbeans.org>
Log: #197454 - clean of ear does not clean secondary dependencies
Comment 3 David Konecny 2011-05-09 22:30:12 UTC
*** Bug 198169 has been marked as a duplicate of this bug. ***