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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to