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 8130 - Need a way how to copy CompilerType's settings
Summary: Need a way how to copy CompilerType's settings
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 enhancement (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-01 14:47 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2000-11-01 14:47:23 UTC
Reported on behalf of milan.kuchtiak@netbeans.com:

JSP and maybe other modules that customize compilation for their data need a a
way how they could affect the compiler type's settings for the files being
compiled without changing the "global" CompilerType instances shown in Project
Settings. It is possible to construct a new CompilerType instance given the
original one and copy property values, but it would be nice, if the
JavaCompilerType supports cloning itself to a new object that would allow
customizing the settings.
This feature is crucial, b/c JSP need to force utf-8 encoding for servlets they
compile, but the method should _not_ affect user settings specified in Project
Settings | Compiler Types.
Comment 1 Jan Becicka 2000-11-10 16:28:59 UTC
[1148] Verified
CompilerType.clone() is working fine now.
Comment 2 Quality Engineering 2003-07-01 13:20:40 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.