Re: RMI in a normal J2SE app

2004-04-05 Thread Al Robertson
Geoffrey,
You need to call the ant rmic task. I simply added the following to 
maven.xml, so the rmic is performed after each java compile.

  

  

HTH,
Al.

Digital Union UK
[EMAIL PROTECTED]
www.digitalunion.com

t: +44 (0) 1483 889482  m:+44 (0) 7713 631367  f: +44 (0) 1483 889450

The information in this email and in any attachment(s) is confidential. If 
you are not the named addressee(s) or if you receive this email in error 
then any distribution, copying or use of this communication or the 
information in it is strictly prohibited.
While attachments are virus checked, Digital Union UK Limited does not 
accept any liability in respect of any virus which is not detected.



"Geoffrey" <[EMAIL PROTECTED]> 
Sent by: news <[EMAIL PROTECTED]>
03/04/2004 13:52
Please respond to
"Maven Users List" <[EMAIL PROTECTED]>


To
[EMAIL PROTECTED]
cc

Subject
RMI in a normal J2SE app






Hi all,

Specs: Maven rc2, Sun SDK 1.4.2 (and IntelliJ 4)

How do I configure project.xml to automatically rmic my RMI classes?
Which target do I call?

Which target do I call to run my application?

Thanks for any and all help,
Geoffrey




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: RMI in a normal J2SE app

2004-04-03 Thread Christian Andersson
if I understand things correctly, ther eis no such target, atleast not 
when i wanted to do it, I ended up making my own target for rmic..

/Christian

Geoffrey wrote:
Hi all,

Specs: Maven rc2, Sun SDK 1.4.2 (and IntelliJ 4)

How do I configure project.xml to automatically rmic my RMI classes?
Which target do I call?
Which target do I call to run my application?

Thanks for any and all help,
Geoffrey


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RMI in a normal J2SE app

2004-04-03 Thread Geoffrey
Hi all,

Specs: Maven rc2, Sun SDK 1.4.2 (and IntelliJ 4)

How do I configure project.xml to automatically rmic my RMI classes?
Which target do I call?

Which target do I call to run my application?

Thanks for any and all help,
Geoffrey




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]