>> If I have some files that use rmi
I use the following task:
<rmic base="${build.classes}"
includes="**/*Impl.class"
stubversion="${ant.java.version}"
/>
You should point build.classes to the directory
containing all your compiled Java class files. If you
are using your own package naming (package
com.myco.apackage;) then your class files will be
compiled to /a/directory/com/myco/apackage/*.class.
In this case, it is essential that build.classes
points to /a/directory.
Robert
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>