When i used ant to run build.xml, the error occured
The error is below
BUILD FAILED:
D:\eclipse\workspace\johnny\build.xml:47: Rmic failed; see the compiler error output for details.
The line 47 of build.xml is
<!-- Compile the RMI stubs -->
<rmic classname="com.johnny.ic.Launcher" base="${build.dist.classes}"/>
Then if I just run the Launcher as RMI application, It can work.
So why I can not build it?