Kev Jackson wrote:
Hi,

Here's the -debug output of executing testWlrmic in isolation:

Caused by: java.lang.IllegalArgumentException: Unrecognized option or flag, -vco
mpat
        at weblogic.utils.Getopt2.grok(Getopt2.java:164)
        at weblogic.utils.compiler.Tool.run(Tool.java:117)
        at weblogic.utils.compiler.Tool.run(Tool.java:103)
        at weblogic.rmic.main(rmic.java:142)
        ... 22 more

It's seems that this has been a problem for a while:

http://mail-archives.apache.org/mod_mbox/ant-dev/200611.mbox/[EMAIL PROTECTED]

This is the list of options supported by weblogic rmic:

http://edocs.bea.com/wls/docs81/rmi/rmi_rmic.html#662053

-vcompat is absent - so can we prevent this being passed in this test?

we should filter it out from being passed down

I'll file a bug and take a look at it now.

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to