http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1011
*** shadow/1011 Sun Mar 18 02:27:56 2001
--- shadow/1011.tmp.29468 Wed Mar 28 00:38:55 2001
***************
*** 2,11 ****
| <javac debug="false"> does not disable debug info generation |
+----------------------------------------------------------------------------+
| Bug #: 1011 Product: Ant |
! | Status: NEW Version: 1.3 |
! | Resolution: Platform: All |
| Severity: Normal OS/Version: Linux |
! | Priority: Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
--- 2,11 ----
| <javac debug="false"> does not disable debug info generation |
+----------------------------------------------------------------------------+
| Bug #: 1011 Product: Ant |
! | Status: RESOLVED Version: 1.3 |
! | Resolution: FIXED Platform: All |
| Severity: Normal OS/Version: Linux |
! | Priority: High Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
***************
*** 28,31 ****
if (debug) {
cmd.createArgument().setValue("-g");
} else
! cmd.createArgument().setValue("-g:none");
--- 28,35 ----
if (debug) {
cmd.createArgument().setValue("-g");
} else
! cmd.createArgument().setValue("-g:none");
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-28 00:38 -------
! Fixed for next build.
! Now uses -g:none if JDK => 1.2.