You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/02/01 10:42:33 UTC

[Bug 224] New - RMIC needs debug generation parameter support/property BugRat Report#350

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=224

*** shadow/224	Thu Feb  1 01:42:33 2001
--- shadow/224.tmp.8565	Thu Feb  1 01:42:33 2001
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | RMIC needs debug generation parameter support/property BugRat Report#350   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 224                         Product: Ant                     |
+ |       Status: UNCONFIRMED                 Version: 1.2                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Main                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: John.Bach@nike.com                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ There needs to be a way to generate debug RMIC stub/skel outputs.
+ 
+ Just like javac, a parameter like:
+ 
+ debug="on" or debug="off" should be supported.
+ 
+ I'd hack the code to do it myself, but I felt it should go through the official channels. ;)
+ 
+ Thanks,
+ 
+ John