thanks,  but i do know where it is inthe cache,

but when I use ant:java to call it , can it dynamically construct
the classpath to reach my bean?

-D


On Wed, 16 Mar 2005 08:08:30 +0100, Jörg Schaible
<[EMAIL PROTECTED]> wrote:
> Hi Dan,
> 
> > -----Original Message-----
> > From: dan tran [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, March 16, 2005 7:36 AM
> > To: Maven Users List
> > Subject: Where is the bean in my plugin?
> >
> >
> > Hello,
> >
> > I have a bean with a main bundled with my plugin.
> >
> > I would like create a goal which call the bean's main
> > using another JVM (ie ant:java)
> >
> > The problem here i dont know where my bean is?
> >
> > Is there a classpath id to my bean location? like
> > ${user.home}/.maven/cache/....
> >
> > big thanks
> 
> the root of your plugin is in your classpath, so just provide the class 
> files. See other plugins:
> 
> find ~/.maven/cache -name "*.class"
> 
> - Jörg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to