Exclude files for rmi
Brought to you by:
genady
HI!
I need a feature to exclude files for the rmi compilation.
Sometimes classes may implement the Remote
interface but is not intended to be called remotely
anyway.
In ANT there is such a feature by using the 'excludesfile'-
attribute that points out a file that lists all classes that is
to be excluded.
/Mats A
Logged In: YES
user_id=543473
Can you please explain why does it matter to you whether
stubs are generated or not?