rmic plugin

2006-03-06 Thread Borut Bolčina
Hi, I downloaded and installed rmic plugin from https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/rmic-maven-plugin/ The problem is no stubs are generated and included in jar. I think the plugin is not even executed. My project's plugin section in pom looks

rmic plugin

2006-09-08 Thread Israel Alvarez
Hi I´d like to know if a rmic plugin for Maven2 exists and if there is some documentation about it. I´ve been looking for it but I didn't find anything. Thanks _ Descarga gratis la Barra de Herramientas de MSN http://www.m

Re: rmic plugin

2007-02-19 Thread Borut Bolčina
Hello, after downloading from svn checkout svn://svn.freehep.org/svn/freehep/trunk/maven-plugins/freehep-rmic-plugin freehep-rmic-plugin and issuing mvn clean package I get C:\Documents and Settings\borutb\Desktop\rmi\freehep-rmic-plugin>mvn clean package [INFO] Scanning for proje

Re: rmic plugin

2007-02-19 Thread Tim Kettler
: > Hello, > > after downloading from > svn checkout > svn://svn.freehep.org/svn/freehep/trunk/maven-plugins/freehep-rmic-plugin > freehep-rmic-plugin > > and issuing > mvn clean package > > I get > > C:\Documents and Settings\borutb\Desktop\rmi\freehep-

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
://svn.freehep.org/svn/freehep/trunk/maven-plugins/ freehep-rmic-plugin freehep-rmic-plugin and issuing mvn clean package I get C:\Documents and Settings\borutb\Desktop\rmi\freehep-rmic-plugin>mvn clean package [INFO] Scanning for projects... WAGON_VERSION: 1.0-beta-2 [I

Re: rmic plugin

2007-02-19 Thread Borut Bolčina
I just tried building freehep-rmic-plugin at home with freshly downloaded Maven 2.0.5. I did not delete my local repo, but build succeeded. The behavior seems indeterministic. I guess some artifacts from some repos are causing trouble. Cleaning local repo for build to succeed is a crime, well

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
ound [INFO] --- - but it could be a cascade of things. It happens even with the "clean" goal. Regards Mark On Feb 19, 2007, at 10:49 AM, Borut Bolčina wrote: I just tried building freehep-rmic-plugin at home with freshly downloaded Ma

Re: rmic plugin

2006-03-06 Thread Wayne Fay
You probably need a and/or so the plugin gets executed at the proper time... but I'm not familiar with this particular plugin. Perhaps you can email the author directly? Wayne On 3/6/06, Borut Bolčina <[EMAIL PROTECTED]> wrote: > Hi, > > I downloaded and installed rmic

Re: rmic plugin

2006-09-08 Thread Borut Bolčina
1.5 ${java.home}/../lib/tools.jar Then simply invoke mvn package for example. Cheers, Borut 2006/9/8, Israel Alvarez <[EMAIL PROTECTED]>: Hi I´d like to know if a rmic plugin for Maven2 exists and if there is some documentation about it

RE: rmic plugin

2006-09-08 Thread Ruel Loehr
lčina [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 8:47 AM To: Maven Users List Subject: Re: rmic plugin Use ant task like this: maven-compiler-plugin 1.5 1.5 maven-site-plugin 2.0-b

Re: rmic plugin

2006-09-11 Thread Mark Donszelmann
Hi feel free to use ours at: http://java.freehep.org/freehep-rmic-plugin/ Regards Mark Donszelmann On Sep 8, 2006, at 6:52 AM, Ruel Loehr wrote: The bad thing about this way of doing it is that it is not portable. E.g. macs don't have a tools.jar. Ruel Loehr JBoss, a division of Re

Upcoming rmic plugin release

2008-02-06 Thread Paul Gier
Hi Everyone, I'm currently doing some work on the rmic maven plugin, and I plan to do a 1.0-alpha-1 release in the upcoming weeks. If you use this plugin or you are interested in it, please take a look at some of the jira issues (http://jira.codehaus.org/browse/MRMIC). If there are issues tha

Mojo (rmic plugin) and classpath

2007-11-22 Thread Borut Bolčina
Hello, I want classes that are generated in [compiler:compile] phase to be available on classpath to a mojo which is executed just after. What would be the best way to do it? Regards, Borut

[m2] RMIC plugin - no plugin workaround

2005-11-29 Thread Ruel Loehr
Here is how I am able to RMIC items using maven2. This might be good to have as a miniguide or something until a real plugin is in place. In the pom where you need to RMIC, you can use the ant run plugin to RMIC your stuff. You need to add a scope and system path to the tool.jar in order to pick