Re: Javac settings
Jan Pokorsky <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
Hi Jano, how will be handled an output folder? Please take into account configurations as it is described in the projects infra. ui spec. Thanks, Jan Jan Rojcek wrote: > Hello team, > > I am proposing the following javac customizer pane for use in Figures 2, > 49 and 53 (in the space for rent) of java project spec. The components > are in default state: > > +------------------------------------------------- + > | [ ] Enable JDK 1.4 Sources | > | [x] Generate All Debugging Info | > | [ ] Report No Warnings | > | [ ] Report Usage of Deprecated Members | > | | > | Additional javac Options: | > | +--------------------------------------------+ | > | | | | > | +--------------------------------------------+ | > +--------------------------------------------------+ > > Mapping of components to command line options are as follows: > "Enable JDK 1.4 sources" -source 1.4 > "Generate debugging info" -g > "Report no warnings" -nowarn > "Report usage of deprecated members" -deprecation > > Text field "Additional javac options" allows the user to supply other > standard or non-standard javac options. > > Note: > "Optimize" is an option shown in the current (NB3.5) external compiler > options. I haven't found such option listed between javac options. Was > this option used with different external compilers? > > Please review the panel. I appreciate any feedback. > Jano >