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
> > 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"
>
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
- 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
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
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
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
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: