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 - No FileBuiltQueryImplementation in freeform projects
Summary: No FileBuiltQueryImplementation in freeform projects
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-09-28 16:12 UTC by Jesse Glick
Modified: 2005-04-25 14:52 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 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