[proxy] Generate RMI Stubs w/Maven?

2005-10-13 Thread James Carman
I have back-ported Commons Proxy to be JDK1.3 compatible (and there was much rejoicing). However, I have one test case which uses RMI to test the RmiProvider. It works if I use JDK5, but as soon as I switch to using a prior JDK, it chokes. I believe that it's not generating the RMI stub

RE: [proxy] Generate RMI Stubs w/Maven?

2005-10-13 Thread Jörg Schaible
James Carman wrote on Thursday, October 13, 2005 3:16 PM: I have back-ported Commons Proxy to be JDK1.3 compatible (and there was much rejoicing). However, I have one test case which uses RMI to test the RmiProvider. It works if I use JDK5, but as soon as I switch to using a prior JDK, it

RE: [proxy] Generate RMI Stubs w/Maven?

2005-10-13 Thread James Carman
Never mind, I figured it out. I added a maven.xml file and created a postGoal for test:compile. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 9:16 AM To: 'Jakarta Commons Developers List' Subject: [proxy] Generate RMI Stubs w/Maven