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 8071 - Build/execute support to other directories within NetBeans
Summary: Build/execute support to other directories within NetBeans
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-29 13:46 UTC by mouse
Modified: 2008-12-23 10:34 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 mouse 2000-10-29 13:46:10 UTC
There are a couple of features that would be nice all together.

It would be nice to specify a destination directory which is the target for
class files and data files.  All of the compilers should use this directory.

Additionally, there should be a default way of assigning a "copy" as a build
procedure.  That is, if there is an HTML file or GIF or whatever (even .java
and .class files!), it would be nice to click on it in the Explorer window, go
to its properties, set its "compiler" to copy it to the destination directory.

Additionally, the dependency checks should be smart enough to know that the
files are in another directory, so it doesn't recompile the file I'm working on
every time I go to run it even if I haven't modified it.
Comment 1 jcatchpoole 2000-11-02 19:15:59 UTC
The crossdirectory compiler I believe supplies the functionality
you describe, at least the 1st and 3rd points.  I'm not entirely
sure what you mean in the 2nd point.

Crossdir compiler is now part of the normal NetBeans distribution;
see http://www.netbeans.org/www-nbusers/msg01396.html for details.
Also see http://crosscompile.netbeans.org/

If this does not address your 2nd point ("copy" point) my apologies,
please do open another report.  Note however that it probably doesn't
belong under the "openide" product.  Maybe a feature request for the
crosscompiler ?
Comment 2 Quality Engineering 2003-07-01 16:18:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.