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]>
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org
In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
-- Jacques Ellul, The Technological Society
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>