Maybe compile myfaces-builder-plugin work could solve the problem
On Mon, Jun 16, 2008 at 4:57 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote:
> Strange, everything here on my local box compile just fine. :|
>
>
>
> On Mon, Jun 16, 2008 at 4:48 PM, Matthias Wessendorf <[EMAIL PROTECTED]>
> wrote:
>
>> hey,
>>
>> just noticed a NPE in:
>>
>> org.apache.myfaces.buildtools.maven2.plugin.builder.Flattener.flattenComponent(...);
>> private void flattenComponent(ComponentMeta component)
>> {
>>
>> if (flattened.contains(component))
>> {
>> // already done
>> return;
>> }
>> String parentClassName = component.getParentClassName();
>> <= component is null.......
>>
>> when build tomahawk core.
>> sandbox works.
>>
>> -Matthias
>>
>> --
>> Matthias Wessendorf
>>
>> further stuff:
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> mail: matzew-at-apache-dot-org
>>
>
>