I put the code that was needed to apply to the class files in the maven.xml
and it showed up in the dos command as this:
java:compile:
    [javac] Compiling 87 source files to
D:\jakarta-turbine-maven\metasoft\targe
t\classes
rmic com.dci.aladdin.abu.AbuManager com.dci.aladdin.resource.ResourceManager
com
.dci.aladdin.ServiceControlManager com.dci.aladdin.session.SessionManager
com.dc
i.aladdin.resource.StagingManager com.dci.aladdin.user.UserManager
java:jar-resources:

It looks like it would go, although I look at either the class files or the
.jar in the target and nothing has changed.  Then I went to the target
classes direcotry and executed the same command manually it gives me my
stubs and skeletons.

Any ideas?

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Turbine Maven Users List" <[EMAIL PROTECTED]>
Sent: Friday, September 13, 2002 10:14 PM
Subject: Re: RMIC compiler


> "Wiley Jacobs" <[EMAIL PROTECTED]> wrote on 14/09/2002 09:23:50 AM:
>
> > I deal with RMI, so I need to run RMIC after I compile my class
> > files.  I would like to be able to have Maven run the RMIC command
> > just after it compiles the java source and before it puts it into a
> > war or a jar.
> >
> > I have the RMIC command(command line), I just don't know the exact
> > place to put the code...
>
> In the maven.xml, place a postGoal tag, like this:
>
> <postGoal name="java:compile">
>         <!-- call rmic here -->
> </postGoal>
>
> >
> > Can anyone help?
> >
> > PS.
> > Jason, thanks for working on the checkstyle reporting, I will d/l
> > the patch now and try it out.
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Developers: http://adslgateway.multitask.com.au/developers
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>

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

Reply via email to