Re: Javac settings
Jan Rojcek <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jan, Jan Pokorsky wrote: > > 1.) What about to use checkboxes for the debugging info like > > Generate Debugging Info: [x]Sources [x]Lines []Vars > I think the combo + check box is better. It provides three choices: All debugging info, the default or none. Other usage is left for the additional options text field. > 2.) This customizer is suitable just for the platform 1.4 and maybe > above. Older platforms do not support assertions (-source option). Are > you going to provide different customizers for older platforms? > Is it possible to disable this option for pre-1.4 javac? I think this is right way to go. > 3.) You have not answered yet my previous mail where I asked how to > handle output folder. Is it possible to customize compiled classes' > output folder just via Additional Javac Options (-d option)? > Sorry. The output directory is defined by build target, right? As a configuration is used with a different build targets, it would just confuse users why she is asked to define it here (I hope I understand configurations well, though). In case the user writes the -d option then we should just use it. > 4.) How to solve conflicts between Additional Javac Options and ui > components? The written options take precedence over the gui components. Thank you, Jano