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 49632

Summary: No FileBuiltQueryImplementation in freeform projects
Product: java Reporter: Jesse Glick <jglick>
Component: FreeformAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 42682    

Description Jesse Glick 2004-09-28 16:12:26 UTC
There is no compiler out-of-date badge in freeform
projects. But this can probably be added, using
GlobFileBuiltQuery, if the compilation unit has a
<built-to> referring to a dir, which the GUI
already configures. Should add this query.
Comment 1 Jesse Glick 2004-10-27 22:49:33 UTC
No time to fix in D.
Comment 2 Jesse Glick 2005-04-21 15:26:32 UTC
Jan, do you know how to do this?
Comment 3 Jan Lahoda 2005-04-21 18:53:44 UTC
I will look at it.
Comment 4 Jan Lahoda 2005-04-25 14:52:56 UTC
I have added this query. It supposes that the first directory in built-to for
each compilation unit is the compilation target (where are the classes stored).

RCS file:
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQuery.java,v
done
Checking in src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQuery.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQuery.java,v
 <--  JavaFreeformFileBuiltQuery.java
initial revision: 1.1
done
Checking in src/org/netbeans/modules/java/freeform/JavaProjectGenerator.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/JavaProjectGenerator.java,v
 <--  JavaProjectGenerator.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/java/freeform/JavaProjectNature.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/JavaProjectNature.java,v
 <--  JavaProjectNature.java
new revision: 1.9; previous revision: 1.8
done
RCS file:
/cvs/java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQueryTest.java,v
done
Checking in
test/unit/src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQueryTest.java;
/cvs/java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaFreeformFileBuiltQueryTest.java,v
 <--  JavaFreeformFileBuiltQueryTest.java
initial revision: 1.1
done