Re: RMIC help for Maven2

2007-06-06 Thread Jo Vandermeeren
On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (1) How can I compile those java files by 'rmic' in Maven2 or How the pom.xml would look like ? (2) What do I need to do to compile those java files by 'rmic' in Maven2 ? Hi Patel, You might want to have a look at the

Re: RMIC help for Maven2

2007-06-06 Thread Armin Ehrenfels
Jo Vandermeeren wrote: On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (1) How can I compile those java files by 'rmic' in Maven2 or How the pom.xml would look like ? (2) What do I need to do to compile those java files by 'rmic' in Maven2 ? Hi Patel, You might want

RMIC help for Maven2

2007-06-05 Thread patel . nayan
Hi, We want to mavenize our project. In our project, we are compiling some java files using 'rmic'. Our build.xml looks like below : -