http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1022
*** shadow/1022 Mon Mar 19 07:56:35 2001 --- shadow/1022.tmp.7628 Mon Mar 19 15:51:35 2001 *************** *** 2,10 **** | javac task should accept user options | +----------------------------------------------------------------------------+ | Bug #: 1022 Product: Ant | ! | Status: NEW Version: 1.3 | ! | Resolution: Platform: PC | ! | Severity: Enhancement OS/Version: | | Priority: Low Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | --- 2,10 ---- | javac task should accept user options | +----------------------------------------------------------------------------+ | Bug #: 1022 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: INVALID Platform: PC | ! | Severity: Enhancement OS/Version: All | | Priority: Low Component: Core tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | *************** *** 16,19 **** | DESCRIPTION | The javac should (in my opinion) support a flag to pass user options to the compiler. For example I'd like to pass the "+E" - option to jikes in order to ! make my IDE be able to jump to the error. --- 16,37 ---- | DESCRIPTION | The javac should (in my opinion) support a flag to pass user options to the compiler. For example I'd like to pass the "+E" - option to jikes in order to ! make my IDE be able to jump to the error. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-19 15:51 ------- ! Not well documented (ok, not documented), but at least this one is there. See ! http://jakarta.apache.org:8080/jyve- ! faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/16/to ! pic_id/72/question_id/742 - ! ! Set any of the following properties to true to enable that feature (if the ! compiler supports it) ! ! build.compiler.fulldepend ! enable full dependency checking - corresponds to +F ! build.compiler.emacs ! enable emacs friendly logging - corresponds to +E ! build.compiler.warnings ! disable warnings if not set or set to false - corresponds to -nowarn ! build.compiler.pedantic ! enable pedantic mode - corresponds to +P
