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 2002/05/24 16:12:31 UTC

DO NOT REPLY [Bug 9391] New: - rmic invoked by the RMIC task spits on stubversion property

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9391>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

rmic invoked by the RMIC task spits on stubversion property

           Summary: rmic invoked by the RMIC task spits on stubversion
                    property
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: geesri@yahoo.com


RMIC task uses the 'stubversion' property to pass the '-v' cmdline option to 
rmic. the task accepts the values 1.1, 1.2 and compat whereas the actual rmic 
invoked by this task accepts only -v1.1.  here is an excerpt of the output:

     [rmic] RMI Compiling 1 class to F:\products\build
     [rmic] -v1.2 is an invalid option or argument.
     [rmic] Usage: rmic <options> <class names>

the invocation for the rmic task in build.xml is:

    <rmic stubversion="1.2" ... />

i have only the default rmic that ships with jdk-1.3.1_02 installed on my 
machine and it accepts -v1.2 as a cmdline option.  also, i explicitly chose 
this rmic by setting the build.rmic property and still it breaks.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>