Re: Mapping complex object in Mojo Configuration

2006-01-03 Thread Rinku
t fails to load the class. Thanks for the note though! Cheers, Rahul - Original Message - From: "Mark Struberg" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Tuesday, January 03, 2006 11:45 PM Subject: Re: Mapping complex object in Mojo Configura

Re: Mapping complex object in Mojo Configuration

2006-01-03 Thread Mark Struberg
> > missing something here or could this be a bug? > > > > Cheers for any help! > > > > Rahul > > > > > > - Original Message - From: "Brett Porter" > <[EMAIL PROTECTED]> > > To: "Maven Developers List" >

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Rinku
ckage. Cheers, Rahul - Original Message - From: "dan tran" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Tuesday, January 03, 2006 12:59 PM Subject: Re: Mapping complex object in Mojo Configuration I think i ran to this before. The configuraiton obj

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread dan tran
- Original Message - > From: "Brett Porter" <[EMAIL PROTECTED]> > To: "Maven Developers List" > Sent: Tuesday, January 03, 2006 10:46 AM > Subject: Re: Mapping complex object in Mojo Configuration > > > > There is no plexus converter for String

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Brett Porter
available via dependencies in project's pom.xml. Am I > missing something here or could this be a bug? > > Cheers for any help! > > Rahul > > > - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> > To: "Maven Developers Li

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Rinku
help! Rahul - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Tuesday, January 03, 2006 10:46 AM Subject: Re: Mapping complex object in Mojo Configuration There is no plexus converter for String -> Class. We sho

Re: Mapping complex object in Mojo Configuration

2006-01-02 Thread Brett Porter
There is no plexus converter for String -> Class. We should probably have one, so I'll add it now. You'll need to use a String and do the forName yourself in the mean time. - Brett Rahul Thakur wrote: > Hi, > > I am following the mini guide to set up a complex mapping for a Mojo. > http://maven

Mapping complex object in Mojo Configuration

2006-01-02 Thread Rahul Thakur
Hi, I am following the mini guide to set up a complex mapping for a Mojo. http://maven.apache.org/guides/mini/guide-configuring-plugins.html The POJO that models the complex type for Mojo configuration has a field 'implementation' of type java.lang.Class. When I run the Mojo, I get an error: