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 19600 - Output Dir Tag Replace not working EMAIL:
Summary: Output Dir Tag Replace not working EMAIL:
Status: CLOSED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-18 23:09 UTC by gaikokujin
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 gaikokujin 2002-01-18 23:09:09 UTC
I was unable to specify a directory other than the source direcotry for the 
compiled class files. The following was what I did. 

- Open the Project Settings window. 
- Select External Compilation. 
- Select the Expert tab. 
- On Output Dir Tag Replace, type in -d d:\classes. 
- Select Java Sources nder Project Settings. 
- Set Default Compiler to External Compilation under Java Sources. 

When compiled, the class files still went to the source directory. 
But if I put the -d option in External Compilation/External Compiler along with 
what's in there, it worked. e.g. -d d:\classes {jdk.home}.... REPEATABILITY:
                        Reproducible
Comment 1 Jesse Glick 2002-01-19 16:54:07 UTC
First, this is a java-module issue, not the experimental multicompile
module; recategorizing.

Secondly, please read the online help, and specifically note that you
need to change the Target property on the compiler. There is probably
no need to adjust Output Dir Tag Replace unless you use a strange
compiler. Please post to nbusers@netbeans.org if you need more help.
Comment 2 Quality Engineering 2003-07-01 13:11:30 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 13:21:18 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2007-09-20 12:04:42 UTC
Reorganization of java component