I got this working thanks.

But really I only need the one jar file out of my dependency list for the 
classpath.
I notice that each item in the dependency list has an id, is it not possible 
to have a property that names each dependency item? e.g. 
maven.dependency.ID.jar

bill

On Tuesday 16 July 2002 4:46 pm, you wrote:
> On Tue, 2002-07-16 at 11:40, Bill Petheram wrote:
> > I am using b5 as of this morning Tuesday.
> >
> > I want to use pre/post goals. I understand I should name my goal
> > postjava:compile. This does not seem to work. What is the name of the
> > goal I should use?
>
> <postGoal name="java:compile">
>
> do whatever you want here
>
> </postGoal>
>
> > In this post compile I want to use rmic. rmic uses its own classpath and
> > I need to add a jar file from the dependency list to that class path. How
> > can I refer to a jar file from the project dependency list?
>
> ${maven.dependency.classpath} is the all the deps listed in your
> project.xml file.
>
> > thanks
> >
> > bill
> >
> > --
> > 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