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 28746 - Action Clean project does nothing
Summary: Action Clean project does nothing
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 11:42 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
console output from compiler (1.32 KB, text/plain)
2002-11-14 11:43 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-11-14 11:42:15 UTC
I created new project and added source root of one
module to Sources node. Performing actions Build,
Clean, Rebuild from Build menu does nothing.
Attaching console output from compiler when
-J-Dorg.netbeans.modules.java.compiler=-5 was set.
Comment 1 Milan Kubec 2002-11-14 11:43:48 UTC
Created attachment 7946 [details]
console output from compiler
Comment 2 David Konecny 2002-11-14 12:35:21 UTC
This is Java's issue. If you want me I can look at it and try to fix
it. (Milan confirmed me that he performed actions on Compiled Classes
build target)
Comment 3 Milan Kubec 2002-11-14 13:54:42 UTC
After mounting rt.jar as resource for that project problem is
partially solved. Compilation works but Clean action works only for
the first time in IDE session. Second and other next clean actions do
nothing even though classes are compiled.
Comment 4 Svata Dedic 2002-11-18 13:11:57 UTC
External compilation did not refreshed FileSystems -> The  
IDE was not aware that there are some .class files ;)  
  
Fixed in prj40_prototype: 
/cvs/java/src/org/netbeans/modules/java/compiler/Attic/JavaCompilerImpl.java,v  
<--  JavaCompilerImpl.java 
new revision: 1.1.2.8; previous revision: 1.1.2.7 
 
Comment 5 Milan Kubec 2002-11-18 16:33:24 UTC
Verified in prj-proto-20021118-1508.
Comment 6 Jan Becicka 2003-11-25 14:21:35 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.