Hans Venema wrote: > Hi, > > I downloaded Ant and it seems to do the things I was looking for. But I > have a question. Is the RMIC-task able to determine whether running the > rmi-compiler is necessary or not (in some cases regenerating the stubs > and skeletons isn't necessary since the remote interface hasn't changed? > If the RMI-task is not able to determine this, is it "simple" to extend > the RMI-task to enable this feature? > > Please some notes about this! I am willing to help or extend the task > myself. > > With kind regards, > > Hans Venema (from the Netherlands)
Hans, Currently RMIC is not smart enough to find out or not a stub needs to be recompiled. I/you could add easily something comparing the date of the implementation class with the date of the generated stub, and that should work well enough. I would like also to add a scanning functionality to this task, so it can take as src a directory, find out the implementation classes and generate the stubs/skels for them. That would avoid having to write long lists of rmic tasks for each class to process. Do you think it might be useful? If you plan to contribute some code, have a look at the jakarka.apache.org for how to contribute (basically send your changes in unix diff format) Ludovic. -- _____________________________________ Web Site Watchers Ltd 212 Piccadilly, London W1V 9LD United-Kingdom Telephone: +44 (0)171 917 6255 Fax: +44 (0)171 439 0262 http://www.websitewatchers.co.uk [EMAIL PROTECTED]
