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 67417 - Broken real-clean in main trunk
Summary: Broken real-clean in main trunk
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tim Lebedkov
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-10-24 12:45 UTC by mslama
Modified: 2005-10-25 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CVS log + diff (3.06 KB, text/plain)
2005-10-24 12:48 UTC, mslama
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2005-10-24 12:45:13 UTC
Your last commit of build.xml broke real-clean in main trunk. Please fix it. I
will attach log.
Comment 1 mslama 2005-10-24 12:47:20 UTC
ie every module build.xml must have target 'clean'.
Comment 2 mslama 2005-10-24 12:48:05 UTC
Created attachment 26279 [details]
CVS log + diff
Comment 3 _ pkuzel 2005-10-25 09:41:00 UTC
Is already fixed:

revision 1.4
date: 2005/10/24 18:19:52;  author: rbalada;  state: Exp;  lines: +1 -0
Readded necessary clean target (NOOP)
Comment 4 mslama 2005-10-25 10:02:57 UTC
Yes. rbalada made quick fix. I assume empty clean target is correct.