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 31342 - Internal Compiler fails on topmost folder link
Summary: Internal Compiler fails on topmost folder link
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-21 17:07 UTC by dnoyeB
Modified: 2007-09-26 09:14 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 dnoyeB 2003-02-21 17:07:36 UTC
If I try to compile my topmost folder link in the
Projects tab , internal compiler will fail.

com/rigidsoftware/Automotive/ASCAD/DataBase/DBFunctionConnector.java
[20:14] error while writing
com.rigidsoftware.Automotive.ASCAD.DataBase.DBFunctionConnector:
 Folder com already exists in
C:\JavaStuff\Workbox\ASCAE3\ASCAE\classes.
final public class DBFunctionConnector extends
ASCADDBObject implements
com.rigidsoftware.Automotive.ASCAD.framework.FunctionConnector
{
1 error
Errors compiling ASCAD (->).

This does not happen with external compiler.  And
it only happens on the topmost link, if I go to
any subfolders of that top link, everything seems
to go just fine.

No exceptions are thrown.
Comment 1 Jan Becicka 2003-02-25 15:28:30 UTC
What OS do you have (W2k, Linux)? What JDK do 
you use? What version of NetBeans (build #)? 
Thanks
Comment 2 dnoyeB 2003-02-26 21:47:16 UTC
jdk 1.3.1_07
windowsLookAndFeel
I don't recall the build # but it was most likely the 
build done on the date I filed the report.  I will check 
the bug again when I get home on friday, on that day's 
release.
Comment 3 dnoyeB 2003-03-10 11:32:06 UTC
This is fixed right?
Comment 4 Svata Dedic 2003-03-12 10:30:46 UTC
I don't think so. At least I don't remember fixing it ;) 
The probable cause is that a filesystem state is not synchronized w/ 
the local disk (e.g. the compiler thinks there's no "com" directory, but 
the creation call fails). 
Can you reproduce the bug reliably ? Are there other special 
conditions, like you have different compiler set on one or more files in 
that folder, you set Target property of the compiler, .... ? 
Comment 5 dnoyeB 2003-03-12 11:52:41 UTC
Seems to work.  its been a while since I was producing this though so
my procedure may be different.  I though it was just simply click a
topmost link in projects pane and select build.
Comment 6 dnoyeB 2003-03-19 14:23:37 UTC
No, its still broken.
windows 2000, JDK1.3.1_07, WindowsLookAndFeel

com/rigidsoftware/Automotive/ASCAD/framework/Component.java [25:8]
error while writing
com.rigidsoftware.Automotive.ASCAD.framework.Component: File
Component.class already exists in
C:\JavaStuff\Workbox\ASCAE3\ASCAE\classes.
public interface Component extends NamedComponent {
1 error
Errors compiling ASCAD (->).


Which module is this? can we put some log messages in it so we can
determine whats up?  Its not hurting me because I use external
compiler, but I'd like to use internal because I hear its faster.
Comment 7 dnoyeB 2003-03-19 14:28:03 UTC
This was the BuildAll command.
Comment 8 psuk 2004-06-22 17:48:22 UTC
Closing as WONTFIX.
Internal compilation and Project System was replaced by Ant-based
build system.