Hello,
can anyone tell me how i can use the command "rmiregistry &" with ant?
I need it for a project, and before this, I am going to use:
<target name="network" depends="jar">
<rmic classname="breakthroughPP.player.NetPlayer" base="${build.dir}/classes">
<!--<compilearg value="-vcompact"> -->
</rmic>
<echo message="========== rmic D >
</target>
thanks!