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