looks like an ideal thing for xdoclet wouldn't you say? Have an xdoclet task that looks for all classes with @rmic:stub class tags and generates (using ant's rmic task) the stubs?
cheers dim ---------- Forwarded message ---------- Date: Sun, 14 Oct 2001 16:05:39 -0700 From: Jason Boehle <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: [Eap-list] Where is rmic? Sorry to say, but yes. Would suggest everyone that needs this submit a request on the feature request mailing list... Jason Boehle [EMAIL PROTECTED] -----Original Message----- From: Eric Hodges [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 14, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: Re: [Eap-list] Where is rmic? So I have to go outside of Idea to rebuild RMI stubs? What a pain in the ass. ----- Original Message ----- From: "Jason Boehle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 14, 2001 5:15 PM Subject: RE: [Eap-list] Where is rmic? > No, IDEA doesn't use Ant for builds. You would have to make an Ant > script to do it, and manually run it when needed. > > Jason Boehle > [EMAIL PROTECTED] > > > -----Original Message----- > From: Eric Hodges [mailto:[EMAIL PROTECTED]] > Sent: Sunday, October 14, 2001 3:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] Where is rmic? > > > I don't care how many times rmic runs, I just want Idea to run it for > me. Does Idea use ant to do it's builds? If so there ought to be a > flag in the > IDE someplace to tell the IDE that a file needs to be RMIC'd. Then > Idea would just insert the rmic step in the ant script. Ant is smart > enough to run it only when the signature changes, I think. If not, so > what? CPU time > is much cheaper than developer time. > > > ----- Original Message ----- > From: "Carlton S. Anderson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, October 14, 2001 6:54 AM > Subject: Re: [Eap-list] Where is rmic? > > > > > I'm pretty sure that JBuilder runs rmic every time the file is > > > compiled which is really stupid and not necessary, because rmic is > > > only needed after an interface change. This "dumb" approach is > > > also available via ant, so the only advantage a rmic integration > > > in Idea would provide would be an intelligent way to determine the > > > needed files which is a lot of work for an imho unnecessary > > > feature, because the dumb appoach works well. > > > > If you don't run rmic on the file each time it is compiled, you > > run the risk of throwing an AbstractMethodError the next time > > you attempt to use the stub file. Coming from experience. > > ------------------------------------------------------------------ka > > rl > > ik > > > > > > > > _______________________________________________ > > Eap-list mailing list > > [EMAIL PROTECTED] > > http://www.intellij.com/mailman/listinfo/eap-list > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
