Ant mojo artifact creation

2008-06-04 Thread Bengali Bengali
Hi, i would like to know if it's possible with an Ant mojo to create an artifact. All the examples i have found just perform so tasks but never create an artifact. I haven't found any information on that, can it be described in the *mojos.xml ?* Thanks in advance, Luc

Re: Plexus classloader

2008-02-25 Thread Bengali Bengali
Ok thanks that's exactly what i wanted. On Mon, Feb 25, 2008 at 11:26 AM, Tomasz Pik <[EMAIL PROTECTED]> wrote: > On Mon, Feb 25, 2008 at 11:21 AM, Bengali Bengali <[EMAIL PROTECTED]> > wrote: > > I need to find annotated classes and generate an XML file. > &

Re: Plexus classloader

2008-02-25 Thread Bengali Bengali
> > What exactly are you trying to do aside from populating a classloader > with the classes and dependencies of the current project? > On 22-Feb-08, at 1:55 PM, Bengali Bengali wrote: > > >

Re: Plexus classloader

2008-02-22 Thread Bengali Bengali
s exactly what you need. > > On 22-Feb-08, at 12:42 PM, Bengali Bengali wrote: > > > Hi, > > > > I am writing my first Maven plugin and i need to load, at package > > phase, > > some compiled classes. I was wondering if it was possible to configure > &

Plexus classloader

2008-02-22 Thread Bengali Bengali
Hi, I am writing my first Maven plugin and i need to load, at package phase, some compiled classes. I was wondering if it was possible to configure plexus's classloader with the following ressources: - ${project.build.dir}/classes to be able to load some compiled classes. - all the runtime depend